# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "mysql" s.version = "2.9.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["TOMITA Masahiro"] s.date = "2013-02-16" s.description = "This is the MySQL API module for Ruby. It provides the same functions for Ruby\nprograms that the MySQL C API provides for C programs.\n\nThis package is offered as gem for easy installation using RubyGems. It wraps\nunmodified tmtm's mysql-ruby extension into a proper gem.\n\nPlease note that tmtm (Tomita Mashahiro) has deprecated development of this\nextension and only update it for bug fixes." s.email = ["tommy@tmtm.org"] s.extensions = ["ext/mysql_api/extconf.rb"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.files = ["History.txt", "Manifest.txt", "README.txt", "ext/mysql_api/extconf.rb"] s.homepage = "http://github.com/luislavena/mysql-gem" s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") s.rubyforge_project = "mysql-win" s.rubygems_version = "1.8.24" s.summary = "This is the MySQL API module for Ruby" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, ["~> 3.10"]) s.add_development_dependency(%q, ["~> 0.8.1"]) s.add_development_dependency(%q, ["~> 3.5"]) else s.add_dependency(%q, ["~> 3.10"]) s.add_dependency(%q, ["~> 0.8.1"]) s.add_dependency(%q, ["~> 3.5"]) end else s.add_dependency(%q, ["~> 3.10"]) s.add_dependency(%q, ["~> 0.8.1"]) s.add_dependency(%q, ["~> 3.5"]) end end