Sha256: 346000acd061e3ad68fce21f61b86de7e277f922704ca7a5d1d32c016380839e

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.3"
  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.3 git-cleanup.gemspec