Sha256: 0b0982fd1b385077530e3ee8f6172a83d430d540f86b52c0f04bee5cafc0dd82
Contents?: true
Size: 1.86 KB
Versions: 0
Compression: gzip
Compressed size: 768 Bytes
Stored size: 768 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.10 specification_version: 1 name: fireruby version: !ruby/object:Gem::Version version: 0.3.1 date: 2005-06-07 summary: Ruby interface library for the Firebird database. require_paths: - lib email: paw220470@yahoo.ie homepage: http://rubyforge.org/projects/fireruby/ rubyforge_project: description: FireRuby is an extension to the Ruby programming language that provides access to the Firebird open source RDBMS. FireRuby is based in the Firebird C API and has no additional dependencies. The FireRuby library wraps the API calls in a Ruby OO interface. autorequire: fireruby default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: i586-linux authors: - Peter Wood files: - lib/mkdoc - lib/fireruby.so - lib/src.rb - test/SQLTest.rb - test/DatabaseTest.rb - test/StatementTest.rb - test/AddRemoveUserTest.rb - test/ConnectionTest.rb - test/ServiceManagerTest.rb - test/TransactionTest.rb - test/TestSetup.rb - test/BackupRestoreTest.rb - test/RowCountTest.rb - test/UnitTest.rb - test/DDLTest.rb - test/ResultSetTest.rb - test/RowTest.rb - test/GeneratorTest.rb - doc/files - doc/README - doc/license.txt - doc/classes - doc/classes/FireRuby - doc/classes/FireRuby/ResultSet.src - doc/classes/FireRuby/FireRubyError.src - doc/classes/FireRuby/Transaction.src - doc/classes/FireRuby/Database.src - doc/classes/FireRuby/Statement.src - doc/classes/FireRuby/Connection.src - doc/classes/FireRuby/Generator.src - examples/example01.rb test_files: - test/UnitTest.rb rdoc_options: - "--main" - doc/README extra_rdoc_files: - doc/README executables: [] extensions: [] requirements: [] dependencies: []