--- !ruby/object:Gem::Specification name: rbcli version: !ruby/object:Gem::Version version: 0.3.3 platform: ruby authors: - Andrew Khoury autorequire: bindir: exe cert_chain: [] date: 2024-04-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '13' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '13' - !ruby/object:Gem::Dependency name: colorize requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: deep_merge requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: aws-sdk-dynamodb requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: macaddr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: rufus-scheduler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: octokit requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '8' - !ruby/object:Gem::Dependency name: mdless requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' - !ruby/object:Gem::Dependency name: net-ssh requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '7' - !ruby/object:Gem::Dependency name: net-scp requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' description: RBCli is a framework to quickly develop command-line tools and applications. email: - akhoury@live.com executables: - rbcli extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rakeTasks" - ".rbenv-gemsets" - ".travis.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - docs-src/.hugo_build.lock - docs-src/archetypes/default.md - docs-src/config.toml - docs-src/content/_index.md - docs-src/content/advanced/_index.md - docs-src/content/advanced/automatic_updates.md - docs-src/content/advanced/command_types.md - docs-src/content/advanced/distributed_state_locking.md - docs-src/content/advanced/hooks.md - docs-src/content/advanced/interactive_commands.md - docs-src/content/advanced/logging.md - docs-src/content/advanced/remote_execution.md - docs-src/content/advanced/state_storage.md - docs-src/content/advanced/user_config_files.md - docs-src/content/development/_index.md - docs-src/content/development/changelog.md - docs-src/content/development/code_of_conduct.md - docs-src/content/development/contributing.md - docs-src/content/development/license.md - docs-src/content/quick_reference/_index.md - docs-src/content/tutorial/10-getting_started.md - docs-src/content/tutorial/20-project_layout.md - docs-src/content/tutorial/30-your_first_command.md - docs-src/content/tutorial/40-options_parameters_and_arguments.md - docs-src/content/tutorial/50-publishing.md - docs-src/content/tutorial/_index.md - docs-src/content/whoami/_index.md - docs-src/layouts/partials/logo.html - docs-src/makesite.sh - docs-src/mkdocs-archived.tar.gz - docs-src/runsite.sh - docs-src/themes/hugo-theme-learn/.editorconfig - docs-src/themes/hugo-theme-learn/.gitignore - docs-src/themes/hugo-theme-learn/.grenrc.yml - docs-src/themes/hugo-theme-learn/CHANGELOG.md - docs-src/themes/hugo-theme-learn/LICENSE.md - docs-src/themes/hugo-theme-learn/README.md - docs-src/themes/hugo-theme-learn/archetypes/chapter.md - docs-src/themes/hugo-theme-learn/archetypes/default.md - docs-src/themes/hugo-theme-learn/exampleSite/LICENSE.md - docs-src/themes/hugo-theme-learn/exampleSite/config.toml - docs-src/themes/hugo-theme-learn/exampleSite/content/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.zh.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/images/chapter.png - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/requirements/images/magic.gif - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/blue-variant.png - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/green-variant.png - docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/red-variant.png - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/archetypes.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/archetypes.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/i18n/images/i18n-menu.gif - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/icons.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/markdown.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/markdown.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/frontmatter-icon.png - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-chapter.png - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-default.png - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/syntaxhighlight.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/credits.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/credits.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3 - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/hugo.png - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4 - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/BachGavotteShort.mp3 - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/hugo.png - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4 - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/button.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/button.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.en.md - docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.fr.md - docs-src/themes/hugo-theme-learn/exampleSite/layouts/partials/custom-footer.html - docs-src/themes/hugo-theme-learn/exampleSite/layouts/partials/logo.html - docs-src/themes/hugo-theme-learn/exampleSite/layouts/partials/menu-footer.html - docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html - docs-src/themes/hugo-theme-learn/exampleSite/static/css/theme-mine.css - docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.eot - docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.svg - docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.ttf - docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff - docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff2 - docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/inteliver_docs.png - docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/tat.png - docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/tshark_dev.png - docs-src/themes/hugo-theme-learn/i18n/ar.toml - docs-src/themes/hugo-theme-learn/i18n/de.toml - docs-src/themes/hugo-theme-learn/i18n/en.toml - docs-src/themes/hugo-theme-learn/i18n/es.toml - docs-src/themes/hugo-theme-learn/i18n/fr.toml - docs-src/themes/hugo-theme-learn/i18n/hi.toml - docs-src/themes/hugo-theme-learn/i18n/id.toml - docs-src/themes/hugo-theme-learn/i18n/ja.toml - docs-src/themes/hugo-theme-learn/i18n/nl.toml - docs-src/themes/hugo-theme-learn/i18n/pt.toml - docs-src/themes/hugo-theme-learn/i18n/ru.toml - docs-src/themes/hugo-theme-learn/i18n/tr.toml - docs-src/themes/hugo-theme-learn/i18n/zh-cn.toml - docs-src/themes/hugo-theme-learn/images/screenshot.png - docs-src/themes/hugo-theme-learn/images/tn.png - docs-src/themes/hugo-theme-learn/layouts/404.html - docs-src/themes/hugo-theme-learn/layouts/_default/list.html - docs-src/themes/hugo-theme-learn/layouts/_default/single.html - docs-src/themes/hugo-theme-learn/layouts/index.html - docs-src/themes/hugo-theme-learn/layouts/index.json - docs-src/themes/hugo-theme-learn/layouts/partials/custom-comments.html - docs-src/themes/hugo-theme-learn/layouts/partials/custom-footer.html - docs-src/themes/hugo-theme-learn/layouts/partials/custom-header.html - docs-src/themes/hugo-theme-learn/layouts/partials/favicon.html - docs-src/themes/hugo-theme-learn/layouts/partials/footer.html - docs-src/themes/hugo-theme-learn/layouts/partials/header.html - docs-src/themes/hugo-theme-learn/layouts/partials/logo.html - docs-src/themes/hugo-theme-learn/layouts/partials/menu-footer.html - docs-src/themes/hugo-theme-learn/layouts/partials/menu.html - docs-src/themes/hugo-theme-learn/layouts/partials/meta.html - docs-src/themes/hugo-theme-learn/layouts/partials/search.html - docs-src/themes/hugo-theme-learn/layouts/partials/tags.html - docs-src/themes/hugo-theme-learn/layouts/partials/toc.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/attachments.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/button.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/children.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/expand.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/mermaid.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/notice.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/ref.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/relref.html - docs-src/themes/hugo-theme-learn/layouts/shortcodes/siteparam.html - docs-src/themes/hugo-theme-learn/netlify.toml - docs-src/themes/hugo-theme-learn/static/css/atom-one-dark-reasonable.css - docs-src/themes/hugo-theme-learn/static/css/auto-complete.css - docs-src/themes/hugo-theme-learn/static/css/featherlight.min.css - docs-src/themes/hugo-theme-learn/static/css/fontawesome-all.min.css - docs-src/themes/hugo-theme-learn/static/css/hugo-theme.css - docs-src/themes/hugo-theme-learn/static/css/hybrid.css - docs-src/themes/hugo-theme-learn/static/css/nucleus.css - docs-src/themes/hugo-theme-learn/static/css/perfect-scrollbar.min.css - docs-src/themes/hugo-theme-learn/static/css/tags.css - docs-src/themes/hugo-theme-learn/static/css/theme-blue.css - docs-src/themes/hugo-theme-learn/static/css/theme-green.css - docs-src/themes/hugo-theme-learn/static/css/theme-red.css - docs-src/themes/hugo-theme-learn/static/css/theme.css - docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.eot - docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.svg - docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.ttf - docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.woff - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.eot - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.svg - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.ttf - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff2 - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.eot - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.ttf - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff - docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff2 - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.eot - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.svg - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.ttf - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff2 - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.eot - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.svg - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.ttf - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff2 - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.eot - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.svg - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.ttf - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff - docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff2 - docs-src/themes/hugo-theme-learn/static/images/clippy.svg - docs-src/themes/hugo-theme-learn/static/images/favicon.png - docs-src/themes/hugo-theme-learn/static/images/gopher-404.jpg - docs-src/themes/hugo-theme-learn/static/js/auto-complete.js - docs-src/themes/hugo-theme-learn/static/js/clipboard.min.js - docs-src/themes/hugo-theme-learn/static/js/featherlight.min.js - docs-src/themes/hugo-theme-learn/static/js/highlight.pack.js - docs-src/themes/hugo-theme-learn/static/js/hugo-learn.js - docs-src/themes/hugo-theme-learn/static/js/jquery-3.3.1.min.js - docs-src/themes/hugo-theme-learn/static/js/jquery.sticky.js - docs-src/themes/hugo-theme-learn/static/js/learn.js - docs-src/themes/hugo-theme-learn/static/js/lunr.min.js - docs-src/themes/hugo-theme-learn/static/js/modernizr.custom-3.6.0.js - docs-src/themes/hugo-theme-learn/static/js/perfect-scrollbar.jquery.min.js - docs-src/themes/hugo-theme-learn/static/js/perfect-scrollbar.min.js - docs-src/themes/hugo-theme-learn/static/js/search.js - docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.css - docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.dark.css - docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.forest.css - docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.js - docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.eot - docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.svg - docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.ttf - docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff - docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff2 - docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.eot - docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.svg - docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.ttf - docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff - docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff2 - docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.eot - docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.svg - docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.ttf - docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff - docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff2 - docs-src/themes/hugo-theme-learn/theme.toml - docs-src/themes/hugo-theme-learn/wercker.yml - docs/404.html - docs/advanced/automatic_updates/index.html - docs/advanced/command_types/index.html - docs/advanced/distributed_state_locking/index.html - docs/advanced/hooks/index.html - docs/advanced/index.html - docs/advanced/index.xml - docs/advanced/interactive_commands/index.html - docs/advanced/logging/index.html - docs/advanced/remote_execution/index.html - docs/advanced/state_storage/index.html - docs/advanced/user_config_files/index.html - docs/categories/index.html - docs/categories/index.xml - docs/css/atom-one-dark-reasonable.css - docs/css/auto-complete.css - docs/css/featherlight.min.css - docs/css/fontawesome-all.min.css - docs/css/hugo-theme.css - docs/css/hybrid.css - docs/css/nucleus.css - docs/css/perfect-scrollbar.min.css - docs/css/tags.css - docs/css/theme-blue.css - docs/css/theme-green.css - docs/css/theme-red.css - docs/css/theme.css - docs/development/changelog/index.html - docs/development/code_of_conduct/index.html - docs/development/contributing/index.html - docs/development/index.html - docs/development/index.xml - docs/development/license/index.html - docs/fonts/Inconsolata.eot - docs/fonts/Inconsolata.svg - docs/fonts/Inconsolata.ttf - docs/fonts/Inconsolata.woff - docs/fonts/Novecentosanswide-Normal-webfont.eot - docs/fonts/Novecentosanswide-Normal-webfont.svg - docs/fonts/Novecentosanswide-Normal-webfont.ttf - docs/fonts/Novecentosanswide-Normal-webfont.woff - docs/fonts/Novecentosanswide-Normal-webfont.woff2 - docs/fonts/Novecentosanswide-UltraLight-webfont.eot - docs/fonts/Novecentosanswide-UltraLight-webfont.svg - docs/fonts/Novecentosanswide-UltraLight-webfont.ttf - docs/fonts/Novecentosanswide-UltraLight-webfont.woff - docs/fonts/Novecentosanswide-UltraLight-webfont.woff2 - docs/fonts/Work_Sans_200.eot - docs/fonts/Work_Sans_200.svg - docs/fonts/Work_Sans_200.ttf - docs/fonts/Work_Sans_200.woff - docs/fonts/Work_Sans_200.woff2 - docs/fonts/Work_Sans_300.eot - docs/fonts/Work_Sans_300.svg - docs/fonts/Work_Sans_300.ttf - docs/fonts/Work_Sans_300.woff - docs/fonts/Work_Sans_300.woff2 - docs/fonts/Work_Sans_500.eot - docs/fonts/Work_Sans_500.svg - docs/fonts/Work_Sans_500.ttf - docs/fonts/Work_Sans_500.woff - docs/fonts/Work_Sans_500.woff2 - docs/images/clippy.svg - docs/images/favicon.png - docs/images/gopher-404.jpg - docs/imported/changelog/index.html - docs/imported/index.html - docs/imported/index.xml - docs/index.html - docs/index.json - docs/index.xml - docs/js/auto-complete.js - docs/js/clipboard.min.js - docs/js/featherlight.min.js - docs/js/highlight.pack.js - docs/js/html5shiv-printshiv.min.js - docs/js/hugo-learn.js - docs/js/jquery-3.3.1.min.js - docs/js/jquery.sticky.js - docs/js/learn.js - docs/js/lunr.min.js - docs/js/modernizr.custom-3.6.0.js - docs/js/perfect-scrollbar.jquery.min.js - docs/js/perfect-scrollbar.min.js - docs/js/search.js - docs/mermaid/mermaid.css - docs/mermaid/mermaid.dark.css - docs/mermaid/mermaid.forest.css - docs/mermaid/mermaid.js - docs/quick_reference/index.html - docs/quick_reference/index.xml - docs/sitemap.xml - docs/tags/index.html - docs/tags/index.xml - docs/tutorial/10-getting_started/index.html - docs/tutorial/20-project_layout/index.html - docs/tutorial/30-your_first_command/index.html - docs/tutorial/40-options_parameters_and_arguments/index.html - docs/tutorial/50-publishing/index.html - docs/tutorial/index.html - docs/tutorial/index.xml - docs/webfonts/fa-brands-400.eot - docs/webfonts/fa-brands-400.svg - docs/webfonts/fa-brands-400.ttf - docs/webfonts/fa-brands-400.woff - docs/webfonts/fa-brands-400.woff2 - docs/webfonts/fa-regular-400.eot - docs/webfonts/fa-regular-400.svg - docs/webfonts/fa-regular-400.ttf - docs/webfonts/fa-regular-400.woff - docs/webfonts/fa-regular-400.woff2 - docs/webfonts/fa-solid-900.eot - docs/webfonts/fa-solid-900.svg - docs/webfonts/fa-solid-900.ttf - docs/webfonts/fa-solid-900.woff - docs/webfonts/fa-solid-900.woff2 - docs/whoami/index.html - docs/whoami/index.xml - exe/rbcli - lib-sh/lib-rbcli.sh - lib/rbcli-tool.rb - lib/rbcli-tool/generators.rb - lib/rbcli-tool/mdless_fix.rb - lib/rbcli-tool/project.rb - lib/rbcli-tool/util.rb - lib/rbcli.rb - lib/rbcli/configuration/configurate.rb - lib/rbcli/configuration/configurate_blocks/hooks.rb - lib/rbcli/configuration/configurate_blocks/me.rb - lib/rbcli/configuration/configurate_blocks/storage.rb - lib/rbcli/engine/command.rb - lib/rbcli/engine/load_project.rb - lib/rbcli/engine/parser.rb - lib/rbcli/features/autoupdate/common/autoupdate.rb - lib/rbcli/features/autoupdate/gem_updater.rb - lib/rbcli/features/autoupdate/github_updater.rb - lib/rbcli/features/logging.rb - lib/rbcli/features/remote_exec.rb - lib/rbcli/features/scriptwrapper.rb - lib/rbcli/features/userconfig.rb - lib/rbcli/state_storage/common/state_storage.rb - lib/rbcli/state_storage/localstate.rb - lib/rbcli/state_storage/placeholders.rb - lib/rbcli/state_storage/remote_state_connectors/dynamodb.rb - lib/rbcli/state_storage/remotestate_dynamodb.rb - lib/rbcli/util/deprecation_warning.rb - lib/rbcli/util/hash_deep_symbolize.rb - lib/rbcli/util/msg.rb - lib/rbcli/util/optimist.rb - lib/rbcli/util/string_colorize.rb - lib/rbcli/version.rb - rbcli.gemspec - skeletons/micro/executable - skeletons/mini/executable - skeletons/project/.gitignore - skeletons/project/.rakeTasks - skeletons/project/.rbcli - skeletons/project/.rspec - skeletons/project/CODE_OF_CONDUCT.md - skeletons/project/Gemfile - skeletons/project/README.md - skeletons/project/Rakefile - skeletons/project/application/commands/command.erb - skeletons/project/application/commands/script.erb - skeletons/project/application/commands/scripts/script.sh - skeletons/project/application/options.rb - skeletons/project/config/autoupdate.rb - skeletons/project/config/general.rb - skeletons/project/config/logging.rb - skeletons/project/config/storage.rb - skeletons/project/config/userspace.rb - skeletons/project/config/version.rb - skeletons/project/exe/executable - skeletons/project/hooks/default_action.rb - skeletons/project/hooks/first_run.rb - skeletons/project/hooks/post_execution.rb - skeletons/project/hooks/pre_execution.rb - skeletons/project/lib/lib.erb - skeletons/project/spec/spec_helper.rb - skeletons/project/spec/untitled_spec.rb - skeletons/project/untitled.gemspec - skeletons/project/userconf/user_defaults.yml homepage: https://akhoury6.github.io/rbcli licenses: - GPLv3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.3' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.3 signing_key: specification_version: 4 summary: A CLI Application/Tooling Framework for Ruby test_files: []