property_sets.gemspec in property_sets-0.8.3 vs property_sets.gemspec in property_sets-1.0.0

- old
+ new

@@ -1,10 +1,11 @@ -Gem::Specification.new "property_sets", "0.8.3" do |s| +Gem::Specification.new "property_sets", "1.0.0" do |s| s.summary = "Property sets for ActiveRecord." s.description = "This gem is an ActiveRecord extension which provides a convenient interface for managing per row properties." s.authors = ["Morten Primdahl"] s.email = 'primdahl@me.com' s.homepage = 'http://github.com/morten/property_sets' + s.license = 'Apache License Version 2.0' s.add_runtime_dependency("activesupport", ">= 2.3.14", "< 3.3") s.add_runtime_dependency("activerecord", ">= 2.3.14", "< 3.3") s.add_runtime_dependency("json")