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: 40fc0d030c3afc87fe6de323b95e05ee08d7b194
4
- data.tar.gz: 53e478d0b9f79a4c419988b1cf68eee4d644830b
3
+ metadata.gz: 30192e89dff4c9c5588eec3ed8803fae4c0c8fb9
4
+ data.tar.gz: fd9cdb904eb6cb1df2d15deadab85deff6a3e52b
5
5
  SHA512:
6
- metadata.gz: a6276f4f159d3bae45e449e500bebad258d89058b871e558eacfa1ad04ab32ca8b9ccf063f4367155f454f5ad0f047591bb986110e8488628d984df8e2f5d695
7
- data.tar.gz: 6c437a28543af4e8a0bd4a5718435e06d9a91a5f74e8ec11775b86c33d187f593be9d340899d41272f1dabd7821f456d5247189025a9f498f4db248b48cb6bb9
6
+ metadata.gz: 17e8906146eec8a06f0eeaadc9eabb1d1ea4887b2ed6c6fd359996352ed2f6537926c7d0459938264175857993c103c1d7248a4114b04938ab4ce69427c81fbd
7
+ data.tar.gz: 64f53c2d9c167ccec38c48ff43d17d00315c8e62f606f2545d0bfb71961ec98bb6952f7fa5e5101497e72e78e6ef9cc173df308853073584799056df63088c28
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- advanced_connection (0.5.7)
4
+ advanced_connection (0.5.8)
5
5
  activerecord (~> 4.1)
6
6
  activesupport (~> 4.1)
7
7
  rails (~> 4.1)
@@ -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 = "LGPL"
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)/})
@@ -30,7 +30,6 @@ module AdvancedConnection
30
30
  autoload :Queues
31
31
  autoload :IdleManager
32
32
  autoload :StatementPooling
33
- autoload :TransactionEncapsulation
34
33
  autoload :WithoutConnection
35
34
  end
36
35
  end
@@ -22,7 +22,7 @@
22
22
  module AdvancedConnection
23
23
  MAJOR = 0
24
24
  MINOR = 5
25
- PATCH = 7
25
+ PATCH = 8
26
26
 
27
27
  VERSION = "%d.%d.%d" % [ MAJOR, MINOR, PATCH ]
28
28
  GEM_VERSION = Gem::Version.new(VERSION)
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.7
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
- - LGPL
306
+ - MIT
307
307
  metadata: {}
308
308
  post_install_message:
309
309
  rdoc_options: []