mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 08:44:53 +00:00
Make a gemspec file (and friends)
This commit is contained in:
@@ -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
3
lib/hsmr/version.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
module HSMR
|
||||
VERSION = "0.0.1"
|
||||
end
|
||||
Reference in New Issue
Block a user