omniauth-smashrun 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/omniauth-smashrun/version.rb +1 -1
- data/lib/omniauth/strategies/smashrun.rb +1 -1
- data/omniauth-smashrun.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6df7ece5262347826d1e6e257837d37656c8c951
|
4
|
+
data.tar.gz: 4a5ea3ddb2f149ad0c661bf64f8f30a0716ed70e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b5987e4e6d8cef4edc5a6ce8318ce3aef6d38eef30fb6b2cbb0986d0b7e71e326fa745a9f799602a2405c27ae043310597d3b6de89ede5db26500afca90dbbc
|
7
|
+
data.tar.gz: 06932b758302314fa609a140600924b61e5539c9b8b23eda9427c16e81ef3bad72848065e6f946299d539cf477298c55773be2bbfde0da15e6990539a2c9b5d2
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
@@ -3,7 +3,7 @@ require 'oj'
|
|
3
3
|
|
4
4
|
module OmniAuth
|
5
5
|
module Strategies
|
6
|
-
class
|
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',
|
data/omniauth-smashrun.gemspec
CHANGED
@@ -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.
|
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.
|
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"]
|