dev 2.1.81 → 2.1.82
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/tasks/test.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 98a610b8f6d458a0fdc7daa72d7eac9540d96bb7fa812a0b2d86ae59b5041ff3
|
4
|
+
data.tar.gz: 214a2c781c90f596f9ebff2756919207316c7a5c9861311b48eb9f143d119cd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b0b7974ae88c2782cc41f61d3b139b404133c507ec73576f247361d83223919fed0e6af063c66c555ce55203ef628ba7ad8de704653d57d17ddbcd5ee846c91
|
7
|
+
data.tar.gz: 2b935d06268da0d0c95a41efdea744b6476d0629a080878bcc15e8fbea75d1f1208fcfa1eee1025738d5e1a4b4339d650f9dcc21f2f6261f1e4a9e1353fe3b76
|
data/lib/tasks/test.rb
CHANGED
@@ -70,6 +70,7 @@ class Test < Array
|
|
70
70
|
@@nunit_console = NUNIT_CONSOLE
|
71
71
|
end
|
72
72
|
@@nunit_console = "packages/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe" if(!File.exists?(@@nunit_console))
|
73
|
+
@@nunit_console = "packages/NUnit.ConsoleRunner.3.8.0/tools/nunit3-console.exe" if(!File.exists?(@@nunit_console))
|
73
74
|
@@nunit_console = "C:\\Program Files (x86)\\NUnit.org\\nunit-console\\nunit3-console.exe" if(!File.exists?(@@nunit_console))
|
74
75
|
@@nunit_console = "C:\\Program Files (x86)\\NUnit 2.6.4\\bin\\nunit-console.exe" if(!File.exists?(@@nunit_console))
|
75
76
|
@@nunit_console = "C:\\Program Files (x86)\\NUnit 2.6.3\\bin\\nunit-console.exe" if(!File.exists?(@@nunit_console))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.82
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lou Parslow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
156
|
version: '0'
|
157
157
|
requirements: []
|
158
158
|
rubyforge_project:
|
159
|
-
rubygems_version: 2.
|
159
|
+
rubygems_version: 2.7.3
|
160
160
|
signing_key:
|
161
161
|
specification_version: 4
|
162
162
|
summary: dev
|