Sha256: f79dee2c9f6d6980ba6df7433bac8d76b3ad537de7a6693599c62ed34a6a3af3
Contents?: true
Size: 420 Bytes
Versions: 3
Compression:
Stored size: 420 Bytes
Contents
# encoding: utf-8 # The mods of interest are {CLAide::ARGV}, {CLAide::Command}, and # {CLAide::InformativeError} # module CLAide # @return [String] # # CLAide’s version, following [semver](http://semver.org). # VERSION = '1.0.2'.freeze require 'claide/ansi' require 'claide/argument' require 'claide/argv' require 'claide/command' require 'claide/help' require 'claide/informative_error' end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
cocoapods-dependency-html-0.0.2 | vendor/bundle/gems/claide-1.0.2/lib/claide.rb |
cocoapods-dependency-html-0.0.1 | vendor/bundle/gems/claide-1.0.2/lib/claide.rb |
claide-1.0.2 | lib/claide.rb |