rubyfb 0.6.3 → 0.6.4

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.
@@ -98,10 +98,10 @@ class StatementTest < Test::Unit::TestCase
98
98
  r.close
99
99
 
100
100
  total = 0
101
- s.exec(["%"], @transactions[0]) do |row|
101
+ s.exec(["RDB$COLLATION%"], @transactions[0]) do |row|
102
102
  total += 1
103
103
  end
104
- assert_equal(88, total)
104
+ assert_equal(2, total)
105
105
  s.close
106
106
  end
107
107
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-21 00:00:00.000000000 Z
12
+ date: 2012-03-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Firebird SQL access library
15
15
  email: georgiev@heatbs.com
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '1.2'
146
146
  requirements: []
147
147
  rubyforge_project: rubyfb
148
- rubygems_version: 1.8.11
148
+ rubygems_version: 1.8.20
149
149
  signing_key:
150
150
  specification_version: 3
151
151
  summary: Firebird SQL access library