Add Rakefile
This commit is contained in:
parent
7caf1b9d7e
commit
6e86e6494b
2 changed files with 4 additions and 0 deletions
3
Rakefile
Normal file
3
Rakefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'bundler/gem_tasks'
|
|
@ -45,4 +45,5 @@ Gem::Specification.new do |spec|
|
||||||
spec.extensions << 'ext/digest/extconf.rb'
|
spec.extensions << 'ext/digest/extconf.rb'
|
||||||
|
|
||||||
spec.add_development_dependency 'bundler', '~> 2.0'
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
||||||
|
spec.add_development_dependency 'rake', '~> 10.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue