Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gus committed Jun 10, 2010
1 parent 1443e7b commit f5cb6b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions riot-mongoid.gemspec
Expand Up @@ -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 = [
Expand All @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
".document",
".gitignore",
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"lib/riot-mongoid.rb",
Expand All @@ -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",
Expand All @@ -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<riot>, [">= 0"])
s.add_development_dependency(%q<yard>, [">= 0"])
s.add_runtime_dependency(%q<mongoid>, [">= 1.2.7"])
Expand Down

0 comments on commit f5cb6b8

Please sign in to comment.