Skip to content

Commit

Permalink
Update rubygems dependency to ~>1.4
Browse files Browse the repository at this point in the history
* This gem depends on test-unit, which depends on hoe, which depends on
  rubygems >= 1.4. I added this dependency to make it more clear
  up-front that rubygems ~>1.4 is required for this gem to install.
  • Loading branch information
dkubb committed Mar 6, 2011
1 parent dcf9afa commit 2476143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -14,6 +14,8 @@ begin
gem.authors = [ 'Martin Gamsjaeger (snusnu)' ]
gem.has_rdoc = 'yard'

gem.required_rubygems_version = '~> 1.4'

gem.rubyforge_project = 'datamapper'
end

Expand Down
4 changes: 2 additions & 2 deletions dm-active_model.gemspec
Expand Up @@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.name = %q{dm-active_model}
s.version = "1.1.0.rc2"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("~> 1.4") if s.respond_to? :required_rubygems_version=
s.authors = ["Martin Gamsjaeger (snusnu)"]
s.date = %q{2011-03-01}
s.date = %q{2011-03-05}
s.description = %q{A datamapper plugin for active_model compliance and thus rails 3 compatibility.}
s.email = %q{gamsnjaga [a] gmail [d] com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 2476143

Please sign in to comment.