codersdojo 1.1.12 → 1.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ framework: ???
@@ -0,0 +1 @@
1
+ framework: clojure.is-test
@@ -0,0 +1 @@
1
+ framework: csharp.nunit
@@ -0,0 +1 @@
1
+ framework: forth.tester
@@ -0,0 +1 @@
1
+ framework: java.junit
@@ -0,0 +1 @@
1
+ framework: javascript.jspec
@@ -0,0 +1 @@
1
+ framework: javascript.vows
@@ -0,0 +1 @@
1
+ framework: python.pytest
@@ -0,0 +1 @@
1
+ framework: python.pyunit
@@ -0,0 +1 @@
1
+ framework: ruby.test-unit
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: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 12
10
- version: 1.1.12
9
+ - 13
10
+ version: 1.1.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team
@@ -120,6 +120,16 @@ files:
120
120
  - templates/ruby.test-unit/README
121
121
  - templates/ruby.test-unit/run-endless.%sh%
122
122
  - templates/ruby.test-unit/run-once.%sh%
123
+ - templates/any/.meta
124
+ - templates/clojure.is-test/.meta
125
+ - templates/csharp.nunit/.meta
126
+ - templates/forth.tester/.meta
127
+ - templates/java.junit/.meta
128
+ - templates/javascript.jspec/.meta
129
+ - templates/javascript.vows/.meta
130
+ - templates/python.pytest/.meta
131
+ - templates/python.pyunit/.meta
132
+ - templates/ruby.test-unit/.meta
123
133
  - lib/place_libs_here
124
134
  - bin/codersdojo
125
135
  has_rdoc: true