Sha256: db3c59607c48523f444ce5ebd39afa025337504052f8aac276226a1ccd936f2f

Contents?: true

Size: 473 Bytes

Versions: 3

Compression:

Stored size: 473 Bytes

Contents

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

Gem::Specification.new name, Git::Autobisect::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.executables = ["git-autobisect"]
  s.license = "MIT"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
git-autobisect-0.2.2 git-autobisect.gemspec
git-autobisect-0.2.1 git-autobisect.gemspec
git-autobisect-0.2.0 git-autobisect.gemspec