Module: Aspera::Cli::Info
- Defined in:
- lib/aspera/cli/info.rb
Constant Summary collapse
- CMD_NAME =
name of command line tool, also used as foldername where config is stored
'ascli'
- GEM_NAME =
name of the containing gem, same as in <gem name>.gemspec
'aspera-cli'
- DOC_URL =
"https://www.rubydoc.info/gems/#{GEM_NAME}"
- GEM_URL =
"https://rubygems.org/gems/#{GEM_NAME}"
- SRC_URL =
'https://github.com/IBM/aspera-cli'
- CONTAINER =
'docker.io/martinlaurent/ascli'
- RUBY_FUTURE_MINIMUM_VERSION =
set this to warn in advance when minimum required ruby version will increase see also required_ruby_version in gemspec file
'3.2'