classify_cluster 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ClassifyCluster
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -3,7 +3,7 @@ module ClassifyCluster
3
3
  class Capistrano
4
4
  CLUSTER_ROLE_2_CAP_ROLE = {
5
5
  'db' => 'db',
6
- 'queue' => 'rabbitmq',
6
+ 'queue' => 'queue',
7
7
  'cron' => 'cron',
8
8
  'app' => 'app',
9
9
  'worker' => 'workling',
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classify_cluster
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Cashin