Version 1.0.2: fix https and mapsme_token camelization

This commit is contained in:
Ilya Zverev 2017-02-09 16:54:47 +03:00
parent a8721214b3
commit 72851c92ea
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
module OmniAuth
module MapsMe
VERSION = "1.0.0"
VERSION = "1.0.2"
end
module MapsMeToken

View file

@ -124,4 +124,4 @@ module OmniAuth
end
end
OmniAuth.config.add_camelization 'mapsme', 'MapsMe'
OmniAuth.config.add_camelization 'mapsme_token', 'MapsMeToken'