shards 2.0.1.pre.alpha → 2.0.1
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 +6 -6
- data/lib/shards/version.rb +1 -1
- metadata +4 -5
- data/:w +0 -50
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81359fcabb86f753922690ea580461313985bbd0
|
|
4
|
+
data.tar.gz: f39d3a5d349d3a65d5574a9f52f5697ab573caa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be89b36d8586b7670c9d13ce54ad5281fd48547d39622475063267a7644e3a731f5cf0e1baa2862a4eeb685c208348d215721f1d66b5c64da38d494969a43b70
|
|
7
|
+
data.tar.gz: a535046e44928086f02aee150d35d91f9016ede3c8a440b07564816013903155afdae2451ed7de192146542495a9bf344c8a572f387ef3af25ee7250199212ae
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
shards (2.0.1
|
|
4
|
+
shards (2.0.1)
|
|
5
5
|
aws-sdk-route53 (~> 1.9)
|
|
6
6
|
dotenv (~> 2.4)
|
|
7
7
|
git (~> 1.4)
|
|
@@ -21,14 +21,14 @@ GEM
|
|
|
21
21
|
rspec-expectations (>= 2.99)
|
|
22
22
|
thor (~> 0.19)
|
|
23
23
|
aws-eventstream (1.0.1)
|
|
24
|
-
aws-partitions (1.
|
|
25
|
-
aws-sdk-core (3.
|
|
24
|
+
aws-partitions (1.103.0)
|
|
25
|
+
aws-sdk-core (3.27.0)
|
|
26
26
|
aws-eventstream (~> 1.0)
|
|
27
27
|
aws-partitions (~> 1.0)
|
|
28
28
|
aws-sigv4 (~> 1.0)
|
|
29
29
|
jmespath (~> 1.0)
|
|
30
|
-
aws-sdk-route53 (1.
|
|
31
|
-
aws-sdk-core (~> 3)
|
|
30
|
+
aws-sdk-route53 (1.12.0)
|
|
31
|
+
aws-sdk-core (~> 3, >= 3.26.0)
|
|
32
32
|
aws-sigv4 (~> 1.0)
|
|
33
33
|
aws-sigv4 (1.0.3)
|
|
34
34
|
backports (3.11.3)
|
|
@@ -57,7 +57,7 @@ GEM
|
|
|
57
57
|
dotenv (2.5.0)
|
|
58
58
|
ffi (1.9.25)
|
|
59
59
|
gherkin (5.1.0)
|
|
60
|
-
git (1.
|
|
60
|
+
git (1.5.0)
|
|
61
61
|
jmespath (1.4.0)
|
|
62
62
|
multi_json (1.13.1)
|
|
63
63
|
multi_test (0.1.2)
|
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: 2.0.1
|
|
4
|
+
version: 2.0.1
|
|
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-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -191,7 +191,6 @@ files:
|
|
|
191
191
|
- ".rspec"
|
|
192
192
|
- ".ruby-version"
|
|
193
193
|
- ".travis.yml"
|
|
194
|
-
- ":w"
|
|
195
194
|
- CODE_OF_CONDUCT.md
|
|
196
195
|
- Gemfile
|
|
197
196
|
- Gemfile.lock
|
|
@@ -248,9 +247,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
248
247
|
version: '0'
|
|
249
248
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
250
249
|
requirements:
|
|
251
|
-
- - "
|
|
250
|
+
- - ">="
|
|
252
251
|
- !ruby/object:Gem::Version
|
|
253
|
-
version:
|
|
252
|
+
version: '0'
|
|
254
253
|
requirements: []
|
|
255
254
|
rubyforge_project:
|
|
256
255
|
rubygems_version: 2.6.14
|
data/:w
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
# see shared_steps in base.yaml to find the steps not defined in a workflow
|
|
3
|
-
|
|
4
|
-
delete_by_terminal:
|
|
5
|
-
|
|
6
|
-
validate_stage:
|
|
7
|
-
correct: validate_subdomain
|
|
8
|
-
wrong_message: Stage %s does not exist.
|
|
9
|
-
wrong: finish
|
|
10
|
-
|
|
11
|
-
validate_subdomain:
|
|
12
|
-
correct: delete_record
|
|
13
|
-
wrong_message: DNS record for host %s, %s.
|
|
14
|
-
wrong: ask_to_continue
|
|
15
|
-
|
|
16
|
-
ask_to_continue:
|
|
17
|
-
question: Do you want to continue?
|
|
18
|
-
correct: delete_record
|
|
19
|
-
wrong: finish
|
|
20
|
-
|
|
21
|
-
delete_record:
|
|
22
|
-
message: Record %s deleted in target %s
|
|
23
|
-
correct: delete_site_and_shard
|
|
24
|
-
wrong: finish
|
|
25
|
-
wrong_message: Could not delete the record %s.
|
|
26
|
-
|
|
27
|
-
delete_site_and_shard:
|
|
28
|
-
correct: write_yaml_files
|
|
29
|
-
wrong: clean_repo_and_exit
|
|
30
|
-
wrong_message: Could not delete site or shard.\n %s.
|
|
31
|
-
|
|
32
|
-
write_yaml_files:
|
|
33
|
-
question: Type Y to confirm the changes
|
|
34
|
-
wrong_message: Undo changes
|
|
35
|
-
correct: commit_changes
|
|
36
|
-
wrong: clean_repo_and_exit
|
|
37
|
-
|
|
38
|
-
commit_changes:
|
|
39
|
-
message: The changes has been committed and pushed to the remote repository.
|
|
40
|
-
wrong_message: We had an issue to commit and push the changes.
|
|
41
|
-
correct: delete_database
|
|
42
|
-
wrong: finish
|
|
43
|
-
|
|
44
|
-
delete_database:
|
|
45
|
-
wrong_message: The database %s could not be deleted in host %s.
|
|
46
|
-
message: Database %s was deleted in host %s.
|
|
47
|
-
correct: finish
|
|
48
|
-
wrong: finish
|
|
49
|
-
|
|
50
|
-
start: validate_location
|