# -*- encoding: utf-8 -*- # stub: hubbard 0.0.13 ruby lib Gem::Specification.new do |s| s.name = "hubbard".freeze s.version = "0.0.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matthew Foemmel".freeze] s.date = "2010-02-06" s.description = "Hubbard is a command line tool for managing git repositories.".freeze s.email = "git@foemmel.com".freeze s.executables = ["hubbard".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/hubbard".freeze, "commands/add-key.rb".freeze, "commands/add-permission.rb".freeze, "commands/create-project.rb".freeze, "commands/create-repository.rb".freeze, "commands/delete-project.rb".freeze, "commands/fork-repository.rb".freeze, "commands/git-receive-pack.rb".freeze, "commands/git-upload-pack.rb".freeze, "commands/list-forks.rb".freeze, "commands/list-keys.rb".freeze, "commands/list-permissions.rb".freeze, "commands/list-projects.rb".freeze, "commands/list-repositories.rb".freeze, "commands/list-users.rb".freeze, "commands/move-repository.rb".freeze, "commands/remove-key.rb".freeze, "commands/remove-permission.rb".freeze, "commands/rename-project.rb".freeze, "commands/set-description.rb".freeze, "commands/set-visibility.rb".freeze, "commands/whoami.rb".freeze, "hubbard.gemspec".freeze, "lib/hubbard.rb".freeze, "spec/gitssh".freeze, "spec/hubbard_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/yaml_spec.rb".freeze] s.homepage = "http://github.com/mfoemmel/hubbard".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Hubbard is a command line tool for managing git repositories.".freeze s.test_files = ["spec/hubbard_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/yaml_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) end