property_sets.gemspec in property_sets-0.6.2 vs property_sets.gemspec in property_sets-0.7.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 = 'property_sets' - s.version = '0.6.2' - s.date = '2012-03-22' + s.version = '0.7.1' + s.date = '2012-04-09' s.rubyforge_project = 'property_sets' ## Make sure your summary is short. The description may be as long ## as you like. s.summary = "Property sets for ActiveRecord." @@ -48,9 +48,10 @@ ## List your runtime dependencies here. Runtime dependencies are those ## that are needed for an end user to actually USE your code. s.add_runtime_dependency("activesupport", ">= 2.3.14", "< 3.3") s.add_runtime_dependency("activerecord", ">= 2.3.14", "< 3.3") s.add_runtime_dependency("actionpack", ">= 2.3.14", "< 3.3") + s.add_runtime_dependency("json") ## List your development dependencies here. Development dependencies are ## those that are only needed during development s.add_development_dependency('rake') s.add_development_dependency('bundler')