From f5cb6b888d4182aaacc895a533bd825dfcd0b720 Mon Sep 17 00:00:00 2001 From: Justin Knowlden Date: Thu, 10 Jun 2010 16:43:34 -0500 Subject: [PATCH] Regenerated gemspec for version 1.1.3 --- riot-mongoid.gemspec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/riot-mongoid.gemspec b/riot-mongoid.gemspec index e362e0a..ec031a3 100644 --- a/riot-mongoid.gemspec +++ b/riot-mongoid.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{riot-mongoid} - s.version = "1.1.2" + s.version = "1.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["gabrielg"] - s.date = %q{2010-06-08} + s.date = %q{2010-06-10} s.description = %q{A collection of assertion macros for testing Mongoid with Riot} s.email = %q{gabriel.gironda@gmail.com} s.extra_rdoc_files = [ @@ -20,6 +20,7 @@ Gem::Specification.new do |s| ".document", ".gitignore", "LICENSE", + "README.md", "Rakefile", "VERSION", "lib/riot-mongoid.rb", @@ -37,7 +38,7 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/gabrielg/riot-mongoid} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.3.6} s.summary = %q{Riot assertions for Mongoid} s.test_files = [ "test/has_association_test.rb", @@ -51,7 +52,7 @@ Gem::Specification.new do |s| current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 1.2.7"])