codersdojo 1.1.20 → 1.1.21
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.
|
@@ -10,5 +10,5 @@ Assumptions:
|
|
|
10
10
|
- in the Path variable:
|
|
11
11
|
csc (possible path=C:\Windows\Microsoft.NET\Framework\v4.0.30319\)
|
|
12
12
|
nunit-console (possible path=C:\Programme\NUnit 2.5.9\bin\net-2.0\)
|
|
13
|
-
- nunit.framework.dll is in the same directory as %
|
|
14
|
-
- The whole kata source code is in the one %
|
|
13
|
+
- nunit.framework.dll is in the same directory as %Kata_file%.cs.
|
|
14
|
+
- The whole kata source code is in the one %Kata_file%.cs.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
codersdojo start run-once.cmd %
|
|
1
|
+
codersdojo start run-once.cmd %Kata_file%.cs
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
%rm% %
|
|
2
|
-
csc /nologo /target:library /reference:nunit.framework.dll %
|
|
3
|
-
nunit-console %
|
|
1
|
+
%rm% %Kata_file%.dll
|
|
2
|
+
csc /nologo /target:library /reference:nunit.framework.dll %Kata_file%.cs
|
|
3
|
+
nunit-console %Kata_file%.dll /nologo
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codersdojo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 57
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 21
|
|
10
|
+
version: 1.1.21
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- CodersDojo-Team
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-02-
|
|
18
|
+
date: 2011-02-14 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|