iron_worker_ng 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -38,6 +38,10 @@ module IronWorkerNG
38
38
  @name = nil
39
39
  @features = []
40
40
 
41
+ if File.exists?('Workerfile')
42
+ eval(File.read('Workerfile'))
43
+ end
44
+
41
45
  if args.length == 1 && args[0].class == String && File.exists?(args[0])
42
46
  merge_exec(args[0])
43
47
  elsif args.length == 1 && args[0].class == String
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.3.2
4
+ version: 0.3.3
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: -50142801
175
+ hash: -114107507
176
176
  required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  none: false
178
178
  requirements: