-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Abroskin
committed
Dec 21, 2019
1 parent
af49db5
commit d864a80
Showing
12 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = "lefthook" | ||
spec.version = "0.6.7" | ||
spec.version = "0.7.0" | ||
spec.authors = ["A.A.Abroskin"] | ||
spec.email = ["[email protected]"] | ||
|
||
|
@@ -19,6 +19,6 @@ Gem::Specification.new do |spec| | |
libexec/lefthook-linux | ||
libexec/lefthook-win.exe | ||
) | ||
|
||
spec.licenses = ['MIT'] | ||
end |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
# Contributing | ||
First off, thanks for taking the time to contribute! Feel free to make Pull Request with you changes. | ||
|
||
First off, thanks for taking the time to contribute! Feel free to make Pull Request with you changes. | ||
|
||
# Requirements | ||
|
||
Go >= 1.13.1 | ||
Ruby >= 2.x | ||
|
||
# Proccess | ||
|
||
1. Fork repo | ||
2. git clone <forked_repo> | ||
3. run commands: | ||
```bash | ||
go build | ||
bundle install | ||
``` | ||
4. Make changes | ||
6. Test it | ||
```bash | ||
bundle exec rspec spec/ | ||
``` | ||
7. Push your changes in repo | ||
3. Make changes | ||
4. Push your changes in <forked_repo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters