dependent_restrict.gemspec in dependent_restrict-0.2.0 vs dependent_restrict.gemspec in dependent_restrict-0.2.1

- old
+ new

@@ -11,12 +11,12 @@ ## Leave these as is they will be modified for you by the rake gemspec task. ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'dependent_restrict' - s.version = '0.2.0' - s.date = '2014-05-08' + s.version = '0.2.1' + s.date = '2014-05-09' s.rubyforge_project = 'dependent_restrict' ## Make sure your summary is short. The description may be as long ## as you like. s.summary = "Add dependent restrict and improves functionality to ActiveRecord 2/3/4.x." @@ -64,10 +64,11 @@ README.md Rakefile dependent_restrict.gemspec gemfiles/rails2.gemfile gemfiles/rails3.gemfile - gemfiles/rails4.gemfile + gemfiles/rails4_0.gemfile + gemfiles/rails4_1.gemfile lib/dependent_restrict.rb lib/dependent_restrict/delete_restriction_error.rb spec/dependent_restrict_spec.rb spec/schema.rb spec/spec_helper.rb