Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 1.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed May 20, 2010
1 parent bccc9b3 commit d35bf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm-rails.gemspec
Expand Up @@ -54,14 +54,14 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/datamapper/dm-rails}
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{Use DataMapper with Rails 3}

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_runtime_dependency(%q<dm-core>, ["~> 1.0.0.rc2"])
s.add_runtime_dependency(%q<dm-active_model>, ["~> 1.0.0.rc2"])
s.add_runtime_dependency(%q<activesupport>, ["~> 3.0.0.beta3"])
Expand Down

0 comments on commit d35bf40

Please sign in to comment.