property_sets.gemspec in property_sets-0.5.8 vs property_sets.gemspec in property_sets-0.6.0

- 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.5.8' - s.date = '2012-02-08' + s.version = '0.6.0' + 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. s.summary = "Property sets for ActiveRecord." @@ -48,10 +48,11 @@ ## 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') @@ -91,6 +92,6 @@ # = MANIFEST = ## Test files will be grabbed from the file list. Make sure the path glob ## matches what you actually use. s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ } -end \ No newline at end of file +end