Skip to content

Commit

Permalink
Merge pull request #6 from mattlqx/language-version
Browse files Browse the repository at this point in the history
nope, precommit bundles rbenv 🤦🏻
  • Loading branch information
mattlqx authored Nov 6, 2020
2 parents 5f4358b + a51f4f0 commit 88722cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repos:
- id: fasterer
- id: rubocop
- repo: https://github.com/mattlqx/pre-commit-sign
rev: 0840dfbc1e11e2a9d159c2a9a30bb7f2e541b278
rev: v1.1.2
hooks:
- id: sign-commit
language_version: 2.7.2
language_version: 2.6.6
verbose: true
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: "Hashes some fields of the commit and adds a signature for verification by other systems"
entry: sign-commit
language: ruby
language_version: 2.7.2
language_version: 2.6.6
pass_filenames: true
minimum_pre_commit_version: 0.15.4
stages:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a plugin for [pre-commit](https://pre-commit.com) that will sign your co
To sign commits as part of your pre-commit flow, just run the sign-commit hook of this repo. Note that you **must** have pre-commit installed as a commit-msg hook in order for this to run.

- repo: https://github.com/mattlqx/pre-commit-sign
rev: v1.1.2
rev: v1.1.3
hooks:
- id: sign-commit

Expand Down
2 changes: 1 addition & 1 deletion pre-commit-sign.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'pre-commit-sign'
s.version = '1.1.2'
s.version = '1.1.3'
s.licenses = ['MIT']
s.summary = 'Pre-commit plugin for signing commits'
s.description = 'This pre-commit plugin will hash certain fields of the commit message and sign it.'
Expand Down

0 comments on commit 88722cc

Please sign in to comment.