do_mysql 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
  * Handle bigint insert id's
@@ -1,5 +1,5 @@
1
1
  module DataObjects
2
2
  module Mysql
3
- VERSION = '0.10.9'
3
+ VERSION = '0.10.10'
4
4
  end
5
5
  end
@@ -56,7 +56,7 @@ begin
56
56
  ext.classpath = '../do_jdbc/lib/do_jdbc_internal.jar'
57
57
  ext.java_compiling do |gem|
58
58
  gem.add_dependency 'jdbc-mysql', '>=5.0.4'
59
- gem.add_dependency 'do_jdbc', '0.10.9'
59
+ gem.add_dependency 'do_jdbc', '0.10.10'
60
60
  end
61
61
  end
62
62
  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