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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/shards/version.rb +1 -1
- data/lib/shards/workflow/base.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5487854a27b9cec585d3f15abaa1e49bab866833
|
|
4
|
+
data.tar.gz: 05ac6850b43dc993a377dde0547d491650fd9912
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b567b16d4430df54d0d0353a66911a47645c80e807bbfdc09d49d695c6785c5f70fc150b8175e7505507e0c20cb01729ec18f0bafdacc0f1d2890c3a04cb5d2
|
|
7
|
+
data.tar.gz: 21be66fcf0e76b604b5a359e5d48182dbd5bc9629dbb0c655fda81e666685dba265a165d3534c5c39c1cd20f247805167d6e657db59fc1904540ba8ce3231967
|
data/Gemfile.lock
CHANGED
data/lib/shards/version.rb
CHANGED
data/lib/shards/workflow/base.rb
CHANGED
|
@@ -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
|