# -*- encoding: utf-8 -*- # stub: cliutils 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "cliutils".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Bach".freeze] s.date = "2014-03-29" s.description = "A library of functionality designed to alleviate common tasks and headaches when developing command-line (CLI) apps in Ruby.".freeze s.email = ["bachya1208@googlemail.com".freeze] s.executables = ["cliutils".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".DS_Store".freeze, ".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/cliutils".freeze, "cliutils.gemspec".freeze, "features/cli_manager.feature".freeze, "features/step_definitions/cli_manager_steps.rb".freeze, "features/support/env.rb".freeze, "html/CLIUtils.html".freeze, "html/CLIUtils/Configuration.html".freeze, "html/CLIUtils/Configurator.html".freeze, "html/CLIUtils/LoggerDelegator.html".freeze, "html/CLIUtils/Messenging.html".freeze, "html/CLIUtils/Prefs.html".freeze, "html/CLIUtils/PrettyIO.html".freeze, "html/Hash.html".freeze, "html/Logger.html".freeze, "html/Object.html".freeze, "html/README_md.html".freeze, "html/String.html".freeze, "html/created.rid".freeze, "html/fonts.css".freeze, "html/fonts/Lato-Light.ttf".freeze, "html/fonts/Lato-LightItalic.ttf".freeze, "html/fonts/Lato-Regular.ttf".freeze, "html/fonts/Lato-RegularItalic.ttf".freeze, "html/fonts/SourceCodePro-Bold.ttf".freeze, "html/fonts/SourceCodePro-Regular.ttf".freeze, "html/images/add.png".freeze, "html/images/arrow_up.png".freeze, "html/images/brick.png".freeze, "html/images/brick_link.png".freeze, "html/images/bug.png".freeze, "html/images/bullet_black.png".freeze, "html/images/bullet_toggle_minus.png".freeze, "html/images/bullet_toggle_plus.png".freeze, "html/images/date.png".freeze, "html/images/delete.png".freeze, "html/images/find.png".freeze, "html/images/loadingAnimation.gif".freeze, "html/images/macFFBgHack.png".freeze, "html/images/package.png".freeze, "html/images/page_green.png".freeze, "html/images/page_white_text.png".freeze, "html/images/page_white_width.png".freeze, "html/images/plugin.png".freeze, "html/images/ruby.png".freeze, "html/images/tag_blue.png".freeze, "html/images/tag_green.png".freeze, "html/images/transparent.png".freeze, "html/images/wrench.png".freeze, "html/images/wrench_orange.png".freeze, "html/images/zoom.png".freeze, "html/index.html".freeze, "html/js/darkfish.js".freeze, "html/js/jquery.js".freeze, "html/js/navigation.js".freeze, "html/js/search.js".freeze, "html/js/search_index.js".freeze, "html/js/searcher.js".freeze, "html/rdoc.css".freeze, "html/table_of_contents.html".freeze, "lib/.DS_Store".freeze, "lib/cliutils.rb".freeze, "lib/cliutils/configuration.rb".freeze, "lib/cliutils/configurator.rb".freeze, "lib/cliutils/ext/Hash+Extensions.rb".freeze, "lib/cliutils/ext/Logger+Extensions.rb".freeze, "lib/cliutils/ext/String+Extensions.rb".freeze, "lib/cliutils/logger-delegator.rb".freeze, "lib/cliutils/messenging.rb".freeze, "lib/cliutils/prefs.rb".freeze, "lib/cliutils/pretty-io.rb".freeze, "lib/cliutils/version.rb".freeze, "res/readme-images/messenger-types-1.png".freeze, "res/readme-images/messenger-warn.png".freeze, "res/readme-images/multi-logger.png".freeze, "res/readme-images/prettyio-color-chart.png".freeze, "res/readme-images/prettyio-gnarly-text.png".freeze, "res/readme-images/prettyio-red-text.png".freeze, "res/readme-images/prompting.png".freeze, "res/readme-images/wrapping.png".freeze, "test/configurator_test.rb".freeze, "test/hash_extensions_test.rb".freeze, "test/logger_extensions_test.rb".freeze, "test/messenging_test.rb".freeze, "test/prefs_test.rb".freeze, "test/string_extesions_test.rb".freeze, "test/test_files/prefstest.yaml".freeze] s.homepage = "https://github.com/bachya/cli-utils".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--title".freeze, "CLIUtils".freeze, "--main".freeze, "README.md".freeze, "-ri".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sugary goodness for Ruby CLI apps.".freeze s.test_files = ["features/cli_manager.feature".freeze, "features/step_definitions/cli_manager_steps.rb".freeze, "features/support/env.rb".freeze, "test/configurator_test.rb".freeze, "test/hash_extensions_test.rb".freeze, "test/logger_extensions_test.rb".freeze, "test/messenging_test.rb".freeze, "test/prefs_test.rb".freeze, "test/string_extesions_test.rb".freeze, "test/test_files/prefstest.yaml".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) end