activerecord-jdbcsqlite3-adapter 0.9.0.1 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +8 -8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-jdbcsqlite3-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.1
4
+ version: 0.9.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: 2009-10-26 00:00:00 -05:00
12
+ date: 2009-03-17 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: 0.9.0.1
23
+ version: 0.9.1
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jdbc-sqlite3
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 3.5.8
33
+ version: 3.6.3.054
34
34
  version:
35
35
  description: Install this gem to use SQLite3 with JRuby on Rails.
36
36
  email: nick@nicksieger.com, ola.bini@gmail.com
@@ -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
50
52
  - lib/active_record/connection_adapters/jdbcsqlite3_adapter.rb
51
53
  has_rdoc: true
52
54
  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.5
76
+ rubygems_version: 1.3.1
77
77
  signing_key:
78
- specification_version: 3
78
+ specification_version: 2
79
79
  summary: SQLite3 JDBC adapter for JRuby on Rails.
80
80
  test_files: []
81
81