diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2013-01-31 18:40:11 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-05 22:40:16 -0600 |
commit | 6f72090049a4afacdbac712e1aed318800dbfb4d (patch) | |
tree | 0a5ac6e916decf9a0f972eace12728a39477a6ad /ruby/rubygem-highline/slack-desc | |
parent | cb49bf6424655562402601e8a1bc573a2995faa1 (diff) | |
download | slackbuilds-6f72090049a4afacdbac712e1aed318800dbfb4d.tar.gz |
ruby/rubygem-highline: Removed (no longer needed)
This is not needed by anything else in the repo.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-highline/slack-desc')
-rw-r--r-- | ruby/rubygem-highline/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ruby/rubygem-highline/slack-desc b/ruby/rubygem-highline/slack-desc deleted file mode 100644 index 0fad89ef8c..0000000000 --- a/ruby/rubygem-highline/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -rubygem-highline: rubygem-highline (ruby console input library) -rubygem-highline: -rubygem-highline: HighLine is a Ruby Gem designed to ease the tasks of doing console -rubygem-highline: input and output with low-level methods like gets() and puts(). -rubygem-highline: HighLine provides a robust system for requesting data from a user, -rubygem-highline: without needing to code all the error checking and validation rules -rubygem-highline: and without needing to convert the typed strings into what your -rubygem-highline: program really needs. -rubygem-highline: -rubygem-highline: -rubygem-highline: |