Skip to content

Commit

Permalink
add codeclimate. bump version. fix active_support reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccallebs committed Apr 1, 2014
1 parent b819681 commit 7aef0be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/split_date_time/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SplitDateTime
VERSION = "0.0.1"
VERSION = "1.0.0"
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require_relative '../lib/split_date_time/splitter'
3 changes: 2 additions & 1 deletion split_date_time.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "activerecord"
spec.add_development_dependency "active_support"
spec.add_development_dependency "activesupport"
spec.add_development_dependency "codeclimate-test-reporter"
end

0 comments on commit 7aef0be

Please sign in to comment.