From be4fffe220e5be766ff9e79093dd812b1320b4ac Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 17 Nov 2010 11:24:53 -0500 Subject: [PATCH] changing gem name back to make it work with bundler --- mysqlplus.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysqlplus.gemspec b/mysqlplus.gemspec index fa1bd8c..38e6985 100644 --- a/mysqlplus.gemspec +++ b/mysqlplus.gemspec @@ -1,5 +1,5 @@ Gem::Specification.new do |s| - s.name = "jrmey-mysqlplus" + s.name = "mysqlplus" s.version = "0.1.4" s.date = "2010-07-04" s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 encoding awareness" @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.homepage = "http://github.com/jrmey/mysqlplus" s.description = "Enhanced Ruby MySQL driver" s.has_rdoc = true - s.authors = ["Muhammad A. Ali", "Jeremy Suriel"] + s.authors = ["Muhammad A. Ali", "Jeremy Suriel", "John Bintz"] s.platform = Gem::Platform::RUBY s.files = %w[ README @@ -27,4 +27,4 @@ Gem::Specification.new do |s| current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 end -end \ No newline at end of file +end