Gemfile in dirty_history-0.2.0 vs Gemfile in dirty_history-0.3.0

- old
+ new

@@ -3,11 +3,13 @@ # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. +gem "rails3_acts_as_paranoid" + group :development do gem "shoulda", ">= 0" - gem "bundler", "~> 1.0.0" - gem "jeweler", "~> 1.5.2" + gem "bundler"#, "~> 1.0.0" + gem "jeweler"#, "~> 1.5.2" gem "rcov", ">= 0" end