Sha256: 27527b51eb15c456bcc10e9cb0c5c3dfe36aeee95a9ff94799ebaf223323a5b6

Contents?: true

Size: 361 Bytes

Versions: 1

Compression:

Stored size: 361 Bytes

Contents

# 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.2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cliutils-2.2.0 lib/cliutils/constants.rb