trafficbroker-mandy 0.2.5 → 0.2.5.1

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.
Files changed (2) hide show
  1. data/bin/mandy-local +2 -1
  2. metadata +1 -1
@@ -16,6 +16,7 @@ input = absolute_path(ARGV[1])
16
16
  output_folder = FileUtils.mkdir_p(absolute_path(ARGV[2]))
17
17
  require file
18
18
 
19
+ out = nil
19
20
  Mandy::Job.jobs.each_with_index do |job, i|
20
21
  out = File.join(output_folder, "#{i+1}-#{job.name.downcase.gsub(/\W/, '-')}")
21
22
  puts "Running #{job.name}..."
@@ -23,4 +24,4 @@ Mandy::Job.jobs.each_with_index do |job, i|
23
24
  input = out
24
25
  end
25
26
 
26
- puts "All Done! [#{input}]"
27
+ puts out
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trafficbroker-mandy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Kent