Split Key out to separate class

This commit is contained in:
Dan Milne
2011-03-30 21:54:22 +11:00
parent 8620a66d29
commit 6d87a387e0
4 changed files with 151 additions and 242 deletions

View File

@@ -16,9 +16,11 @@ Jeweler::Tasks.new do |gem|
gem.homepage = "http://github.com/dkam/hsmr"
gem.license = "MIT"
gem.summary = %Q{HSM Functions in Ruby}
gem.description = %Q{TODO: longer description of your gem}
gem.description = gem.summary
gem.email = "d@nmilne.com"
gem.authors = ["Dan Milne"]
gem.version = '0.0.1'
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
# gem.add_runtime_dependency 'jabber4r', '> 0.1'