shards 1.0.9 → 1.1.0
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/settings/workflow.yaml +2 -17
- data/lib/shards/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37037b22f0fdc8d6a764b7c8f024a37028d6c602
|
|
4
|
+
data.tar.gz: e4b7b43c2a57b6f533238b50f305511083bbe3ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e26efb01b969d05031d88940395a6f2383dddb3f5e99acc6fffdeb321f39e9179cbd6ac347bb238ab2d56c4083ee397a694677d50c366c002dcf7041911158c
|
|
7
|
+
data.tar.gz: 94ee547cf43a8c96ede17f6d666b3e34864303bbd0781b702674815b75f04e0625b05696c6704408248f9843c175d777a9280fbc1f30560a98ef114d9ed5f139
|
data/Gemfile.lock
CHANGED
data/lib/settings/workflow.yaml
CHANGED
|
@@ -69,7 +69,7 @@ terminal:
|
|
|
69
69
|
dns_upsert:
|
|
70
70
|
message: The dns record with the host %s has been succesfully created.
|
|
71
71
|
wrong_message: Error. Could not register the host %s as a dns record.
|
|
72
|
-
correct:
|
|
72
|
+
correct: ask_for_exit_and_restart
|
|
73
73
|
wrong: finish
|
|
74
74
|
|
|
75
75
|
ask_for_exit_and_restart:
|
|
@@ -162,19 +162,7 @@ fastterminal:
|
|
|
162
162
|
dns_upsert:
|
|
163
163
|
message: The dns record with the host %s has been succesfully created.
|
|
164
164
|
wrong_message: Error. Could not register the host %s as a dns record.
|
|
165
|
-
correct:
|
|
166
|
-
wrong: finish
|
|
167
|
-
|
|
168
|
-
ask_for_exit_and_restart:
|
|
169
|
-
question: Type 'r' to restart the process, another key to finish.
|
|
170
|
-
wrong_message: Process Interrupted.
|
|
171
|
-
correct: ask_location
|
|
172
|
-
wrong: finish
|
|
173
|
-
|
|
174
|
-
ask_for_repeat:
|
|
175
|
-
question: Wrong answer, type 'r' to repeat the step, another key to finish.
|
|
176
|
-
correct: repeat_previous_method
|
|
177
|
-
wrong_message: Process Interrupted. Cleanning the repo and exit.
|
|
165
|
+
correct: finish
|
|
178
166
|
wrong: finish
|
|
179
167
|
|
|
180
168
|
clean_repo_and_exit:
|
|
@@ -184,6 +172,3 @@ fastterminal:
|
|
|
184
172
|
finish:
|
|
185
173
|
correct: final_step
|
|
186
174
|
|
|
187
|
-
repeat_previous_method:
|
|
188
|
-
correct: repeat_previous_method
|
|
189
|
-
wrong: finish
|
data/lib/shards/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diego PL
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|