# -*- encoding: utf-8 -*- # stub: hubbard 0.0.1 ruby Gem::Specification.new do |s| s.name = "hubbard".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 = ["".freeze] s.authors = ["Matthew Foemmel".freeze] s.date = "2010-01-18" s.description = "Hubbard is a command line tool for managing git repositories.".freeze s.email = "git@foemmel.com".freeze s.executables = ["hubbard".freeze, "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/git-receive-pack.rb".freeze, "commands/git-upload-pack.rb".freeze, "commands/help.rb".freeze, "commands/list-keys.rb".freeze, "commands/list-permissions.rb".freeze, "commands/list-projects.rb".freeze, "commands/list-repositories.rb".freeze, "commands/remove-key.rb".freeze, "commands/remove-permission.rb".freeze, "lib/hubbard.rb".freeze, "spec/gitssh".freeze, "spec/hubbard_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.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] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) end