Sha256: 98b94cf2ac5f58aa55071f4714f060eb82f7e9c8b6a0e5c0d87c3ec8faf5cdf9

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
name = "git-autobisect"
version = File.read(File.expand_path("../VERSION", __FILE__))

Gem::Specification.new name, version do |s|
  s.summary = "Find the first broken commit without having to learn git bisect"
  s.authors = ["Michael Grosser"]
  s.email = "michael@grosser.it"
  s.homepage = "http://github.com/grosser/#{name}"
  s.files = `git ls-files`.split("\n")
  s.license = "MIT"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-autobisect-0.1.0 git-autobisect.gemspec