property_sets.gemspec in property_sets-0.6.0 vs property_sets.gemspec in property_sets-0.6.2

- old
+ new

@@ -11,11 +11,11 @@ ## 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.0' + s.version = '0.6.2' s.date = '2012-03-22' s.rubyforge_project = 'property_sets' ## Make sure your summary is short. The description may be as long ## as you like. @@ -48,10 +48,9 @@ ## 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')