git-recommend.gemspec in git-recommend-0.1.0 vs git-recommend.gemspec in git-recommend-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'git/recommend/version'
+require_relative 'lib/version'
Gem::Specification.new do |spec|
spec.name = "git-recommend"
spec.version = Git::Recommend::VERSION
spec.authors = ["Thomas Rolfsnes"]
@@ -12,10 +12,10 @@
spec.summary = %q{Generate change recommendations from your git change history}
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "bin"
- spec.executables = ["git-recommend"]
+ spec.executables = ["git-recommend","git-test"]
spec.require_paths = ["lib"]
spec.add_runtime_dependency "thor"
spec.add_runtime_dependency "evoc"
spec.add_runtime_dependency "vcs2json"