codersdojo 0.9.1 → 0.9.2

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.
Files changed (2) hide show
  1. data/bin/codersdojo +1 -0
  2. metadata +6 -5
data/bin/codersdojo ADDED
@@ -0,0 +1 @@
1
+ app/codersdojo.rb
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: 57
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 1
10
- version: 0.9.1
9
+ - 2
10
+ version: 0.9.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team
@@ -21,8 +21,8 @@ dependencies: []
21
21
 
22
22
  description: Client executes tests in an endless loop and logs source code and test result.
23
23
  email: codersdojo@it-agile.de
24
- executables: []
25
-
24
+ executables:
25
+ - codersdojo
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: []
@@ -30,6 +30,7 @@ extra_rdoc_files: []
30
30
  files:
31
31
  - app/codersdojo.rb
32
32
  - spec/personal_codersdojo_spec.rb
33
+ - bin/codersdojo
33
34
  has_rdoc: true
34
35
  homepage: http://www.codersdojo.org/
35
36
  licenses: []