iron_worker_ng 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
@@ -40,9 +40,9 @@ module IronWorkerNG
40
40
 
41
41
  if args.length == 1 && args[0].class == String && File.exists?(args[0])
42
42
  merge_exec(args[0])
43
- elsif args.length == 1 && args.class == String
43
+ elsif args.length == 1 && args[0].class == String
44
44
  @name = args[0]
45
- elsif args.length == 1 && args.class == Hash
45
+ elsif args.length == 1 && args[0].class == Hash
46
46
  @name = args[0][:name] || args[0]['name']
47
47
 
48
48
  exec = args[0][:exec] || args[0]['exec'] || args[0][:worker] || args[0]['worker']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_worker_ng
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  segments:
174
174
  - 0
175
- hash: 1033714541
175
+ hash: 231886799
176
176
  required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  none: false
178
178
  requirements: