git-autobisect.gemspec in git-autobisect-0.1.1 vs git-autobisect.gemspec in git-autobisect-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
name = "git-autobisect"
-version = File.read(File.expand_path("../VERSION", __FILE__))
+require "git/autobisect/version"
-Gem::Specification.new name, version do |s|
+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")