# -*- encoding: utf-8 -*-
# stub: commandeer 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "commandeer".freeze
  s.version = "0.1.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 = ["John E. Vincent".freeze]
  s.date = "2011-12-05"
  s.description = "Class-based CLI utility".freeze
  s.email = ["lusis.org+github.com@gmail.com".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "commandeer.gemspec".freeze, "lib/commandeer.rb".freeze, "test/helper.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_all_override.rb".freeze, "test/test_command.rb".freeze, "test/test_methods.rb".freeze, "test/test_namespaced.rb".freeze, "test/test_sub_of_real.rb".freeze, "test/test_subcommand.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