forked from elia/mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmysql.gemspec
21 lines (19 loc) · 868 Bytes
/
mysql.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mysql}
s.version = "2.8.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ['TOMITA Masahiro', 'Elia Schito', 'Michael Platov']
s.date = %q{2001-02-01}
s.description = %q{MySQL API module for Ruby.}
s.email = ["[email protected]"]
s.files = [ "COPYING", "COPYING.ja", "README.html", "README_ja.html", "extconf.rb", "mysql.c", "test.rb", "tommy.css", "mysql.gemspec"]
s.has_rdoc = false
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.required_ruby_version = '>= 1.8.6'
s.summary = 'MySQL/Ruby provides the same functions for Ruby programs that the MySQL C API provides for C programs.'
s.homepage = 'http://www.tmtm.org/en/mysql/ruby/'
s.extensions << 'extconf.rb'
s.platform = Gem::Platform::CURRENT
end