cross_platform_csproj 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cross_platform_csproj.rb +1 -1
  2. metadata +2 -2
@@ -9,7 +9,7 @@ class CrossPlatformCSProj
9
9
 
10
10
  for file in fileList do
11
11
  if !File.exists?(file)
12
- puts "A file in the in the file list is not a valid file: #{fileList}"
12
+ puts "A file in the in the file list is not a valid file: #{file}"
13
13
  end
14
14
  end
15
15
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Hamilton, Mark Wong