pg_jruby 0.14.1.rc1-java → 0.14.1.rc2-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +8 -5
- data/Rakefile +1 -0
- data/lib/pg.rb +1 -1
- data/lib/pg_ext.jar +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d74d0d63348ae708d845048888132ba3f0c4f08
|
4
|
+
data.tar.gz: aa2873f153a1cf75cadfe5872028d0a2ed9641b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcef4a1a032571e36c5375ba22873d0b4c65de579144961cf24417f88de33ea6c557f775ad3a7e8f22ed7522e14603e222b212a1fdfaa695d1abc98a50cdbaac
|
7
|
+
data.tar.gz: 6bd89e2ba8758ac2973b6e9dd8bbd9a2aa8653f8dcbea796c160871a69951283ed1643ecee1f205565e5b459a39dba530bad6b532ed68ba348d17955595ff4f7
|
data/README.rdoc
CHANGED
@@ -28,6 +28,14 @@ and We'll be happy to fix them.
|
|
28
28
|
* Zero dependencies on other jars and gems
|
29
29
|
* All active record test suite pass (except 5 tests see PROBLEMS).
|
30
30
|
|
31
|
+
== How To Install
|
32
|
+
|
33
|
+
Install via RubyGems:
|
34
|
+
|
35
|
+
gem install --prerelease pg_jruby
|
36
|
+
|
37
|
+
Note: the pg (for jruby) gem is still a release candidate.
|
38
|
+
|
31
39
|
== PROBLEMS:
|
32
40
|
|
33
41
|
* Due to a bug in JRuby Array#delete
|
@@ -53,11 +61,6 @@ and We'll be happy to fix them.
|
|
53
61
|
|
54
62
|
* Just a Postgres server and the gem.
|
55
63
|
|
56
|
-
== INSTALL:
|
57
|
-
|
58
|
-
* Currently we don't have the gem on rubygems, but I'll work on that if we can
|
59
|
-
get a stable version out.
|
60
|
-
|
61
64
|
== DEVELOPERS:
|
62
65
|
|
63
66
|
You'll need postgres to be installed on your system. In order for you
|
data/Rakefile
CHANGED
data/lib/pg.rb
CHANGED
data/lib/pg_ext.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg_jruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.1.
|
4
|
+
version: 0.14.1.rc2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Charles Nutter
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-11-
|
12
|
+
date: 2013-11-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rdoc
|
@@ -175,7 +175,8 @@ files:
|
|
175
175
|
- lib/pg_ext.jar
|
176
176
|
- .gemtest
|
177
177
|
homepage: https://github.com/headius/jruby-pg
|
178
|
-
licenses:
|
178
|
+
licenses:
|
179
|
+
- MIT
|
179
180
|
metadata: {}
|
180
181
|
post_install_message:
|
181
182
|
rdoc_options:
|