init: new repo for timeseries hoarder gem
This commit is contained in:
commit
03b77c7395
12 changed files with 240 additions and 0 deletions
8
Rakefile
Normal file
8
Rakefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "bundler/gem_tasks"
|
||||
require "rubocop/rake_task"
|
||||
|
||||
RuboCop::RakeTask.new
|
||||
|
||||
task default: :rubocop
|
Loading…
Add table
Add a link
Reference in a new issue