eventhub-command 0.6.7 → 0.6.8

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: 087ac1a9dffbcab8fcabdc8ba5a3b96de329757f
4
- data.tar.gz: 12573853ff61998cb9ab0d0b681e265b772cd80f
3
+ metadata.gz: e83c3bdd962510f527237a25799151e5d11d5045
4
+ data.tar.gz: 36f4ddf65098c9e63a08b1348ee695496f3b2727
5
5
  SHA512:
6
- metadata.gz: f6b7cf38a6820e2599516805c70d4f06c064c99b2e12cd2a506d70f2490318adebca339e883aa89f8273d6b4ac073ba203f699b2d1dc885f44ff0e5596cfa451
7
- data.tar.gz: 9b508add2bbea8f30284bf73c260d51106a4883bb40f2fd42213c7d3226558705c5bdda82f6bec35ed65cebe7526d42ae1ee992f7c5f4c4909fa0c104ba0f2a2
6
+ metadata.gz: 364db699b80cd092d7131139b2d1443ee279400b8b3e4269326a235de332ef070bfcbcac922518b22270c6d405178878c2440f2889c6254f4b207bdaa95b9607
7
+ data.tar.gz: fea75341b1bea9c4beee0d5a5d51917815b32b62dbee94f94ddd5d984907a333d1c44f210640d22e9d1bc2aa05789141c9ae6368a65229e2acbf853fd9645bf1
data/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
+ ## 0.6.8 (2016-11-05)
2
+
3
+ Fix
4
+
5
+ - Typo fixes ruby/dispatcher sorting
6
+
7
+
8
+ ## 0.6.7 (2016-11-03)
9
+
10
+ Features:
11
+
12
+ - Install EH console first
13
+ - Custom sorting for ruby processors to make sure dispatcher comes first when deploying mulitple ruby processors
14
+
15
+
1
16
  ## 0.6.6 (2016-11-02)
2
17
 
3
18
  Features:
4
19
 
5
20
  - Custom sorting for go processors to make sure always inspector comes first when deploying multiple go processors
6
21
 
22
+
7
23
  ## 0.6.5 (2016-09-09)
8
24
 
9
25
  Features:
@@ -119,7 +119,7 @@ class Deployer::RubyDeployer < Deployer::BaseDeployer
119
119
  #
120
120
  def ruby_sorter
121
121
  ->(a, b) do
122
- return -1 if a =~ /disaptcher/i
122
+ return -1 if a =~ /dispatcher/i
123
123
  return 1 if b =~ /dispatcher/i
124
124
  a <=> b
125
125
  end
data/lib/eh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Eh
2
- VERSION = '0.6.7'
2
+ VERSION = '0.6.8'
3
3
  end
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.6.7
4
+ version: 0.6.8
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: 2016-11-03 00:00:00.000000000 Z
12
+ date: 2016-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake