omniauth-roblox 0.0.3 → 0.0.5
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 +4 -4
- data/Gemfile +8 -8
- data/Gemfile.lock +74 -74
- data/LICENSE +20 -20
- data/README.md +30 -29
- data/lib/omniauth-roblox/omniauth/strategies/roblox.rb +101 -98
- data/lib/omniauth-roblox/version.rb +5 -5
- data/lib/omniauth-roblox.rb +4 -4
- data/omniauth-roblox.gemspec +17 -18
- metadata +10 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4038c5ff1579ddb524418eb0b7468aac225972a22ebe67a60885594bf7eec0be
|
4
|
+
data.tar.gz: 0ffe9cf04235012e248976bbef42fb6a52ddd1f80a9ba595e354a11463658a8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19da18b3bd8b549d8336b07c95f2e022a6f7770c7b471326cf5530a6c5c2c3247ca746a4bee17876e274e11a8cad0ab754c9b4a2e47e6adcda71a83c2a65c547
|
7
|
+
data.tar.gz: c655658d0cf2e73045aac2c50dd506aae62805897d0f86bc427a929de43b444a11a6358b27f3a85f92103067dccda08e671eabed1c97bbf5c4a171d5a232bb5d
|
data/Gemfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
source 'https://rubygems.org'
|
4
|
-
|
5
|
-
gemspec
|
6
|
-
|
7
|
-
gem 'rake', group: 'development'
|
8
|
-
gem 'rubocop', '~> 1.36', group: 'development'
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
source 'https://rubygems.org'
|
4
|
+
|
5
|
+
gemspec
|
6
|
+
|
7
|
+
gem 'rake', group: 'development'
|
8
|
+
gem 'rubocop', '~> 1.36', group: 'development'
|
data/Gemfile.lock
CHANGED
@@ -1,74 +1,74 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
omniauth-roblox (0.0.
|
5
|
-
|
6
|
-
omniauth (~>
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
rack
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
rack (
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
x86_64-linux
|
67
|
-
|
68
|
-
DEPENDENCIES
|
69
|
-
omniauth-roblox!
|
70
|
-
rake
|
71
|
-
rubocop (~> 1.36)
|
72
|
-
|
73
|
-
BUNDLED WITH
|
74
|
-
2.
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
omniauth-roblox (0.0.4)
|
5
|
+
omniauth (~> 2.1)
|
6
|
+
omniauth-oauth2 (~> 1.8)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
ast (2.4.2)
|
12
|
+
faraday (2.7.4)
|
13
|
+
faraday-net_http (>= 2.0, < 3.1)
|
14
|
+
ruby2_keywords (>= 0.0.4)
|
15
|
+
faraday-net_http (3.0.2)
|
16
|
+
hashie (5.0.0)
|
17
|
+
json (2.6.3)
|
18
|
+
jwt (2.7.0)
|
19
|
+
multi_xml (0.6.0)
|
20
|
+
oauth2 (2.0.9)
|
21
|
+
faraday (>= 0.17.3, < 3.0)
|
22
|
+
jwt (>= 1.0, < 3.0)
|
23
|
+
multi_xml (~> 0.5)
|
24
|
+
rack (>= 1.2, < 4)
|
25
|
+
snaky_hash (~> 2.0)
|
26
|
+
version_gem (~> 1.1)
|
27
|
+
omniauth (2.1.1)
|
28
|
+
hashie (>= 3.4.6)
|
29
|
+
rack (>= 2.2.3)
|
30
|
+
rack-protection
|
31
|
+
omniauth-oauth2 (1.8.0)
|
32
|
+
oauth2 (>= 1.4, < 3)
|
33
|
+
omniauth (~> 2.0)
|
34
|
+
parallel (1.22.1)
|
35
|
+
parser (3.2.2.0)
|
36
|
+
ast (~> 2.4.1)
|
37
|
+
rack (3.0.7)
|
38
|
+
rack-protection (3.0.5)
|
39
|
+
rack
|
40
|
+
rainbow (3.1.1)
|
41
|
+
rake (13.0.6)
|
42
|
+
regexp_parser (2.7.0)
|
43
|
+
rexml (3.2.5)
|
44
|
+
rubocop (1.49.0)
|
45
|
+
json (~> 2.3)
|
46
|
+
parallel (~> 1.10)
|
47
|
+
parser (>= 3.2.0.0)
|
48
|
+
rainbow (>= 2.2.2, < 4.0)
|
49
|
+
regexp_parser (>= 1.8, < 3.0)
|
50
|
+
rexml (>= 3.2.5, < 4.0)
|
51
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
52
|
+
ruby-progressbar (~> 1.7)
|
53
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
54
|
+
rubocop-ast (1.28.0)
|
55
|
+
parser (>= 3.2.1.0)
|
56
|
+
ruby-progressbar (1.13.0)
|
57
|
+
ruby2_keywords (0.0.5)
|
58
|
+
snaky_hash (2.0.1)
|
59
|
+
hashie
|
60
|
+
version_gem (~> 1.1, >= 1.1.1)
|
61
|
+
unicode-display_width (2.4.2)
|
62
|
+
version_gem (1.1.2)
|
63
|
+
|
64
|
+
PLATFORMS
|
65
|
+
arm64-darwin-22
|
66
|
+
x86_64-linux
|
67
|
+
|
68
|
+
DEPENDENCIES
|
69
|
+
omniauth-roblox!
|
70
|
+
rake
|
71
|
+
rubocop (~> 1.36)
|
72
|
+
|
73
|
+
BUNDLED WITH
|
74
|
+
2.4.10
|
data/LICENSE
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c)
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2023 Regalijan
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
21
|
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,29 +1,30 @@
|
|
1
|
-
# OmniAuth Roblox
|
2
|
-
OmniAuth strategy for Roblox
|
3
|
-
|
4
|
-
## Installation
|
5
|
-
Add to your `Gemfile`
|
6
|
-
```
|
7
|
-
gem 'omniauth-roblox'
|
8
|
-
```
|
9
|
-
Run `bundle install`
|
10
|
-
|
11
|
-
## Setup
|
12
|
-
|
13
|
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
Rails
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
- `
|
29
|
-
- `
|
1
|
+
# OmniAuth Roblox
|
2
|
+
OmniAuth strategy for Roblox
|
3
|
+
|
4
|
+
## Installation
|
5
|
+
Add to your `Gemfile`
|
6
|
+
```
|
7
|
+
gem 'omniauth-roblox'
|
8
|
+
```
|
9
|
+
Run `bundle install`
|
10
|
+
|
11
|
+
## Setup
|
12
|
+
Roblox's OAuth API is now public, although your account must be ID verified to utilize it.
|
13
|
+
|
14
|
+
- Verify your Roblox account in settings if needed
|
15
|
+
- Go to https://create.roblox.com/dashboard/credentials?activeTab=OAuthTab
|
16
|
+
- Fill out the fields and select your scopes
|
17
|
+
- Publish your app
|
18
|
+
|
19
|
+
## Usage
|
20
|
+
An example of adding this middleware to your Rails app in `config/initializers/omniauth.rb`
|
21
|
+
```rb
|
22
|
+
Rails.application.config.middleware.use OmniAuth::Builder do
|
23
|
+
provider :roblox, ENV['RBX_CLIENT_ID'], ENV['RBX_CLIENT_SECRET']
|
24
|
+
end
|
25
|
+
```
|
26
|
+
|
27
|
+
## Configuration Options
|
28
|
+
- `scope`: No scopes are currently set by default, Roblox requires the `openid` scope at the minimum.
|
29
|
+
- `image_type`: The type of image that should be returned by roblox, defaults to `headshot`. Allowed values: `[empty string]` (full body), `bust`, and `headshot`.
|
30
|
+
- `skip_image`: If this is set to `true`, no image url will be returned.
|
@@ -1,98 +1,101 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require '
|
4
|
-
require '
|
5
|
-
require 'net/http'
|
6
|
-
require 'omniauth/strategies/oauth2'
|
7
|
-
require 'uri'
|
8
|
-
|
9
|
-
module OmniAuth
|
10
|
-
module Strategies
|
11
|
-
# This is the Roblox OAuth/OIDC strategy
|
12
|
-
# Currently their API is in private beta
|
13
|
-
# If you are enrolled, you may register
|
14
|
-
# at https://create.roblox.com/credentials
|
15
|
-
class Roblox < OmniAuth::Strategies::OAuth2
|
16
|
-
option :name, 'roblox'
|
17
|
-
|
18
|
-
option :client_options,
|
19
|
-
authorize_url: 'v1/authorize',
|
20
|
-
site: 'https://apis.roblox.com/oauth',
|
21
|
-
token_url: 'v1/token'
|
22
|
-
|
23
|
-
option :
|
24
|
-
option :
|
25
|
-
option :
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
res.
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
end
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'base64'
|
4
|
+
require 'json'
|
5
|
+
require 'net/http'
|
6
|
+
require 'omniauth/strategies/oauth2'
|
7
|
+
require 'uri'
|
8
|
+
|
9
|
+
module OmniAuth
|
10
|
+
module Strategies
|
11
|
+
# This is the Roblox OAuth/OIDC strategy
|
12
|
+
# Currently their API is in private beta
|
13
|
+
# If you are enrolled, you may register
|
14
|
+
# at https://create.roblox.com/credentials
|
15
|
+
class Roblox < OmniAuth::Strategies::OAuth2
|
16
|
+
option :name, 'roblox'
|
17
|
+
|
18
|
+
option :client_options,
|
19
|
+
authorize_url: 'v1/authorize',
|
20
|
+
site: 'https://apis.roblox.com/oauth',
|
21
|
+
token_url: 'v1/token'
|
22
|
+
|
23
|
+
option :authorize_options, %i[consent login selectAccount]
|
24
|
+
option :image_type, 'headshot'
|
25
|
+
option :skip_image, false
|
26
|
+
|
27
|
+
def authorize_params # rubocop:disable Metrics/AbcSize
|
28
|
+
super.tap do |params|
|
29
|
+
options[:authorize_options].each do |k|
|
30
|
+
params[k] = request.params[k.to_s] unless [nil, ''].include?(request.params[k.to_s])
|
31
|
+
end
|
32
|
+
|
33
|
+
session['omniauth.state'] = params[:state] if params[:state]
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
uid { raw_info['sub'] }
|
38
|
+
|
39
|
+
info do
|
40
|
+
{
|
41
|
+
name: raw_info['name'],
|
42
|
+
nickname: user_info['nickname'],
|
43
|
+
image: image_url,
|
44
|
+
# This is provided in the `profile` claim, but is not included if the `profile` scope is not set
|
45
|
+
urls: { website: "https://www.roblox.com/users/#{uid}/profile" }
|
46
|
+
}
|
47
|
+
end
|
48
|
+
|
49
|
+
extra do
|
50
|
+
{ raw_info: raw_info }
|
51
|
+
end
|
52
|
+
|
53
|
+
def raw_info
|
54
|
+
@raw_info ||= JSON.parse(
|
55
|
+
Base64.urlsafe_decode(
|
56
|
+
access_token['id_token'].split('.')[1]
|
57
|
+
)
|
58
|
+
)
|
59
|
+
|
60
|
+
return if @raw_info['name']
|
61
|
+
|
62
|
+
user_api_res = Net::HTTP.get_response(URI("https://users.roblox.com/v1/users/#{uid}"))
|
63
|
+
|
64
|
+
# The Roblox Users API returns usernames under the `name` property
|
65
|
+
# Unlike the id_token where it is the display name
|
66
|
+
return unless user_api_res.is_a?(Net::HTTPSuccess)
|
67
|
+
|
68
|
+
api_data = JSON.parse(user_api_res.body)
|
69
|
+
@raw_info['nickname'] = api_data['name']
|
70
|
+
@raw_info['name'] = api_data['displayName']
|
71
|
+
end
|
72
|
+
|
73
|
+
# Roblox currently does not allow third parties to access user emails, this is only added for completeness
|
74
|
+
def verified_email
|
75
|
+
raw_info['email_verified'] ? raw_info['email'] : nil
|
76
|
+
end
|
77
|
+
|
78
|
+
def image_url # rubocop:disable Metrics
|
79
|
+
return nil if options[:skip_image]
|
80
|
+
|
81
|
+
url = 'https://thumbnails.roblox.com/v1/users/avatar'
|
82
|
+
url_additions = {
|
83
|
+
bust: '-bust',
|
84
|
+
headshot: '-headshot'
|
85
|
+
}
|
86
|
+
uri = URI(url + url_additions[options[:image_type]])
|
87
|
+
uri.query = URI.encode_www_form({
|
88
|
+
userIds: raw_info['sub'],
|
89
|
+
size: '720x720',
|
90
|
+
format: 'Png',
|
91
|
+
isCircular: 'false'
|
92
|
+
})
|
93
|
+
|
94
|
+
res = Net::HTTP.get_response(uri)
|
95
|
+
data = JSON.parse(res.body).data.first
|
96
|
+
|
97
|
+
res.is_a?(Net::HTTPSuccess) ? data.imageUrl : nil
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
@@ -1,5 +1,5 @@
|
|
1
|
-
module OmniAuth
|
2
|
-
module Roblox
|
3
|
-
VERSION = '0.0.
|
4
|
-
end
|
5
|
-
end
|
1
|
+
module OmniAuth
|
2
|
+
module Roblox
|
3
|
+
VERSION = '0.0.5'
|
4
|
+
end
|
5
|
+
end
|
data/lib/omniauth-roblox.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'omniauth-roblox/version'
|
4
|
-
require 'omniauth/strategies/roblox'
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'omniauth-roblox/version'
|
4
|
+
require 'omniauth-roblox/omniauth/strategies/roblox'
|
data/omniauth-roblox.gemspec
CHANGED
@@ -1,18 +1,17 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require File.expand_path('lib/omniauth-roblox/version', __dir__)
|
4
|
-
|
5
|
-
Gem::Specification.new do |gem|
|
6
|
-
gem.authors = ['
|
7
|
-
gem.files = `git ls-files`.split("\n")
|
8
|
-
gem.homepage = 'https://github.com/
|
9
|
-
gem.license = 'MIT'
|
10
|
-
gem.name = 'omniauth-roblox'
|
11
|
-
gem.required_ruby_version = '>= 2.7.2'
|
12
|
-
gem.summary = 'OmniAuth strategy for Roblox'
|
13
|
-
gem.version = OmniAuth::Roblox::VERSION
|
14
|
-
|
15
|
-
gem.add_dependency '
|
16
|
-
gem.add_dependency 'omniauth', '~>
|
17
|
-
|
18
|
-
end
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require File.expand_path('lib/omniauth-roblox/version', __dir__)
|
4
|
+
|
5
|
+
Gem::Specification.new do |gem|
|
6
|
+
gem.authors = ['Regalijan']
|
7
|
+
gem.files = `git ls-files`.split("\n")
|
8
|
+
gem.homepage = 'https://github.com/Regalijan/omniauth-roblox'
|
9
|
+
gem.license = 'MIT'
|
10
|
+
gem.name = 'omniauth-roblox'
|
11
|
+
gem.required_ruby_version = '>= 2.7.2'
|
12
|
+
gem.summary = 'OmniAuth strategy for Roblox'
|
13
|
+
gem.version = OmniAuth::Roblox::VERSION
|
14
|
+
|
15
|
+
gem.add_dependency 'omniauth', '~> 2.1'
|
16
|
+
gem.add_dependency 'omniauth-oauth2', '~> 1.8'
|
17
|
+
end
|
metadata
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-roblox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
autorequire:
|
7
|
+
- Regalijan
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: jwt
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '2.5'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '2.5'
|
27
13
|
- !ruby/object:Gem::Dependency
|
28
14
|
name: omniauth
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
@@ -52,8 +38,8 @@ dependencies:
|
|
52
38
|
- - "~>"
|
53
39
|
- !ruby/object:Gem::Version
|
54
40
|
version: '1.8'
|
55
|
-
description:
|
56
|
-
email:
|
41
|
+
description:
|
42
|
+
email:
|
57
43
|
executables: []
|
58
44
|
extensions: []
|
59
45
|
extra_rdoc_files: []
|
@@ -67,11 +53,11 @@ files:
|
|
67
53
|
- lib/omniauth-roblox/omniauth/strategies/roblox.rb
|
68
54
|
- lib/omniauth-roblox/version.rb
|
69
55
|
- omniauth-roblox.gemspec
|
70
|
-
homepage: https://github.com/
|
56
|
+
homepage: https://github.com/Regalijan/omniauth-roblox
|
71
57
|
licenses:
|
72
58
|
- MIT
|
73
59
|
metadata: {}
|
74
|
-
post_install_message:
|
60
|
+
post_install_message:
|
75
61
|
rdoc_options: []
|
76
62
|
require_paths:
|
77
63
|
- lib
|
@@ -86,8 +72,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
72
|
- !ruby/object:Gem::Version
|
87
73
|
version: '0'
|
88
74
|
requirements: []
|
89
|
-
rubygems_version: 3.3.
|
90
|
-
signing_key:
|
75
|
+
rubygems_version: 3.0.3.1
|
76
|
+
signing_key:
|
91
77
|
specification_version: 4
|
92
78
|
summary: OmniAuth strategy for Roblox
|
93
79
|
test_files: []
|