shards 1.1.7 → 1.1.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: 48e32e710f18356c6a1d36c2ace47d7c25ef1ba3
4
- data.tar.gz: 0e2772a83acbff200bb32d14d47304770bbfc490
3
+ metadata.gz: c8dd7acbfd57a9de5aeef105cf1523e5df2c38ba
4
+ data.tar.gz: 4d7a312872caa0a8ae05c386b3b376c655386490
5
5
  SHA512:
6
- metadata.gz: 41439b99f42b4ed663fc5114d47e1675b0c631a5e13d21d3c20b8657c0902371ff95d47a0d2c49ab8354049e91797d181b901e098a47b3ad3ed4a3587545989e
7
- data.tar.gz: abc68d5b255cc043abc0e08e95823f6980c4de578f4d5b15627cf542275386c922840251ae5823a44ee5b13ee42efa882f7545ec77f9a2e30884272b26d10dbd
6
+ metadata.gz: 6da5664bcd5b8633a6bcb28b6b7bcc0be9990666ccfa7e20880ad880f1a1494fe3cd14c7c5193ca016d9764c2686ac2fae091ef65f78a8e6b60590739a60a85a
7
+ data.tar.gz: f624a40f7f516c397359cba3b686bd3493b480fad23debbd9656f75683cdb3ee944f93dbe792656e60145dc69e3fb2e87dc92bce29b68686b09570145dcdafc4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shards (1.1.7)
4
+ shards (1.1.8)
5
5
  aws-sdk-route53 (~> 1.9)
6
6
  dotenv (~> 2.4)
7
7
  git (~> 1.4)
@@ -99,7 +99,7 @@ Shards::Db:
99
99
  adapter: |
100
100
  "mysql2"
101
101
  reconnect: |
102
- "true"
102
+ true
103
103
  connection: |
104
104
  { 'host' => server , 'adapter' => adapter, 'reconnect' => reconnect , 'username' => user , 'password' => password , 'database' => name }
105
105
  show_command: |
@@ -1,3 +1,3 @@
1
1
  module Shards
2
- VERSION = "1.1.7"
2
+ VERSION = "1.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shards
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego PL