changing gem name back to make it work with bundler

This commit is contained in:
John Bintz 2010-11-17 11:24:53 -05:00
parent 2eb503a89d
commit be4fffe220
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "jrmey-mysqlplus" s.name = "mysqlplus"
s.version = "0.1.4" s.version = "0.1.4"
s.date = "2010-07-04" s.date = "2010-07-04"
s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 encoding awareness" 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.homepage = "http://github.com/jrmey/mysqlplus"
s.description = "Enhanced Ruby MySQL driver" s.description = "Enhanced Ruby MySQL driver"
s.has_rdoc = true 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.platform = Gem::Platform::RUBY
s.files = %w[ s.files = %w[
README README
@ -27,4 +27,4 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 3
end end
end end