eventhub-command 0.3.12 → 0.3.13
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/README.md +0 -1
- data/lib/deployer.rb +0 -1
- data/lib/eh-commands.rb +0 -1
- data/lib/eh/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: 1198dd5b0aff2a6ec9a9fc74a54a408b2f5cd512
|
4
|
+
data.tar.gz: acadc371c4635d9a92535f37fabb42ffd6f36519
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be562a2d5052d174d2e999ec6e43d0b100eb9a1ab0bd9a82deb19684873f977f6e85a71a462f26ace1d11f69e566319ea7abd01659a209ef39528e82ae103eb6
|
7
|
+
data.tar.gz: 6026e654578a326b4f5c44f3cc60bf29f5b3f3e2c0f918cc12b57f80b99f5d40c758f7a7c5d996147401bcdf6b89f35a5a24c45fac0c0a51446bf08e01567a10
|
data/README.md
CHANGED
@@ -70,7 +70,6 @@ Some common options are:
|
|
70
70
|
* --verbose (enable verbose output)
|
71
71
|
|
72
72
|
### Commands
|
73
|
-
* deploy_console: deploy the ruby on rails app 'console'
|
74
73
|
* deploy_ruby: deploy a ruby processor to a stage. You can specify:
|
75
74
|
* a processor name
|
76
75
|
* multiple processor names spearated via commas
|
data/lib/deployer.rb
CHANGED
data/lib/eh-commands.rb
CHANGED
data/lib/eh/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eventhub-command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pascal Betz
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-09-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|