codersdojo 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/app/console_view.rb +2 -2
  2. metadata +3 -3
data/app/console_view.rb CHANGED
@@ -52,7 +52,7 @@ setup <framework> <kata_file_no_ext> Setup the environment for the kata for the
52
52
  Use ??? as framework if your framework isn't in the list.
53
53
 
54
54
  Example:
55
- :/dojo/my_kata% #{$0} setup ruby.test/unit prime
55
+ :/dojo/my_kata% #{$0} setup ruby.test-unit prime
56
56
  Show the instructions how to setup the environment for kata execution with Ruby and test/unit.
57
57
  helptext
58
58
  end
@@ -77,7 +77,7 @@ upload <framework> <session_directory> Upload the kata written with <framework>
77
77
  If you used another framework, use ??? and send an email to codersdojo@it-agile.de
78
78
 
79
79
  Example:
80
- :/dojo/my_kata$ #{$0} upload ruby.test/unit .codersdojo/2010-11-02_16-21-53
80
+ :/dojo/my_kata$ #{$0} upload ruby.test-unit .codersdojo/2010-11-02_16-21-53
81
81
  Upload the kata (written in Ruby with the test/unit framework) located in directory ".codersdojo/2010-11-02_16-21-53" to codersdojo.com.
82
82
  helptext
83
83
  end
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team