-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from mitre/updateCliHelp
updateCLI_Help
- Loading branch information
Showing
8 changed files
with
46 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"gemName": "emass_client", | ||
"gemVersion": "1.0.1", | ||
"gemLicense": "Apache-2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Gem::Specification.new do |spec| | |
spec.version = Emasser::VERSION | ||
spec.authors = ['Amndeep Singh Mann', 'George Dias', 'Kyle Fagan', 'Robert Clark', 'Aaron Lippold'] | ||
spec.email = ['[email protected]'] | ||
spec.licenses = ['Apache-2.0'] | ||
|
||
spec.summary = 'Provide an automated capability for invoving eMASS API endpoints' | ||
spec.description = 'emasser can be used as a gem or used from the command line to access eMASS via thei API.' | ||
|
@@ -22,15 +23,15 @@ Gem::Specification.new do |spec| | |
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } | ||
|
||
spec.add_runtime_dependency 'activesupport', '~> 6.1.4' | ||
spec.add_runtime_dependency 'colorize' | ||
spec.add_runtime_dependency 'dotenv' | ||
spec.add_runtime_dependency 'rubyzip' | ||
spec.add_runtime_dependency 'emass_client' | ||
spec.add_runtime_dependency 'thor' | ||
spec.add_runtime_dependency 'colorize', '~> 0.8.1' | ||
spec.add_runtime_dependency 'dotenv', '~> 2.7.6' | ||
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2' | ||
spec.add_runtime_dependency 'thor', '~> 1.1.0' | ||
spec.add_runtime_dependency 'emass_client', '~> 1.0' | ||
|
||
spec.add_development_dependency 'bundler', '~> 2.1' | ||
spec.add_development_dependency 'bundler-audit', '~> 0.7' | ||
spec.add_development_dependency 'byebug' | ||
spec.add_development_dependency 'byebug', '~> 11.1.3' | ||
spec.add_development_dependency 'rspec', '~>3.10.0' | ||
spec.add_development_dependency 'yaml', '~>0.2.0' | ||
spec.add_development_dependency 'rake', '~> 13.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters