omniauth-suunto 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81c2775e8c2004cd958b03d1388833ae1b9fadbb8685618080b8f10d46d9b25f
4
- data.tar.gz: 1618761b7776bcd13dee64907d689c1158eaca1bcbffbd3057cfc34df72c8342
3
+ metadata.gz: e18a9b02753497fb3090b96a22d7cfa80d0bf6ba4168fca9d9585685376c4589
4
+ data.tar.gz: bd27056d8cc3c86fbf72ddd4339d0d63970f1f795b666fa8f6faa058de36848e
5
5
  SHA512:
6
- metadata.gz: bc8df0b2c3aebe9541fc5714dad5e74c0cd4074388dc0abbcc89d207e6a98e34649ab57023ab424efc8421c8e4f71c90800b85ecbfb06ad86e9a733d3334b30f
7
- data.tar.gz: 7bb4dd9b68540c801960b465eab3938808deb997409729f9eb3a954e490d47721f496d2e923d4142d05afc23afd3afe63d11b9e26970d564ea3e2d885c00de3a
6
+ metadata.gz: 35d6d0e86ca0edd6b3a8a0d51dce479c8a85b6c492bb218d6a55c2d78cc486d8023a53e456235430dc5adc3432f6394cf8387964fa8a7f429511b533a4b60c91
7
+ data.tar.gz: dc2702da593157ac7dc5c77df99d954f2393f8a5d886eeb30f10cb9d09aa6f3a0f486f28472afcef176b848eb8ee1a6404415ee7c2b7db5709b6a5b82c7f4edb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-suunto (0.0.2)
4
+ omniauth-suunto (0.0.3)
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.2'
5
+ VERSION = '0.0.3'
6
6
 
7
7
  class Error < StandardError; end
8
8
  # Your code goes here...
@@ -1,6 +1,6 @@
1
1
  lib = File.expand_path("lib", __dir__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require "omniauth/omniauth-suunto"
3
+ require "omniauth-suunto"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "omniauth-suunto"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miha Rekar
@@ -68,7 +68,7 @@ files:
68
68
  - Rakefile
69
69
  - bin/console
70
70
  - bin/setup
71
- - lib/omniauth/omniauth-suunto.rb
71
+ - lib/omniauth-suunto.rb
72
72
  - lib/omniauth/strategies/suunto.rb
73
73
  - omniauth-suunto.gemspec
74
74
  homepage: https://github.com/mrfoto/omniauth-suunto