lib/cliutils/constants.rb in cliutils-2.0.3 vs lib/cliutils/constants.rb in cliutils-2.1.0
- old
+ new
@@ -1,5 +1,12 @@
# Stores constants to use.
module CLIUtils
+ # The description of the gem
+ DESCRIPTION = 'A library of functionality designed to alleviate common ' \
+ 'tasks and headaches when developing command-line (CLI) apps in Ruby.'
+
+ # The summary of the gem
+ SUMMARY = 'Sugary goodness for Ruby CLI apps.'
+
# The current version of the gem
- VERSION = '2.0.3'
+ VERSION = '2.1.0'
end