Version 1.0.2: fix https and mapsme_token camelization
This commit is contained in:
parent
a8721214b3
commit
72851c92ea
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
module OmniAuth
|
||||
module MapsMe
|
||||
VERSION = "1.0.0"
|
||||
VERSION = "1.0.2"
|
||||
end
|
||||
|
||||
module MapsMeToken
|
||||
|
|
|
@ -124,4 +124,4 @@ module OmniAuth
|
|||
end
|
||||
end
|
||||
|
||||
OmniAuth.config.add_camelization 'mapsme', 'MapsMe'
|
||||
OmniAuth.config.add_camelization 'mapsme_token', 'MapsMeToken'
|
||||
|
|
Loading…
Add table
Reference in a new issue