activerecord-jdbcmysql-adapter 0.9 → 0.9.0.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-jdbcmysql-adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.9.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Sieger, Ola Bini and JRuby contributors
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-10-26 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version:
|
23
|
+
version: 0.9.0.1
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: jdbc-mysql
|
@@ -47,11 +47,11 @@ files:
|
|
47
47
|
- Rakefile
|
48
48
|
- README.txt
|
49
49
|
- LICENSE.txt
|
50
|
-
- lib/active_record
|
51
|
-
- lib/active_record/connection_adapters
|
52
50
|
- lib/active_record/connection_adapters/jdbcmysql_adapter.rb
|
53
51
|
has_rdoc: true
|
54
52
|
homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
|
53
|
+
licenses: []
|
54
|
+
|
55
55
|
post_install_message:
|
56
56
|
rdoc_options:
|
57
57
|
- --main
|
@@ -73,9 +73,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements: []
|
74
74
|
|
75
75
|
rubyforge_project: jruby-extras
|
76
|
-
rubygems_version: 1.3.
|
76
|
+
rubygems_version: 1.3.5
|
77
77
|
signing_key:
|
78
|
-
specification_version:
|
78
|
+
specification_version: 3
|
79
79
|
summary: MySQL JDBC adapter for JRuby on Rails.
|
80
80
|
test_files: []
|
81
81
|
|