kytoon 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/VERSION +1 -1
  3. data/lib/kytoon/server_group.rb +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ * Wed Sep 19 2012 Dan Prince <dprince@redhat.com> - 1.2.2
2
+ - Default group_type to GROUP_TYPE env variable if it
3
+ isn't set.
4
+
1
5
  * Wed Sep 19 2012 Dan Prince <dprince@redhat.com> - 1.2.1
2
6
  - Update rake tasks so they call init correctly.
3
7
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.1
1
+ 1.2.2
@@ -5,7 +5,7 @@ class ServerGroup
5
5
  @@group_class = nil
6
6
 
7
7
  # called to init the configured group class we will use
8
- def self.init(group_type=nil)
8
+ def self.init(group_type=ENV['GROUP_TYPE'])
9
9
  return if not @@group_class.nil?
10
10
  configs = Util.load_configs
11
11
  group_type = configs['group_type'] if group_type.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kytoon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -289,7 +289,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
289
289
  version: '0'
290
290
  segments:
291
291
  - 0
292
- hash: -4175975420226675935
292
+ hash: 3888021228185023517
293
293
  required_rubygems_version: !ruby/object:Gem::Requirement
294
294
  none: false
295
295
  requirements: