--- !ruby/object:Gem::Specification name: tiny_tds version: !ruby/object:Gem::Version hash: 15424071 prerelease: 6 segments: - 0 - 5 - 0 - rc - 1 version: 0.5.0.rc1 platform: x86-mingw32 authors: - Ken Collins - Erik Bryn autorequire: bindir: bin cert_chain: [] date: 2011-09-12 00:00:00 -04:00 default_executable: 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: [] extra_rdoc_files: [] files: - .gitignore - CHANGELOG - Gemfile - MIT-LICENSE - NOTES - README.rdoc - 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_test.rb - test/test_helper.rb - lib/tiny_tds/1.8/tiny_tds.so - lib/tiny_tds/1.9/tiny_tds.so has_rdoc: true 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: 25 segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.6.2 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_test.rb - test/test_helper.rb