rake-funnel 0.3.0.pre → 0.3.1.pre

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c682b7863a0f13015edbe650fbd9572e9b01cb3a
4
- data.tar.gz: f585d8e959517bacbbf8185f2f4d31a5d3c18a88
3
+ metadata.gz: 2c7788defe2e445bb53efac13b30e75da007c2c8
4
+ data.tar.gz: d1813bab82f5f4a3e53493d7432e318d4b7190a8
5
5
  SHA512:
6
- metadata.gz: 83be14a49cc825f8a2aec1601887da502a5616e981448df58c68b5c717ca33997f6fb7bc855912897d6d75bc70a521b4ccd5a4ae6cd327cbb35b533f9e1d14aa
7
- data.tar.gz: 1cc404678784ee88692f0d27c9a058aa548cefc9642e86141974e8d112d44411834052de91e9144f8994987626ea514dbb2540460c4e397cc9a2f98d9bd6c42d
6
+ metadata.gz: 0a4078c6f3c35ae7c6f26a37fd036c0b99f768d70fe9f88520aab02125df450e64a3c218bb3d03fb961a4da294ec0e733e65ac87f58e21faf5f4eeccb2d336d6
7
+ data.tar.gz: 68049b18f1ae0de2e91e52b78dd2e0f6fd2572267ac579a2190cc802f1044a668769171d61c1cb03867cc5f415c57129f01bc30356d84b46456370d5364f75ff
@@ -1,5 +1,7 @@
1
1
  module Rake::Funnel::Integration::TeamCity
2
2
  class NUnitPlugin
3
+ include Rake::Funnel::Support
4
+
3
5
  ENV_VAR = 'teamcity.dotnet.nunitaddin'
4
6
 
5
7
  class << self
@@ -20,7 +22,7 @@ module Rake::Funnel::Integration::TeamCity
20
22
  end
21
23
 
22
24
  def read_version(executable)
23
- nunit = Rake::Funnel::Support::Which.which(executable) || return
25
+ nunit = Which.which(executable) || return
24
26
  version = BinaryVersionReader.read_from(nunit)
25
27
 
26
28
  unless version.file_version
@@ -1,5 +1,5 @@
1
1
  module Rake
2
2
  module Funnel
3
- VERSION = '0.3.0.pre'
3
+ VERSION = '0.3.1.pre'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-funnel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre
4
+ version: 0.3.1.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Groß