init: new repo for timeseries hoarder gem
This commit is contained in:
commit
03b77c7395
12 changed files with 240 additions and 0 deletions
10
lib/timeseries/hoarder.rb
Normal file
10
lib/timeseries/hoarder.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative "hoarder/version"
|
||||
|
||||
module Timeseries
|
||||
module Hoarder
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
7
lib/timeseries/hoarder/version.rb
Normal file
7
lib/timeseries/hoarder/version.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Timeseries
|
||||
module Hoarder
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue