diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tapicero/version.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tapicero/version.rb b/lib/tapicero/version.rb new file mode 100644 index 0000000..ec18e78 --- /dev/null +++ b/lib/tapicero/version.rb @@ -0,0 +1,4 @@ +module Tapicero + VERSION = "0.1.0" + REQUIRE_PATHS = ['lib'] +end |