codersdojo 1.1.20 → 1.1.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 %kata_file%.cs.
14
- - The whole kata source code is in the one %kata_file%.cs.
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 %KataFile%.cs
1
+ codersdojo start run-once.cmd %Kata_file%.cs
@@ -1,3 +1,3 @@
1
- %rm% %KataFile%.dll
2
- csc /nologo /target:library /reference:nunit.framework.dll %KataFile%.cs
3
- nunit-console %KataFile%.dll /nologo
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: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 20
10
- version: 1.1.20
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-12 00:00:00 +01:00
18
+ date: 2011-02-14 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency