This commit is contained in:
Tommy Parnell
2015-05-17 00:26:28 -04:00
commit 1c2d3f2afd
13 changed files with 152 additions and 0 deletions

5
lib/NetrunnerDb.rb Normal file
View File

@@ -0,0 +1,5 @@
require "NetrunnerDb/version"
module NetrunnerDb
# Your code goes here...
end

View File

@@ -0,0 +1,3 @@
module NetrunnerDb
VERSION = "0.1.0"
end