diff options
| author | mo <mo.khan@gmail.com> | 2018-06-14 09:00:17 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-06-14 09:00:17 -0600 |
| commit | 83df5afce25610871c640446e11257f2d822597a (patch) | |
| tree | 85b5300f4d15aaa60a88a9ccfce6b5b5968dc113 /lib | |
initial commit.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ghetto/blaster.rb | 7 | ||||
| -rw-r--r-- | lib/ghetto/blaster/version.rb | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/ghetto/blaster.rb b/lib/ghetto/blaster.rb new file mode 100644 index 0000000..5f08a96 --- /dev/null +++ b/lib/ghetto/blaster.rb @@ -0,0 +1,7 @@ +require "ghetto/blaster/version" + +module Ghetto + module Blaster + # Your code goes here... + end +end diff --git a/lib/ghetto/blaster/version.rb b/lib/ghetto/blaster/version.rb new file mode 100644 index 0000000..4e875f5 --- /dev/null +++ b/lib/ghetto/blaster/version.rb @@ -0,0 +1,5 @@ +module Ghetto + module Blaster + VERSION = "0.1.0" + end +end |
