fireruby 0.2.2-i586-linux → 0.3.0-i586-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: fireruby
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.2
7
- date: 2005-04-12
6
+ version: 0.3.0
7
+ date: 2005-05-23
8
8
  summary: Ruby interface library for the Firebird database.
9
9
  require_paths:
10
10
  - lib
@@ -28,22 +28,35 @@ authors:
28
28
  - Peter Wood
29
29
  files:
30
30
  - lib/mkdoc
31
- - lib/fireruby.bundle
32
31
  - lib/fireruby.so
33
32
  - lib/src.rb
34
33
  - test/SQLTest.rb
35
34
  - test/DatabaseTest.rb
36
35
  - test/StatementTest.rb
36
+ - test/AddRemoveUserTest.rb
37
37
  - test/ConnectionTest.rb
38
+ - test/ServiceManagerTest.rb
38
39
  - test/TransactionTest.rb
39
40
  - test/TestSetup.rb
41
+ - test/BackupRestoreTest.rb
42
+ - test/RowCountTest.rb
40
43
  - test/UnitTest.rb
41
44
  - test/DDLTest.rb
42
45
  - test/ResultSetTest.rb
43
46
  - test/RowTest.rb
44
47
  - test/GeneratorTest.rb
48
+ - doc/files
45
49
  - doc/README
46
50
  - doc/license.txt
51
+ - doc/classes
52
+ - doc/classes/FireRuby
53
+ - doc/classes/FireRuby/ResultSet.src
54
+ - doc/classes/FireRuby/FireRubyError.src
55
+ - doc/classes/FireRuby/Transaction.src
56
+ - doc/classes/FireRuby/Database.src
57
+ - doc/classes/FireRuby/Statement.src
58
+ - doc/classes/FireRuby/Connection.src
59
+ - doc/classes/FireRuby/Generator.src
47
60
  - examples/example01.rb
48
61
  test_files:
49
62
  - test/UnitTest.rb
data/lib/fireruby.bundle DELETED
Binary file