# -*- encoding: utf-8 -*- # stub: ibruby 0.5.0 x86-linux lib Gem::Specification.new do |s| s.name = "ibruby".freeze s.version = "0.5.0".freeze s.platform = "i586-linux".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Peter Wood, Richard Vowles".freeze] s.autorequire = "ibruby".freeze s.date = "2006-12-03" s.description = "IBRuby is an extension to the Ruby programming language that provides access to the InterBase RDBMS. IBRuby is based in the InterBase C API and has no additional dependencies. The IBRuby library wraps the API calls in a Ruby OO interface.".freeze s.email = "paw220470@yahoo.ie, rvowles@codegear.com".freeze s.extra_rdoc_files = ["doc/README".freeze] s.files = ["doc/README".freeze, "doc/classes".freeze, "doc/files".freeze, "doc/license.txt".freeze, "examples/example01.rb".freeze, "lib/SQLType.rb".freeze, "lib/ib_lib.so".freeze, "lib/ibruby.rb".freeze, "lib/mkdoc".freeze, "lib/src.rb".freeze, "test/AddRemoveUserTest.rb".freeze, "test/BackupRestoreTest.rb".freeze, "test/BooleanTest.rb".freeze, "test/CharacterSetTest.rb".freeze, "test/ConnectionTest.rb".freeze, "test/DDLTest.rb".freeze, "test/DatabaseTest.rb".freeze, "test/GeneratorTest.rb".freeze, "test/KeyTest.rb".freeze, "test/ResultSetTest.rb".freeze, "test/RoleTest.rb".freeze, "test/RowCountTest.rb".freeze, "test/RowTest.rb".freeze, "test/SQLTest.rb".freeze, "test/SQLTypeTest.rb".freeze, "test/ServiceManagerTest.rb".freeze, "test/StatementTest.rb".freeze, "test/TestSetup.rb".freeze, "test/TransactionTest.rb".freeze, "test/TypeTest.rb".freeze, "test/UnitTest.rb".freeze] s.homepage = "http://rubyforge.org/projects/ibruby/".freeze s.rdoc_options = ["--main".freeze, "doc/README".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby interface library for the InterBase database.".freeze s.test_files = ["test/UnitTest.rb".freeze] end