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