Sha256: 3199b7fb30c277d0b7b5e5894268b2e23239e0b04d8310c15c1d6aaace8114e3
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{fauna-mysql} s.version = "2.8.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Weaver"] s.cert_chain = ["/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-public_cert.pem"] s.date = %q{2010-10-28} s.description = %q{The MySQL API module for Ruby, with Twitter fixes.} s.email = %q{} s.extensions = ["ext/mysql_api/extconf.rb"] s.extra_rdoc_files = ["CHANGELOG", "COPYING", "ext/mysql_api/extconf.rb", "ext/mysql_api/mysql.c", "ext/mysql_api/mysql.c.orig", "extra/README.html", "extra/README_ja.html", "extra/tommy.css", "lib/mysql.rb", "README.txt", "tasks/gem.rake", "tasks/native.rake", "tasks/vendor_mysql.rake"] s.files = ["CHANGELOG", "COPYING", "COPYING.ja", "ext/mysql_api/extconf.rb", "ext/mysql_api/mysql.c", "ext/mysql_api/mysql.c.orig", "extra/README.html", "extra/README_ja.html", "extra/tommy.css", "lib/mysql.rb", "Manifest.txt", "mysql.gemspec", "Rakefile", "README.txt", "tasks/gem.rake", "tasks/native.rake", "tasks/vendor_mysql.rake", "test/test_mysql.rb", "Manifest", "fauna-mysql.gemspec"] s.homepage = %q{http://blog.evanweaver.com/files/doc/fauna/mysql/} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Fauna-mysql", "--main", "README.txt"] s.require_paths = ["lib", "ext"] s.rubyforge_project = %q{fauna} s.rubygems_version = %q{1.3.7} s.signing_key = %q{/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-private_key.pem} s.summary = %q{The MySQL API module for Ruby, with Twitter fixes.} s.test_files = ["test/test_mysql.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fauna-mysql-2.8.1.2 | fauna-mysql.gemspec |