Sha256: 7b093c4752d70f2b6f04d0821c70c71f00cb8772876535856345558f1165d4b8

Contents?: true

Size: 607 Bytes

Versions: 7

Compression:

Stored size: 607 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name    = "git-precommit"
    gemspec.summary = "Fail commits if the tests fail."
    gemspec.description = <<-EOS
    A set of rake tasks that install git pre-commit hooks to call your build.
    If your build fails, the commit will not proceed.
    EOS
    gemspec.email   = "toby.tripp+git@gmail.com"
    gemspec.homepage = "http://github.com/tobytripp/git-pre-commit"
    gemspec.authors = ["Toby Tripp"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
git-precommit-1.2.3 Rakefile
git-precommit-1.2.2 Rakefile
git-precommit-1.2.1 Rakefile
git-precommit-1.2.0 Rakefile
git-precommit-1.1.1 Rakefile
git-precommit-1.1.0 Rakefile
git-precommit-1.0.0 Rakefile