diff options
| author | mo <mo@mokhan.ca> | 2018-05-07 13:10:50 -0600 |
|---|---|---|
| committer | mo <mo@mokhan.ca> | 2018-05-07 13:10:50 -0600 |
| commit | f6dc5b1a302351f2fbdc7b24131ec5124b61f61e (patch) | |
| tree | 918487f8e17e56fdbeaad1993a9aebb605ecfc1a /lib | |
initial commit.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/net/hippie.rb | 7 | ||||
| -rw-r--r-- | lib/net/hippie/version.rb | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/net/hippie.rb b/lib/net/hippie.rb new file mode 100644 index 0000000..18767f7 --- /dev/null +++ b/lib/net/hippie.rb @@ -0,0 +1,7 @@ +require "net/hippie/version" + +module Net + module Hippie + # Your code goes here... + end +end diff --git a/lib/net/hippie/version.rb b/lib/net/hippie/version.rb new file mode 100644 index 0000000..bb40a2a --- /dev/null +++ b/lib/net/hippie/version.rb @@ -0,0 +1,5 @@ +module Net + module Hippie + VERSION = "0.1.0" + end +end |
