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 60161a6 commit bc1f853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm-migrations.gemspec
Expand Up @@ -79,7 +79,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{datamapper} s.rubyforge_project = %q{datamapper}
s.rubygems_version = %q{1.3.6} s.rubygems_version = %q{1.3.7}
s.summary = %q{DataMapper plugin for writing and speccing migrations} s.summary = %q{DataMapper plugin for writing and speccing migrations}
s.test_files = [ s.test_files = [
"spec/integration/auto_migration_spec.rb", "spec/integration/auto_migration_spec.rb",
Expand All @@ -106,7 +106,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 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-core>, ["~> 1.0.0.rc2"])
s.add_development_dependency(%q<rspec>, ["~> 1.3"]) s.add_development_dependency(%q<rspec>, ["~> 1.3"])
else else
Expand Down

0 comments on commit bc1f853

Please sign in to comment.