omniauth-suunto 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b6541089c392143a6c45890eca3ee8aa524da167dd8ac6f380afe9b7bb131c3
4
- data.tar.gz: f8c44c524e68637f55e3309c979bf1ff3a60a87cfb5e9aad6f7a8efe07cf23e7
3
+ metadata.gz: 81c2775e8c2004cd958b03d1388833ae1b9fadbb8685618080b8f10d46d9b25f
4
+ data.tar.gz: 1618761b7776bcd13dee64907d689c1158eaca1bcbffbd3057cfc34df72c8342
5
5
  SHA512:
6
- metadata.gz: 2175c05da134aa9c0c85e44403d51a12b85fa4873b76919b14b0a3bee533a99cb98a5cd3a9daca4e0d5a504c0254423d6af5635bda5a470e59a8962188f51794
7
- data.tar.gz: 548a40420f1a52c9c0b9b076e732491273f127f7a55ab59825554385183558c8d73a37d0e22e934d06c0d2b622a4dbded0b04849c1461c8cbaad150aa121f508
6
+ metadata.gz: bc8df0b2c3aebe9541fc5714dad5e74c0cd4074388dc0abbcc89d207e6a98e34649ab57023ab424efc8421c8e4f71c90800b85ecbfb06ad86e9a733d3334b30f
7
+ data.tar.gz: 7bb4dd9b68540c801960b465eab3938808deb997409729f9eb3a954e490d47721f496d2e923d4142d05afc23afd3afe63d11b9e26970d564ea3e2d885c00de3a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-suunto (0.0.1)
4
+ omniauth-suunto (0.0.2)
5
5
  omniauth-oauth2 (~> 1.6)
6
6
 
7
7
  GEM
@@ -2,7 +2,7 @@ require 'omniauth/strategies/suunto'
2
2
 
3
3
  module Omniauth
4
4
  module Suunto
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
 
7
7
  class Error < StandardError; end
8
8
  # Your code goes here...
@@ -3,8 +3,6 @@ require 'omniauth-oauth2'
3
3
  module OmniAuth
4
4
  module Strategies
5
5
  class Suunto < OmniAuth::Strategies::OAuth2
6
- option :name, "suunto"
7
-
8
6
  option :client_options, {
9
7
  site: 'https://cloudapi-oauth.suunto.com',
10
8
  authorize_url: '/oauth/authorize',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-suunto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miha Rekar