gemspec now compatible with bundler

This commit is contained in:
Filip Tepper 2010-05-18 15:47:53 +02:00
parent e283a6d89f
commit 2daef86c48
1 changed files with 5 additions and 1 deletions

View File

@ -22,5 +22,9 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--main", "README"]
s.extra_rdoc_files = ["README"]
s.extensions << "ext/extconf.rb"
end
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
end
end