jdbc-sqlite3 3.6.3.054 → 3.6.14.2.056

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/Manifest.txt CHANGED
@@ -3,5 +3,5 @@ Rakefile
3
3
  README.txt
4
4
  LICENSE.txt
5
5
  lib/jdbc
6
+ lib/sqlitejdbc-3.6.14.2.056.jar
6
7
  lib/jdbc/sqlite3.rb
7
- lib/sqlitejdbc-3.6.3.054.jar
data/README.txt CHANGED
@@ -1,4 +1,12 @@
1
- This is a SQLite JDBC driver gem for JRuby. Use
1
+ = jdbc-sqlite3
2
+
3
+ * http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter/
4
+
5
+ == DESCRIPTION:
6
+
7
+ This is a SQLite JDBC driver gem for JRuby.
8
+
9
+ Use
2
10
 
3
11
  require 'jdbc/sqlite'
4
12
 
data/Rakefile CHANGED
@@ -10,7 +10,11 @@ $LOAD_PATH << "lib"
10
10
  require "jdbc/sqlite3"
11
11
  begin
12
12
  require 'hoe'
13
- Hoe.new("jdbc-sqlite3", Jdbc::SQLite3::VERSION) do |p|
13
+ Hoe.plugin :gemcutter
14
+ Hoe.spec("jdbc-sqlite3") do |p|
15
+ version = Jdbc::SQLite3::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"
data/lib/jdbc/sqlite3.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module SQLite3
3
- VERSION = "3.6.3.054" # Based on SQLite 3.6.3
3
+ VERSION = "3.6.14.2.056" # Based on SQLite 3.6.14.2
4
4
  end
5
5
  end
6
6
  if RUBY_PLATFORM =~ /java/
Binary file
metadata CHANGED
@@ -1,18 +1,39 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.3.054
4
+ prerelease: false
5
+ segments:
6
+ - 3
7
+ - 6
8
+ - 14
9
+ - 2
10
+ - 56
11
+ version: 3.6.14.2.056
5
12
  platform: ruby
6
13
  authors:
7
- - Nick Sieger, Ola Bini and JRuby contributors
14
+ - Nick Sieger, Ola Bini and JRuby contributors
8
15
  autorequire:
9
16
  bindir: bin
10
17
  cert_chain: []
11
18
 
12
- date: 2009-03-17 00:00:00 -05:00
19
+ date: 2010-12-06 00:00:00 -06:00
13
20
  default_executable:
14
- dependencies: []
15
-
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: rubyforge
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ segments:
31
+ - 2
32
+ - 0
33
+ - 4
34
+ version: 2.0.4
35
+ type: :development
36
+ version_requirements: *id001
16
37
  description: Install this gem and require 'sqlite3' within JRuby to load the driver.
17
38
  email: nick@nicksieger.com, ola.bini@gmail.com
18
39
  executables: []
@@ -20,43 +41,48 @@ executables: []
20
41
  extensions: []
21
42
 
22
43
  extra_rdoc_files:
23
- - Manifest.txt
24
- - README.txt
25
- - LICENSE.txt
44
+ - Manifest.txt
45
+ - README.txt
46
+ - LICENSE.txt
26
47
  files:
27
- - Manifest.txt
28
- - Rakefile
29
- - README.txt
30
- - LICENSE.txt
31
- - lib/jdbc
32
- - lib/jdbc/sqlite3.rb
33
- - lib/sqlitejdbc-3.6.3.054.jar
48
+ - Manifest.txt
49
+ - Rakefile
50
+ - README.txt
51
+ - LICENSE.txt
52
+ - lib/sqlitejdbc-3.6.14.2.056.jar
53
+ - lib/jdbc/sqlite3.rb
34
54
  has_rdoc: true
35
55
  homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
56
+ licenses: []
57
+
36
58
  post_install_message:
37
59
  rdoc_options:
38
- - --main
39
- - README.txt
60
+ - --main
61
+ - README.txt
40
62
  require_paths:
41
- - lib
63
+ - lib
42
64
  required_ruby_version: !ruby/object:Gem::Requirement
65
+ none: false
43
66
  requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: "0"
47
- version:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ segments:
70
+ - 0
71
+ version: "0"
48
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
+ none: false
49
74
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: "0"
53
- version:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ segments:
78
+ - 0
79
+ version: "0"
54
80
  requirements: []
55
81
 
56
82
  rubyforge_project: jruby-extras
57
- rubygems_version: 1.3.1
83
+ rubygems_version: 1.3.7
58
84
  signing_key:
59
- specification_version: 2
85
+ specification_version: 3
60
86
  summary: SQLite3 JDBC driver for Java and SQLite3/ActiveRecord-JDBC.
61
87
  test_files: []
62
88
 
Binary file