hmac_auth.gemspec in hmac_auth-0.1.1 vs hmac_auth.gemspec in hmac_auth-0.1.2
- old
+ new
@@ -3,10 +3,10 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hmac_auth/version'
Gem::Specification.new do |gem|
gem.name = 'hmac_auth'
- gem.version = HmacAuth::VERSION
+ gem.version = HMACAuth::VERSION
gem.authors = ['Gebhard Wöstemeyer']
gem.email = ['g.woestemeyer@gmail.com']
gem.description = 'HMAC based message signing and verification'
gem.summary = 'Ruby gem providing HMAC based message signing and ' \
'verification. Without fancy Rails integration.'