diff options
author | Azul <azul@riseup.net> | 2013-09-10 08:41:05 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2013-09-10 08:41:05 +0200 |
commit | 32b79ec5865679655a4d3535ec5f97999da9d82e (patch) | |
tree | 545a5741e2e6e6138eac3f5b1023adfe0074b55e /lib/tapicero | |
parent | faeeb3ac56263a04b61f740b7d194b884a834d6a (diff) |
copying over skeleton from leap_ca which worked similarly
Diffstat (limited to 'lib/tapicero')
-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 |