rhelp 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +4 -10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhelp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,14 +11,8 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-08-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! "A script to allow you to format a help display for in the console.<br
15
- />\n you run the command as:<br />\n % rhelp
16
- <filename><br />\n It looks for comments at the beginning of
17
- the file, and reads <br />\n them line by line until it reaches
18
- an uncommented or blank line.<br />\n For example:<br />\n %
19
- cat script.rb<br />\n # Prints 'hello' to the console.<br />\n
20
- \ puts 'Hello'<br />\n % rhelp script.rb<br
21
- />\n Prints 'hello' to the console.<br />\n "
14
+ description: Please go to this gem's homepage at http://www.bradykoehler.tk/gems/rhelp
15
+ to find the documentation.
22
16
  email: bradymkoehler@gmail.com
23
17
  executables:
24
18
  - rhelp
@@ -27,7 +21,7 @@ extra_rdoc_files: []
27
21
  files:
28
22
  - bin/rhelp
29
23
  - lib/rhelp.rb
30
- homepage: http://rubygems.org/gems/rhelp
24
+ homepage: http://www.bradykoehler.tk/gems/rhelp
31
25
  licenses:
32
26
  - MIT
33
27
  post_install_message: