--- !ruby/object:Gem::Specification name: tiny_tds version: !ruby/object:Gem::Version hash: 9 prerelease: segments: - 0 - 5 - 1 version: 0.5.1 platform: ruby authors: - Ken Collins - Erik Bryn autorequire: bindir: bin cert_chain: [] date: 2012-01-23 00:00:00 Z dependencies: [] description: TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter. email: - ken@metaskills.net executables: [] extensions: - ext/tiny_tds/extconf.rb extra_rdoc_files: [] files: - .gitignore - CHANGELOG - Gemfile - MIT-LICENSE - NOTES - README.md - Rakefile - ext/tiny_tds/client.c - ext/tiny_tds/client.h - ext/tiny_tds/extconf.rb - ext/tiny_tds/result.c - ext/tiny_tds/result.h - ext/tiny_tds/tiny_tds_ext.c - ext/tiny_tds/tiny_tds_ext.h - lib/tiny_tds.rb - lib/tiny_tds/client.rb - lib/tiny_tds/error.rb - lib/tiny_tds/result.rb - lib/tiny_tds/version.rb - tasks/ports.rake - test/benchmark/query.rb - test/benchmark/query_odbc.rb - test/benchmark/query_tinytds.rb - test/client_test.rb - test/result_test.rb - test/schema/1px.gif - test/schema/sqlserver_2000.sql - test/schema/sqlserver_2005.sql - test/schema/sqlserver_2008.sql - test/schema/sqlserver_azure.sql - test/schema/sybase_ase.sql - test/schema_test.rb - test/test_helper.rb homepage: http://github.com/rails-sqlserver/tiny_tds licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. test_files: - test/benchmark/query.rb - test/benchmark/query_odbc.rb - test/benchmark/query_tinytds.rb - test/client_test.rb - test/result_test.rb - test/schema/1px.gif - test/schema/sqlserver_2000.sql - test/schema/sqlserver_2005.sql - test/schema/sqlserver_2008.sql - test/schema/sqlserver_azure.sql - test/schema/sybase_ase.sql - test/schema_test.rb - test/test_helper.rb