remi-simplecli 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remi-simplecli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- remi Taylor
|
@@ -19,8 +19,8 @@ executables: []
|
|
19
19
|
|
20
20
|
extensions: []
|
21
21
|
|
22
|
-
extra_rdoc_files:
|
23
|
-
|
22
|
+
extra_rdoc_files:
|
23
|
+
- README
|
24
24
|
files:
|
25
25
|
- README
|
26
26
|
- lib/simplecli.rb
|
@@ -29,8 +29,15 @@ has_rdoc: true
|
|
29
29
|
homepage: http://github.com/remi/simplecli
|
30
30
|
post_install_message:
|
31
31
|
rdoc_options:
|
32
|
+
- --quiet
|
33
|
+
- --title
|
34
|
+
- SimpleCLI - Simple RubyGems-like Command-line Interface
|
35
|
+
- --opname
|
36
|
+
- index.html
|
37
|
+
- --line-numbers
|
32
38
|
- --main
|
33
39
|
- README
|
40
|
+
- --inline-source
|
34
41
|
require_paths:
|
35
42
|
- lib
|
36
43
|
required_ruby_version: !ruby/object:Gem::Requirement
|