remarkable_activemodel.gemspec in remarkable_activemodel-4.0.0.alpha1 vs remarkable_activemodel.gemspec in remarkable_activemodel-4.0.0.alpha2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{remarkable_activemodel} - s.version = "4.0.0.alpha1" + s.version = "4.0.0.alpha2" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Ho-Sheng Hsiao", "Carlos Brando", "Jos\303\251 Valim", "Diego Carrion"] - s.date = %q{2010-04-22} + s.date = %q{2010-05-26} s.description = %q{Remarkable ActiveModel: collection of matchers and macros with I18n for ActiveModel} s.email = ["hosh@sparkfly.com", "eduardobrando@gmail.com", "jose.valim@gmail.com", "dc.rec1@gmail.com"] s.extra_rdoc_files = [ "CHANGELOG", "LICENSE", @@ -19,43 +19,43 @@ ] s.files = [ "CHANGELOG", "LICENSE", "README", - "lib/remarkable_activemodel.rb", - "lib/remarkable_activemodel/base.rb", - "lib/remarkable_activemodel/matchers/allow_values_for_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_acceptance_of_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_confirmation_of_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_exclusion_of_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_inclusion_of_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_length_of_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_numericality_of_matcher.rb", - "lib/remarkable_activemodel/matchers/validate_presence_of_matcher.rb", + "lib/remarkable/active_model.rb", + "lib/remarkable/active_model/base.rb", + "lib/remarkable/active_model/matchers/allow_values_for_matcher.rb", + "lib/remarkable/active_model/matchers/validate_acceptance_of_matcher.rb", + "lib/remarkable/active_model/matchers/validate_confirmation_of_matcher.rb", + "lib/remarkable/active_model/matchers/validate_exclusion_of_matcher.rb", + "lib/remarkable/active_model/matchers/validate_inclusion_of_matcher.rb", + "lib/remarkable/active_model/matchers/validate_length_of_matcher.rb", + "lib/remarkable/active_model/matchers/validate_numericality_of_matcher.rb", + "lib/remarkable/active_model/matchers/validate_presence_of_matcher.rb", "locale/en.yml", "remarkable_activemodel.gemspec", "remarkable_activerecord.gemspec" ] s.homepage = %q{http://github.com/carlosbrando/remarkable} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{remarkable} - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.7} s.summary = %q{Remarkable ActiveModel: collection of matchers and macros with I18n for ActiveModel} 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 - s.add_runtime_dependency(%q<rspec>, [">= 2.0.0.alpha7"]) - s.add_runtime_dependency(%q<remarkable>, ["~> 4.0.0.alpha1"]) + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<rspec>, [">= 2.0.0.alpha8"]) + s.add_runtime_dependency(%q<remarkable>, ["~> 4.0.0.alpha2"]) else - s.add_dependency(%q<rspec>, [">= 2.0.0.alpha7"]) - s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha1"]) + s.add_dependency(%q<rspec>, [">= 2.0.0.alpha8"]) + s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha2"]) end else - s.add_dependency(%q<rspec>, [">= 2.0.0.alpha7"]) - s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha1"]) + s.add_dependency(%q<rspec>, [">= 2.0.0.alpha8"]) + s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha2"]) end end