pg_jruby 0.14.1.rc1-java → 0.14.1.rc2-java

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +8 -5
  3. data/Rakefile +1 -0
  4. data/lib/pg.rb +1 -1
  5. data/lib/pg_ext.jar +0 -0
  6. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 782608f451aebd291bb0c2081f735e401b39abaa
4
- data.tar.gz: 8b22644fffd58f284c1c8154764082fb1a24dde4
3
+ metadata.gz: 1d74d0d63348ae708d845048888132ba3f0c4f08
4
+ data.tar.gz: aa2873f153a1cf75cadfe5872028d0a2ed9641b7
5
5
  SHA512:
6
- metadata.gz: 15d5ff7f2a125287b98111624cfa63dd692e473e2986480262793a6b818d71be9620033e56193f62eea3899473d3bae906b22bdc7fdde02b5807826b344b8aff
7
- data.tar.gz: 5257b765e157ecd6111db1795fd3523252ce6744e24bee469da57b3c2e3410a4088a4c3357446ad519f7347239cc8ca5b351222c9549e7b0edf5d3c2aa26c33b
6
+ metadata.gz: bcef4a1a032571e36c5375ba22873d0b4c65de579144961cf24417f88de33ea6c557f775ad3a7e8f22ed7522e14603e222b212a1fdfaa695d1abc98a50cdbaac
7
+ data.tar.gz: 6bd89e2ba8758ac2973b6e9dd8bbd9a2aa8653f8dcbea796c160871a69951283ed1643ecee1f205565e5b459a39dba530bad6b532ed68ba348d17955595ff4f7
@@ -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
@@ -26,6 +26,7 @@ HOE = Hoe.spec 'pg_jruby' do
26
26
  ["rspec"]
27
27
  ]
28
28
 
29
+ self.license 'MIT'
29
30
  self.spec_extras = { :platform => 'java' }
30
31
 
31
32
  self.clean_globs = ['spec/*', 'tmp_test_specs', 'tmp']
data/lib/pg.rb CHANGED
@@ -25,7 +25,7 @@ end
25
25
  module PG
26
26
 
27
27
  # Library version
28
- VERSION = '0.14.1.rc1'
28
+ VERSION = '0.14.1.rc2'
29
29
 
30
30
  # VCS revision
31
31
  REVISION = %q$Revision$
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.rc1
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-08 00:00:00.000000000 Z
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: