shards 1.1.2 → 1.1.3

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: fc139d258548d37dc5d72b403881d10e92166d0a
4
- data.tar.gz: d1b175af07905c50d35b783f5ab6f8303916d7e7
3
+ metadata.gz: 5487854a27b9cec585d3f15abaa1e49bab866833
4
+ data.tar.gz: 05ac6850b43dc993a377dde0547d491650fd9912
5
5
  SHA512:
6
- metadata.gz: 5f838e50da8313a598eba2b228f3bea9206584785b2dbe91aaf10e45f83d3e47fa4885bba1937537333aa9d512bbc9606c44f5c63e6e3447a13fb110b8774bdb
7
- data.tar.gz: 8c34937630e3455c848e6c03cb2548339188683284ee8e9901d6a22761344638a5d6ea0836d37e461453eff3b6e6edaa26b684fd314cd2cb68b8491f586d46a4
6
+ metadata.gz: 2b567b16d4430df54d0d0353a66911a47645c80e807bbfdc09d49d695c6785c5f70fc150b8175e7505507e0c20cb01729ec18f0bafdacc0f1d2890c3a04cb5d2
7
+ data.tar.gz: 21be66fcf0e76b604b5a359e5d48182dbd5bc9629dbb0c655fda81e666685dba265a165d3534c5c39c1cd20f247805167d6e657db59fc1904540ba8ce3231967
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shards (1.1.2)
4
+ shards (1.1.3)
5
5
  aws-sdk-route53 (~> 1.9)
6
6
  dotenv (~> 2.4)
7
7
  git (~> 1.4)
@@ -1,3 +1,3 @@
1
1
  module Shards
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
@@ -142,7 +142,7 @@ module Shards
142
142
  end
143
143
 
144
144
  def commit_changes
145
- config.repo.message = "Added shard in #{location} for #{client}"
145
+ config.repo.message = "Added shard in #{location.name} for #{client}"
146
146
  config.repo.autocommit
147
147
  puts step['message']
148
148
  puts config.repo.message
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego PL