elasticDynamoDb 1.0.1 → 1.0.2
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 +8 -8
- data/bin/elasticDynamoDb +0 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
M2E2ZjdiZGYzMWFjMjFkNTllYjNiMTI3MjM2NmJiNDdiZTcyMTc2ZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Nzc3NGQxOWJjODRkYjFiMDE3ZDVjY2FmOTc3YmFmMTMwZjA2MjFhNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjAxYTg1N2E3YjgyNGViMmViZjEwYTU0ZTMxZTNiNmEwYzJjMjg3N2EwNTZh
|
|
10
|
+
YmQxMTc2OWNjZmJjNDY1MTdhYjM3MzEwY2FlYTc0YzYzZTQ5MzEyZTY3YTdi
|
|
11
|
+
MGMxNWQ0ZWQyMmY0YTEwOWM4NGIyNThiNWE0YzA1OTkxNzc1Yjg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmQwYWU4MTM0YWRlYmFkYjg0NzI2OGI5NGU3NGE2OTUwMTBmNTE4OWY2YzMz
|
|
14
|
+
NGFkMTUwYTI2MzczMjc0MTlkZWUwODAwZGM3MzQyMzU5ODAwZDAzMzRlNzhj
|
|
15
|
+
ZTdiNjM3NzQyOWE0NDA5NWI5ZjE5MDRjMTUxNWI2ZDA0MGI5Y2E=
|
data/bin/elasticDynamoDb
CHANGED
|
@@ -16,11 +16,6 @@ class ElasticDynamoDb < Thor
|
|
|
16
16
|
method_option :stop_cmd, :banner => 'bash stop command for dynamic-dynamodb service'
|
|
17
17
|
method_option :start_cmd, :banner => 'bash start command for dynamic-dynamodb service'
|
|
18
18
|
def onDemand
|
|
19
|
-
if dynamic_dynamodb_running?
|
|
20
|
-
say("Dynamic-DynamoDB is running - no point in changing values while old config is in memory, stop the service and re-run ElasticDynamoDb", color=:red)
|
|
21
|
-
exit
|
|
22
|
-
end
|
|
23
|
-
|
|
24
19
|
@@config_file = options[:config_file]
|
|
25
20
|
@@in_restore = false
|
|
26
21
|
@@timestamp = Time.now.strftime("%m%d%Y-%H%M%S")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elasticDynamoDb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ami Mahloof
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: configparser
|