do_postgres 0.10.9 → 0.10.10

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.
@@ -1,3 +1,7 @@
1
+ ## 0.10.10 2012-10-11
2
+
3
+ No changes
4
+
1
5
  ## 0.10.9 2012-08-13
2
6
 
3
7
  * Improved RETURNING handling on JRuby
@@ -1,5 +1,5 @@
1
1
  module DataObjects
2
2
  module Postgres
3
- VERSION = '0.10.9'
3
+ VERSION = '0.10.10'
4
4
  end
5
5
  end
@@ -70,7 +70,7 @@ begin
70
70
  ext.classpath = '../do_jdbc/lib/do_jdbc_internal.jar'
71
71
  ext.java_compiling do |gem|
72
72
  gem.add_dependency 'jdbc-postgres', '>=8.2'
73
- gem.add_dependency 'do_jdbc', '0.10.9'
73
+ gem.add_dependency 'do_jdbc', '0.10.10'
74
74
  end
75
75
  end
76
76
  rescue LoadError
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 10
8
- - 9
9
- version: 0.10.9
8
+ - 10
9
+ version: 0.10.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dirkjan Bussink
@@ -27,8 +27,8 @@ dependencies:
27
27
  segments:
28
28
  - 0
29
29
  - 10
30
- - 9
31
- version: 0.10.9
30
+ - 10
31
+ version: 0.10.10
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  - !ruby/object:Gem::Dependency