Sha256: 71565175ee84d79c8707dacdd7f18dd41730fb81869661b9b6d357b278e57605

Contents?: true

Size: 1.07 KB

Versions: 31

Compression:

Stored size: 1.07 KB

Contents

require File.expand_path('../lib/mysql2/version', __FILE__)

Gem::Specification.new do |s|
  s.name = %q{mysql2}
  s.version = Mysql2::VERSION
  s.authors = ["Brian Lopez"]
  s.date = Time.now.utc.strftime("%Y-%m-%d")
  s.email = %q{seniorlopez@gmail.com}
  s.extensions = ["ext/mysql2/extconf.rb"]
  s.files = `git ls-files`.split("\n")
  s.homepage = %q{http://github.com/brianmario/mysql2}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.4.2}
  s.summary = %q{A simple, fast Mysql library for Ruby, binding to libmysql}
  s.test_files = `git ls-files spec examples`.split("\n")

  # tests
  s.add_development_dependency 'eventmachine'
  s.add_development_dependency 'rake-compiler', "~> 0.7.7"
  s.add_development_dependency 'rake', '0.8.7' # NB: 0.8.7 required by rake-compiler 0.7.9
  s.add_development_dependency 'rspec'
  # benchmarks
  s.add_development_dependency 'activerecord'
  s.add_development_dependency 'mysql'
  s.add_development_dependency 'do_mysql'
  s.add_development_dependency 'sequel'
  s.add_development_dependency 'faker'
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/mysql2.gemspec
mysql2-0.2.19b4 mysql2.gemspec
mysql2-0.3.12b4 mysql2.gemspec
mysql2-0.2.19b3 mysql2.gemspec
mysql2-0.3.12b3 mysql2.gemspec
mysql2-0.3.12b2 mysql2.gemspec
mysql2-0.2.19b2 mysql2.gemspec
mysql2-0.3.12b1 mysql2.gemspec
mysql2-0.2.19b1 mysql2.gemspec
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/mysql2.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/mysql2.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/mysql2.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/mysql2.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/mysql2.gemspec
mysql2-0.3.11-x86-mswin32-60 mysql2.gemspec
mysql2-0.3.11-x86-mingw32 mysql2.gemspec
mysql2-0.3.11 mysql2.gemspec
mysql2-0.2.18-x86-mswin32-60 mysql2.gemspec
mysql2-0.2.18-x86-mingw32 mysql2.gemspec
mysql2-0.2.18 mysql2.gemspec