advanced_connection 0.5.7 → 0.5.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30192e89dff4c9c5588eec3ed8803fae4c0c8fb9
|
|
4
|
+
data.tar.gz: fd9cdb904eb6cb1df2d15deadab85deff6a3e52b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17e8906146eec8a06f0eeaadc9eabb1d1ea4887b2ed6c6fd359996352ed2f6537926c7d0459938264175857993c103c1d7248a4114b04938ab4ce69427c81fbd
|
|
7
|
+
data.tar.gz: 64f53c2d9c167ccec38c48ff43d17d00315c8e62f606f2545d0bfb71961ec98bb6952f7fa5e5101497e72e78e6ef9cc173df308853073584799056df63088c28
|
data/Gemfile.lock
CHANGED
data/advanced_connection.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.homepage = "https://github.com/finalsite/advanced_connection"
|
|
13
13
|
spec.summary = "Provides advanced connection options for rails connection pools"
|
|
14
14
|
spec.description = "Adds idle connection management, statement pooling, and other advanced connection features"
|
|
15
|
-
spec.license = "
|
|
15
|
+
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: advanced_connection
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carl P. Corliss
|
|
@@ -303,7 +303,7 @@ files:
|
|
|
303
303
|
- spec/support/db_config.rb
|
|
304
304
|
homepage: https://github.com/finalsite/advanced_connection
|
|
305
305
|
licenses:
|
|
306
|
-
-
|
|
306
|
+
- MIT
|
|
307
307
|
metadata: {}
|
|
308
308
|
post_install_message:
|
|
309
309
|
rdoc_options: []
|