shards 1.0.9 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: feb2bd1162d3ba58dc2a675991d7a3d0e4f88c1e
4
- data.tar.gz: a912d54338080ba8852e13006748cfd7e32ca0e0
3
+ metadata.gz: 37037b22f0fdc8d6a764b7c8f024a37028d6c602
4
+ data.tar.gz: e4b7b43c2a57b6f533238b50f305511083bbe3ce
5
5
  SHA512:
6
- metadata.gz: 579ec4061c0cc4521f80b36aeefd11575c6b5337703fe8a205f5774a35786cf0b1878d05ee3eaba21911b6f946e8857c63cb19a4a8790f9991d13fb0d6417a16
7
- data.tar.gz: 1935b2ea02e5a4b5726c7d100865d398b676f4843ea5e2d0b78643f4c7fc202d8c4fea5c6332915f31714e7693a99c7fbd8ffca54a68769c208d8ae40d3f353c
6
+ metadata.gz: 2e26efb01b969d05031d88940395a6f2383dddb3f5e99acc6fffdeb321f39e9179cbd6ac347bb238ab2d56c4083ee397a694677d50c366c002dcf7041911158c
7
+ data.tar.gz: 94ee547cf43a8c96ede17f6d666b3e34864303bbd0781b702674815b75f04e0625b05696c6704408248f9843c175d777a9280fbc1f30560a98ef114d9ed5f139
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shards (1.0.9)
4
+ shards (1.1.0)
5
5
  aws-sdk-route53 (~> 1.9)
6
6
  dotenv (~> 2.4)
7
7
  git (~> 1.4)
@@ -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: ask_for_exit_or_restart
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: ask_for_exit_or_restart
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
@@ -1,3 +1,3 @@
1
1
  module Shards
2
- VERSION = "1.0.9"
2
+ VERSION = "1.1.0"
3
3
  end
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.9
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-07-31 00:00:00.000000000 Z
11
+ date: 2018-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler