hucpa 0.2.1-jruby → 0.2.2-jruby
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +2 -1
- data/hucpa.gemspec +1 -1
- data/lib/hucpa/configuration.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8264cc15ca1a5355c95e1bd29713a82b4ff7b0e6
|
4
|
+
data.tar.gz: cc9958500ae197c385f5a0827a362fe5c8d63073
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea52ef20e6bdc8c8ffdfa239c743475c88d30871b554f565c2e70472a19ae82b63bd29e5859e3c8fb6a47f4e65949a36b185cdae57f51f15a2b77404d836754e
|
7
|
+
data.tar.gz: 76282700cf48626e467ebe9ee5af327c18a59cd494123369e6db1687853ced431f3c62568700caa5bb1346f920c06a98b38409084637bcee2f679cbf9a679a42
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,6 +7,8 @@ This is / will be a part of a bigger effort, like a dedicated library to use SQL
|
|
7
7
|
|
8
8
|
Please note the project support only JRuby (tested with 9.1.7.0+) on Java 8.
|
9
9
|
|
10
|
+
The public API is subject to change before version `1.0.0`.
|
11
|
+
|
10
12
|
## Installation
|
11
13
|
|
12
14
|
Add this line to your application's Gemfile:
|
@@ -148,7 +150,6 @@ Close the connection pool:
|
|
148
150
|
|
149
151
|
```ruby
|
150
152
|
connection_pool.close
|
151
|
-
|
152
153
|
```
|
153
154
|
|
154
155
|
## Development
|
data/hucpa.gemspec
CHANGED
data/lib/hucpa/configuration.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hucpa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: jruby
|
6
6
|
authors:
|
7
7
|
- Tomek Wałkuski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01
|
11
|
+
date: 2017-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|