Skip to content

Commit

Permalink
upcase HMAC
Browse files Browse the repository at this point in the history
  • Loading branch information
gewo committed Dec 15, 2014
1 parent e8d162e commit beb9f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hmac_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 = ['[email protected]']
gem.description = 'HMAC based message signing and verification'
Expand Down
2 changes: 1 addition & 1 deletion lib/hmac_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
module HmacAuth
module HMACAuth
VERSION = '0.1.2'
end

0 comments on commit beb9f55

Please sign in to comment.