codersdojo 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
- jspec init
2
- mv spec.js spec/unit
1
+ if [ ! -e Readme.md ]
2
+ then
3
+ jspec init
4
+ mv spec.js spec/unit
5
+ fi
3
6
  codersdojo start run-once.%sh% spec/unit/spec.js
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: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 11
10
- version: 1.0.11
9
+ - 12
10
+ version: 1.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team