publishus.gemspec in publishus-0.0.1 vs publishus.gemspec in publishus-0.0.2

- old
+ new

@@ -1,17 +1,17 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{publishus} - s.version = "0.0.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["lostboy"] - s.date = %q{2010-04-30} + s.date = %q{2010-05-18} s.description = %q{Publishus allows active record models and associations to be published and exist both in a 'current' and 'live' state} s.email = %q{paul.crabtree@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -29,21 +29,21 @@ "test/test_publishus.rb" ] s.homepage = %q{http://github.com/lostboy/publishus} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.7} s.summary = %q{An experimental publishing structure on top of vestal versions} s.test_files = [ "test/helper.rb", "test/test_publishus.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_runtime_dependency(%q<vestal_versions>, ["= 1.0.2"]) else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<vestal_versions>, ["= 1.0.2"])