nuget_helper 0.0.9 → 0.0.10
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.
- checksums.yaml +4 -4
- data/lib/nuget_helper.rb +5 -1
- data/lib/nuget_helper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7250a32ea55c1132e5476dcc8f94307966a4471b
|
|
4
|
+
data.tar.gz: 447e2b522b7dbdc8c9076efc8df355883eac0c16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 139d751b2ee91b31999abf778963e9f0b94cde80dc9d7330385dcf92fc2464025aa61706f221cb8c6fa96af2cf1aa905b858870f048e229fbdbc6948d8f744c9
|
|
7
|
+
data.tar.gz: 3af09b5af2ceb44ffd4b833c2dee699be360b3c60c05eddd8268467c5f50471cf2ce6f7e4dcd407b34b2edc130c081e082dbbf702cf4243766782635d079a956
|
data/lib/nuget_helper.rb
CHANGED
|
@@ -37,8 +37,12 @@ module NugetHelper
|
|
|
37
37
|
self.command_path('NUnit.Runners', 'nunit-console.exe')
|
|
38
38
|
end
|
|
39
39
|
|
|
40
|
+
def self.xunit_clr4_path
|
|
41
|
+
self.command_path('xunit.runners', 'xunit.console-clr4.exe')
|
|
42
|
+
end
|
|
43
|
+
|
|
40
44
|
def self.xunit_path
|
|
41
|
-
old_xunit = self.first_command_path('xunit.runners', 'xunit.console.exe')
|
|
45
|
+
old_xunit = self.first_command_path('xunit.runners', 'xunit.console-clr4.exe')
|
|
42
46
|
if not old_xunit.nil?
|
|
43
47
|
return old_xunit
|
|
44
48
|
end
|
data/lib/nuget_helper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nuget_helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oskar Gewalli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|