# -*- encoding: utf-8 -*- # stub: commandeer 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "commandeer".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John E. Vincent".freeze] s.date = "2011-11-28" s.description = "Class-based CLI utility".freeze s.email = ["lusis.org+github.com@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "commandeer.gemspec".freeze, "lib/commandeer.rb".freeze, "test/helpers/all_override.rb".freeze, "test/helpers/command.rb".freeze, "test/helpers/namespaced.rb".freeze, "test/helpers/sub_of_real_command.rb".freeze, "test/helpers/subcommand.rb".freeze, "test/test_commands.rb".freeze, "test/test_helper.rb".freeze, "test/test_output.rb".freeze] s.homepage = "https://github.com/lusis/commandeer".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Commandeer allows you to make any class a git style command or subcommand".freeze end