dev 1.0.157 → 1.0.158

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/cmd/Test.rb +1 -1
  2. metadata +1 -1
data/lib/dev/cmd/Test.rb CHANGED
@@ -15,7 +15,7 @@ class Test < Array
15
15
 
16
16
  Dir.glob("*.{Test.csproj,Features.csproj}").each { |cs|
17
17
  dll_name="#{DEV[:directory]}/bin/x86/Release/#{File.basename(cs,'.csproj')}.dll"
18
- self << "{:cmd=> '<paths,nunit> /xml:#{dll_name}.nunit-results.xml #{dll_name}', :auto=>true :capture_output=>true, :capture_error=>true}" if RUBY_PLATFORM.include?("w32")
18
+ self << "{:cmd=> '<paths,nunit> /xml:#{dll_name}.nunit-results.xml #{dll_name}', :auto=>true, :capture_output=>true, :capture_error=>true}" if RUBY_PLATFORM.include?("w32")
19
19
  self << "{:cmd-> 'mono <paths,nunit> #{dll_name}', :auto=>true}" if !RUBY_PLATFORM.include?("w32")
20
20
  }
21
21
 
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.157
4
+ version: 1.0.158
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: