Add Rakefile

This commit is contained in:
Alex Kotov 2019-06-11 20:22:38 +05:00
parent 7caf1b9d7e
commit 6e86e6494b
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 0 deletions

3
Rakefile Normal file
View File

@ -0,0 +1,3 @@
# frozen_string_literal: true
require 'bundler/gem_tasks'

View File

@ -45,4 +45,5 @@ Gem::Specification.new do |spec|
spec.extensions << 'ext/digest/extconf.rb'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
end