peons 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/peons.rb +2 -2
- metadata +5 -5
data/lib/peons.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Cyril David
|
@@ -58,20 +58,20 @@ dependencies:
|
|
58
58
|
version_requirements: *id003
|
59
59
|
description:
|
60
60
|
email: cyx.ucron@gmail.com
|
61
|
-
executables:
|
62
|
-
|
61
|
+
executables:
|
62
|
+
- peons
|
63
63
|
extensions: []
|
64
64
|
|
65
65
|
extra_rdoc_files: []
|
66
66
|
|
67
67
|
files:
|
68
|
-
- bin/peons
|
69
68
|
- lib/peons.rb
|
70
69
|
- README.markdown
|
71
70
|
- LICENSE
|
72
71
|
- Rakefile
|
73
72
|
- test/helper.rb
|
74
73
|
- test/peons_test.rb
|
74
|
+
- bin/peons
|
75
75
|
has_rdoc: true
|
76
76
|
homepage: http://github.com/cyx/peons
|
77
77
|
licenses: []
|