kytoon 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/VERSION +1 -1
- data/lib/kytoon/server_group.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.2
|
data/lib/kytoon/server_group.rb
CHANGED
@@ -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=
|
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.
|
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:
|
292
|
+
hash: 3888021228185023517
|
293
293
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
294
294
|
none: false
|
295
295
|
requirements:
|