mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Attempt ruby-download before ruby-build.
This commit is contained in:
parent
09650b814a
commit
07664a80ca
7 changed files with 24 additions and 9 deletions
5
testing/resources/ruby_1_9_3_hooks_repo/bin/ruby_hook
Executable file
5
testing/resources/ruby_1_9_3_hooks_repo/bin/ruby_hook
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
puts RUBY_VERSION
|
||||
puts RUBY_PATCHLEVEL
|
||||
puts 'Hello world from a ruby hook'
|
||||
Loading…
Add table
Add a link
Reference in a new issue