mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 08:44:53 +00:00
Split Key out to separate class
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user