omniauth-smashrun 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
  SHA1:
3
- metadata.gz: 6eeb562178892dd71207a90fc6ce2941f8a459f1
4
- data.tar.gz: 15fe90955c9e9e693d1ec6415aa47d2bcd464e41
3
+ metadata.gz: 6df7ece5262347826d1e6e257837d37656c8c951
4
+ data.tar.gz: 4a5ea3ddb2f149ad0c661bf64f8f30a0716ed70e
5
5
  SHA512:
6
- metadata.gz: ae9141d0c103a83cb35e046b98d75b949ce9b1b422e0bdc0738abd0a6fff246060d082466b48477ed3a5ef96ef9eb64a3ef6c3b5d6515ffd85ebd51f82b1222a
7
- data.tar.gz: d77318a53ace9640662becf9ad6a6d725c2841772f22d5ae8007eb933f24e6d1028226feb5470321b3c4bca85b3f687f8f3ae4c39b93308ef50674c6c987dead
6
+ metadata.gz: 0b5987e4e6d8cef4edc5a6ce8318ce3aef6d38eef30fb6b2cbb0986d0b7e71e326fa745a9f799602a2405c27ae043310597d3b6de89ede5db26500afca90dbbc
7
+ data.tar.gz: 06932b758302314fa609a140600924b61e5539c9b8b23eda9427c16e81ef3bad72848065e6f946299d539cf477298c55773be2bbfde0da15e6990539a2c9b5d2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Smashrun
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -3,7 +3,7 @@ require 'oj'
3
3
 
4
4
  module OmniAuth
5
5
  module Strategies
6
- class Strava < OmniAuth::Strategies::OAuth2
6
+ class Smashrun < OmniAuth::Strategies::OAuth2
7
7
  option :name, 'smashrun'
8
8
  option :client_options, { site: 'https://api.smashrun.com',
9
9
  authorize_url: 'https://secure.smashrun.com/oauth2/authenticate',
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: omniauth-smashrun 0.0.1 ruby lib
5
+ # stub: omniauth-smashrun 0.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "omniauth-smashrun"
9
- s.version = "0.0.1"
9
+ s.version = "0.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-smashrun
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
  - Naveed Ahmad