# -*- encoding: utf-8 -*- # stub: pgit 0.0.2 ruby liblib Gem::Specification.new do |s| s.name = "pgit".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "lib".freeze] s.authors = ["Edderic Ugaddan".freeze] s.date = "2014-12-12" s.email = "edderic@gmail.com".freeze s.executables = ["pgit".freeze] s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/pgit".freeze, "lib/pgit.rb".freeze, "lib/pgit/configuration.rb".freeze, "lib/pgit/current_branch.rb".freeze, "lib/pgit/current_project.rb".freeze, "lib/pgit/installer.rb".freeze, "lib/pgit/name_parser.rb".freeze, "lib/pgit/story.rb".freeze, "lib/pgit/story_branch.rb".freeze, "lib/pgit/story_branch/application.rb".freeze, "lib/pgit/version.rb".freeze, "lib/pgit_configuration.rb".freeze, "man/pgit.1".freeze, "man/pgit.1.html".freeze, "man/pgit.1.ronn".freeze, "pgit.gemspec".freeze, "pgit.rdoc".freeze, "spec/pgit/application_spec.rb".freeze, "spec/pgit/configuration_spec.rb".freeze, "spec/pgit/current_branch_spec.rb".freeze, "spec/pgit/current_project_spec.rb".freeze, "spec/pgit/installer_spec.rb".freeze, "spec/pgit/pgit_spec.rb".freeze, "spec/pgit/story_branch/application_spec.rb".freeze, "spec/pgit/story_branch/name_parser_spec.rb".freeze, "spec/pgit/story_branch_spec.rb".freeze, "spec/pgit/story_spec.rb".freeze] s.homepage = "http://edderic.github.io".freeze s.rdoc_options = ["--title".freeze, "pgit".freeze, "--main".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Optimize your Pivotal Tracker and Github workflow".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.12.2".freeze]) end