Make a gemspec file (and friends)

This commit is contained in:
Dan Milne
2011-11-26 21:25:13 +11:00
parent 965caf4195
commit 937141ef15
6 changed files with 41 additions and 88 deletions

View File

@@ -1,8 +1,8 @@
require 'openssl'
require 'component'
require 'key'
module HSMR
VERSION = '0.0.1'
# Key Lengths
SINGLE=64
DOUBLE=128

3
lib/hsmr/version.rb Normal file
View File

@@ -0,0 +1,3 @@
module HSMR
VERSION = "0.0.1"
end