pxg 1.2.5 → 1.2.6

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/lib/pxg.rb +2 -2
  2. metadata +1 -1
data/lib/pxg.rb CHANGED
@@ -8,14 +8,14 @@ require 'json'
8
8
 
9
9
  class Pxg
10
10
 
11
- VERSION = '1.2.5'
11
+ VERSION = '1.2.6'
12
12
 
13
13
  def reimage(argv)
14
14
  xml = argv[0]
15
15
  new_images = argv[1]
16
16
 
17
17
  if argv.size == 3
18
- ignorelist = File.read argv[2]
18
+ ignorelist = File.read(argv[2]).strip.split "\n"
19
19
  else # empty ignore list
20
20
  ignorelist = []
21
21
  end#if
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pxg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: