do_sqlite3 0.10.1-x86-mswin32-60 → 0.10.1.1-x86-mswin32-60
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/ChangeLog.markdown +8 -2
- data/Rakefile +1 -1
- data/lib/do_sqlite3/1.8/do_sqlite3.so +0 -0
- data/lib/do_sqlite3/1.9/do_sqlite3.so +0 -0
- data/lib/do_sqlite3/version.rb +1 -1
- metadata +2 -2
data/ChangeLog.markdown
CHANGED
@@ -1,10 +1,16 @@
|
|
1
|
-
## 0.10.
|
1
|
+
## 0.10.2 (unreleased, in git)
|
2
|
+
|
3
|
+
## 0.10.1.1 2010-01-24
|
4
|
+
|
5
|
+
* JRuby-only: Fix for handling boolean results with a TRUE value.
|
6
|
+
|
7
|
+
## 0.10.1 2010-01-08
|
2
8
|
|
3
9
|
* Support for Ruby 1.8 and 1.9 on Windows.
|
4
10
|
* Switch to Jeweler for Gem building tasks (this change may be temporary).
|
5
11
|
* Switch to using Bacon for running specs: This should make specs friendlier to
|
6
12
|
new Ruby implementations that are not yet 100% MRI-compatible, and in turn,
|
7
|
-
|
13
|
+
pave the road for our own IronRuby and MacRuby support.
|
8
14
|
* Switch to the newly added rake-compiler `JavaExtensionTask` for compiling
|
9
15
|
JRuby extensions, instead of our (broken) home-grown solution.
|
10
16
|
|
data/Rakefile
CHANGED
@@ -35,7 +35,7 @@ begin
|
|
35
35
|
# and modify dependencies and extensions appropriately
|
36
36
|
gem.extensions << 'ext/do_sqlite3/extconf.rb'
|
37
37
|
|
38
|
-
gem.add_dependency 'data_objects',
|
38
|
+
gem.add_dependency 'data_objects', '0.10.1'
|
39
39
|
|
40
40
|
gem.add_development_dependency 'bacon', '~>1.1'
|
41
41
|
gem.add_development_dependency 'rake-compiler', '~>0.7'
|
Binary file
|
Binary file
|
data/lib/do_sqlite3/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: do_sqlite3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.1
|
4
|
+
version: 0.10.1.1
|
5
5
|
platform: x86-mswin32-60
|
6
6
|
authors:
|
7
7
|
- Dirkjan Bussink
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-31 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|