nuget_helper 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f99bd802b35332fa70c84fabbafcd99f9fff1e5
4
- data.tar.gz: 0823f51c76af819d2ae11b8594efaceb76853d3d
3
+ metadata.gz: 7250a32ea55c1132e5476dcc8f94307966a4471b
4
+ data.tar.gz: 447e2b522b7dbdc8c9076efc8df355883eac0c16
5
5
  SHA512:
6
- metadata.gz: 5896585b96c398503c4fef937975530f5b4118822891ee1af8febcecc502e2f2664723d59c500124d6564bec45a6e8440d03d9545e2a69f30a20a3c791a7b981
7
- data.tar.gz: 4db29de713b38c0c928782750b81616fcd0fffd36a744e7c013f3dcd01cf38fd7ba22261927df35dd8d3b463fa51f32c70b7a1137a2ee90fa35803c66cd6db5b
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
@@ -1,3 +1,3 @@
1
1
  module NugetHelper
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
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.9
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-03 00:00:00.000000000 Z
11
+ date: 2015-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler