jdbc-mysql 5.0.4 → 5.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,5 @@
1
- This gem bundles the MySQL JDBC driver/connector for Java. The MySQL connector is available from MySQL AB under the terms of the GPL, see http://www.gnu.org/copyleft/gpl.html for details.
1
+ This gem bundles the MySQL JDBC driver/connector for Java. This gem is
2
+ available under same license terms for the MySQL connector from MySQL
3
+ AB: either under the terms of the GPL (see
4
+ http://www.gnu.org/copyleft/gpl.html for details) or other license
5
+ terms specified by MySQL AB.
@@ -3,5 +3,5 @@ Rakefile
3
3
  README.txt
4
4
  LICENSE.txt
5
5
  lib/jdbc
6
+ lib/mysql-connector-java-5.1.13.jar
6
7
  lib/jdbc/mysql.rb
7
- lib/mysql-connector-java-5.0.4-bin.jar
data/README.txt CHANGED
@@ -1,4 +1,12 @@
1
- This is a MySQL JDBC driver gem for JRuby. Use
1
+ = jdbc-mysql
2
+
3
+ * http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter/
4
+
5
+ == DESCRIPTION:
6
+
7
+ This is a MySQL JDBC driver gem for JRuby.
8
+
9
+ Use
2
10
 
3
11
  require 'jdbc/mysql'
4
12
 
data/Rakefile CHANGED
@@ -10,7 +10,11 @@ $LOAD_PATH << "lib"
10
10
  require "jdbc/mysql"
11
11
  begin
12
12
  require 'hoe'
13
- Hoe.new("jdbc-mysql", Jdbc::MySQL::VERSION) do |p|
13
+ Hoe.plugin :gemcutter
14
+ Hoe.spec("jdbc-mysql") do |p|
15
+ version = Jdbc::MySQL::VERSION
16
+ version += '.' + ENV['DRIVER_REV'] if ENV['DRIVER_REV']
17
+ p.version = version
14
18
  p.rubyforge_name = "jruby-extras"
15
19
  p.url = "http://jruby-extras.rubyforge.org/ActiveRecord-JDBC"
16
20
  p.author = "Nick Sieger, Ola Bini and JRuby contributors"
@@ -1,10 +1,10 @@
1
1
  module Jdbc
2
2
  module MySQL
3
- VERSION = "5.0.4"
3
+ VERSION = "5.1.13"
4
4
  end
5
5
  end
6
6
  if RUBY_PLATFORM =~ /java/
7
- require "mysql-connector-java-#{Jdbc::MySQL::VERSION}-bin.jar"
7
+ require "mysql-connector-java-#{Jdbc::MySQL::VERSION}.jar"
8
8
  else
9
9
  warn "jdbc-mysql is only for use with JRuby"
10
- end
10
+ end
metadata CHANGED
@@ -1,55 +1,86 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: jdbc-mysql
5
3
  version: !ruby/object:Gem::Version
6
- version: 5.0.4
7
- date: 2007-11-05 00:00:00 -06:00
8
- summary: MySQL JDBC driver for Java and MySQL/ActiveRecord-JDBC.
9
- require_paths:
10
- - lib
11
- email: nick@nicksieger.com, ola.bini@gmail.com
12
- homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
13
- rubyforge_project: jruby-extras
14
- description: Install this gem and require 'mysql' within JRuby to load the driver.
15
- autorequire:
16
- default_executable:
17
- bindir: bin
18
- has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">"
22
- - !ruby/object:Gem::Version
23
- version: 0.0.0
24
- version:
4
+ prerelease: false
5
+ segments:
6
+ - 5
7
+ - 1
8
+ - 13
9
+ version: 5.1.13
25
10
  platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
29
11
  authors:
30
- - Nick Sieger, Ola Bini and JRuby contributors
31
- files:
32
- - Manifest.txt
33
- - Rakefile
34
- - README.txt
35
- - LICENSE.txt
36
- - lib/jdbc
37
- - lib/jdbc/mysql.rb
38
- - lib/mysql-connector-java-5.0.4-bin.jar
39
- test_files: []
12
+ - Nick Sieger, Ola Bini and JRuby contributors
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
40
16
 
41
- rdoc_options:
42
- - --main
43
- - README.txt
44
- extra_rdoc_files:
45
- - Manifest.txt
46
- - README.txt
47
- - LICENSE.txt
17
+ date: 2010-12-09 00:00:00 -06:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: rubyforge
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 2
30
+ - 0
31
+ - 4
32
+ version: 2.0.4
33
+ type: :development
34
+ version_requirements: *id001
35
+ description: Install this gem and require 'mysql' within JRuby to load the driver.
36
+ email: nick@nicksieger.com, ola.bini@gmail.com
48
37
  executables: []
49
38
 
50
39
  extensions: []
51
40
 
41
+ extra_rdoc_files:
42
+ - Manifest.txt
43
+ - README.txt
44
+ - LICENSE.txt
45
+ files:
46
+ - Manifest.txt
47
+ - Rakefile
48
+ - README.txt
49
+ - LICENSE.txt
50
+ - lib/mysql-connector-java-5.1.13.jar
51
+ - lib/jdbc/mysql.rb
52
+ has_rdoc: true
53
+ homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options:
58
+ - --main
59
+ - README.txt
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ segments:
68
+ - 0
69
+ version: "0"
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ segments:
76
+ - 0
77
+ version: "0"
52
78
  requirements: []
53
79
 
54
- dependencies: []
80
+ rubyforge_project: jruby-extras
81
+ rubygems_version: 1.3.7
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: MySQL JDBC driver for Java and MySQL/ActiveRecord-JDBC.
85
+ test_files: []
55
86