From 2daef86c487ec1c531ecfe84ed342d15a1c89554 Mon Sep 17 00:00:00 2001 From: Filip Tepper Date: Tue, 18 May 2010 15:47:53 +0200 Subject: [PATCH] gemspec now compatible with bundler --- mysqlplus.gemspec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mysqlplus.gemspec b/mysqlplus.gemspec index 5dfb880..49869c5 100755 --- a/mysqlplus.gemspec +++ b/mysqlplus.gemspec @@ -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 \ No newline at end of file