Sha256: 214d086f763b337b47e410baeee73bf8dce51bcaac4a66a3f53c9180549d9501
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "git-cleanup" s.version = "0.1.2" s.platform = Gem::Platform::RUBY s.authors = ["Martyn Loughran"] s.email = ["me@mloughran.com"] s.homepage = "http://github.com/mloughran/git-cleanup" s.summary = %q{Command line tool for interactively cleaning up old git branches (remotely and locally)} s.description = %q{Command line tool for interactively cleaning up old git branches (remotely and locally)} s.add_dependency 'grit', '~> 2.2.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-cleanup-0.1.2 | git-cleanup.gemspec |