# -*- encoding: utf-8 -*- # stub: git-cleanup 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "git-cleanup".freeze s.version = "0.2.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 = ["Martyn Loughran".freeze] s.date = "2012-10-26" s.description = "A simple interactive command line tool to help you cleanup your git branch detritus".freeze s.email = ["me@mloughran.com".freeze] s.executables = ["git-cleanup".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/git-cleanup".freeze, "git-cleanup.gemspec".freeze, "lib/git-cleanup.rb".freeze, "lib/git-cleanup/branch.rb".freeze, "lib/git-cleanup/helper.rb".freeze, "lib/git-cleanup/version.rb".freeze] s.homepage = "http://mloughran.github.com/git-cleanup/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A simple interactive command line tool to help you cleanup your git branch detritus".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.1".freeze]) end