# -*- encoding: utf-8 -*- # stub: tiny_tds 0.9.5.beta.10 x64-mingw32 lib Gem::Specification.new do |s| s.name = "tiny_tds".freeze s.version = "0.9.5.beta.10".freeze s.platform = "x64-mingw32".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ken Collins".freeze, "Erik Bryn".freeze, "Will Bond".freeze] s.date = "2016-01-03" s.description = "TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.".freeze s.email = ["ken@metaskills.net".freeze, "will@wbond.net".freeze] s.executables = ["defncopy".freeze, "tsql".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "appveyor.yml".freeze, "bin/defncopy".freeze, "bin/tsql".freeze, "exe/.keep".freeze, "exe/defncopy.exe".freeze, "exe/tsql.exe".freeze, "ext/tiny_tds/client.c".freeze, "ext/tiny_tds/client.h".freeze, "ext/tiny_tds/extconf.rb".freeze, "ext/tiny_tds/extconsts.rb".freeze, "ext/tiny_tds/result.c".freeze, "ext/tiny_tds/result.h".freeze, "ext/tiny_tds/tiny_tds_ext.c".freeze, "ext/tiny_tds/tiny_tds_ext.h".freeze, "lib/tiny_tds.rb".freeze, "lib/tiny_tds/2.0/tiny_tds.so".freeze, "lib/tiny_tds/2.1/tiny_tds.so".freeze, "lib/tiny_tds/2.2/tiny_tds.so".freeze, "lib/tiny_tds/bin.rb".freeze, "lib/tiny_tds/client.rb".freeze, "lib/tiny_tds/error.rb".freeze, "lib/tiny_tds/result.rb".freeze, "lib/tiny_tds/version.rb".freeze, "ports/patches/freetds/0.91.112/Makefile.in.diff".freeze, "ports/patches/freetds/0.91.112/dblib-30-char-username.diff".freeze, "ports/patches/freetds/0.95.78/0001-mingw_missing_inet_pton.diff".freeze, "ports/x86_64-w64-mingw32/bin/libeay32-1.0.2e-x86_64-w64-mingw32.dll".freeze, "ports/x86_64-w64-mingw32/bin/libiconv-2.dll".freeze, "ports/x86_64-w64-mingw32/bin/libsybdb-5.dll".freeze, "ports/x86_64-w64-mingw32/bin/ssleay32-1.0.2e-x86_64-w64-mingw32.dll".freeze, "test/appveyor/dbsetup.ps1".freeze, "test/appveyor/dbsetup.sql".freeze, "test/benchmark/query.rb".freeze, "test/benchmark/query_odbc.rb".freeze, "test/benchmark/query_tinytds.rb".freeze, "test/client_test.rb".freeze, "test/result_test.rb".freeze, "test/schema/1px.gif".freeze, "test/schema/sqlserver_2000.sql".freeze, "test/schema/sqlserver_2005.sql".freeze, "test/schema/sqlserver_2008.sql".freeze, "test/schema/sqlserver_2014.sql".freeze, "test/schema/sqlserver_azure.sql".freeze, "test/schema/sybase_ase.sql".freeze, "test/schema_test.rb".freeze, "test/test_helper.rb".freeze, "test/thread_test.rb".freeze, "tiny_tds.gemspec".freeze] s.homepage = "http://github.com/rails-sqlserver/tiny_tds".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.4".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze]) end