activerecord-jdbcmysql-adapter 0.8.2 → 0.9
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.
- data/Rakefile +1 -1
- metadata +7 -5
data/Rakefile
CHANGED
|
@@ -21,7 +21,7 @@ begin
|
|
|
21
21
|
p.changes = "Updated to MySQL version #{Jdbc::MySQL::VERSION}."
|
|
22
22
|
p.description = "Install this gem to use MySQL with JRuby on Rails."
|
|
23
23
|
p.extra_deps += [
|
|
24
|
-
['activerecord-jdbc-adapter', "
|
|
24
|
+
['activerecord-jdbc-adapter', "= #{JdbcAdapter::Version::VERSION}"],
|
|
25
25
|
['jdbc-mysql', ">= #{Jdbc::MySQL::VERSION}"]]
|
|
26
26
|
end.spec.dependencies.delete_if { |dep| dep.name == "hoe" }
|
|
27
27
|
rescue LoadError
|
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: 0.
|
|
4
|
+
version: "0.9"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Sieger, Ola Bini and JRuby contributors
|
|
@@ -9,20 +9,22 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-11-26 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activerecord-jdbc-adapter
|
|
17
|
+
type: :runtime
|
|
17
18
|
version_requirement:
|
|
18
19
|
version_requirements: !ruby/object:Gem::Requirement
|
|
19
20
|
requirements:
|
|
20
|
-
- - "
|
|
21
|
+
- - "="
|
|
21
22
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.
|
|
23
|
+
version: "0.9"
|
|
23
24
|
version:
|
|
24
25
|
- !ruby/object:Gem::Dependency
|
|
25
26
|
name: jdbc-mysql
|
|
27
|
+
type: :runtime
|
|
26
28
|
version_requirement:
|
|
27
29
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
30
|
requirements:
|
|
@@ -71,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
71
73
|
requirements: []
|
|
72
74
|
|
|
73
75
|
rubyforge_project: jruby-extras
|
|
74
|
-
rubygems_version: 1.
|
|
76
|
+
rubygems_version: 1.3.1
|
|
75
77
|
signing_key:
|
|
76
78
|
specification_version: 2
|
|
77
79
|
summary: MySQL JDBC adapter for JRuby on Rails.
|