dev 1.0.75 → 1.0.76

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/dev/Project.rb +1 -1
  2. metadata +1 -1
data/lib/dev/Project.rb CHANGED
@@ -425,7 +425,7 @@ class Project < Hash
425
425
  Dir.glob("*.{Test.csproj,Features.csproj}").each { |cs|
426
426
  dll_name="bin/x86/Release/#{File.basename(cs,'.csproj')}.dll"
427
427
  array << "\"<paths,nunit>\" /nologo #{dll_name} /xml:#{dll_name}.nunit-results.xml" if RUBY_PLATFORM.include?("w32")
428
- array << "mono \"<paths,nunit>\" #{dll_name} /xml:#{dll_name}.nunit-results.xml" if !RUBY_PLATFORM.include?("w32")
428
+ array << "mono \"<paths,nunit>\" #{dll_name}" if !RUBY_PLATFORM.include?("w32")
429
429
  }
430
430
  end
431
431
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.75
4
+ version: 1.0.76
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: