mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
10 lines
251 B
Ruby
10 lines
251 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'ruby_hook'
|
|
s.version = '0.1.0'
|
|
s.authors = ['Anthony Sottile']
|
|
s.summary = 'A ruby hook!'
|
|
s.description = 'A ruby hook!'
|
|
s.files = ['bin/ruby_hook']
|
|
s.executables = ['ruby_hook']
|
|
end
|