Skip to content

Commit

Permalink
Remove RUBY_VERSION conditional branch from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Fazzi committed Oct 6, 2009
1 parent a479fda commit d5cbcc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/extension.rake
Expand Up @@ -2,11 +2,6 @@ spec = Gem::Specification.new do |s|
s.name = PROJ.name
s.version = PROJ.version
s.platform = Gem::Platform::RUBY
if RUBY_VERSION =~ /1\.8/
s.required_ruby_version = '~> 1.8.4'
else
s.required_ruby_version = '~> 1.9.1'
end
s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc", "LICENSE"]
s.summary = PROJ.summary
Expand Down

0 comments on commit d5cbcc8

Please sign in to comment.