omniauth-adobo-network 1.0.1 → 1.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 +4 -4
- data/.github/workflows/gem-push.yml +1 -1
- data/Gemfile.lock +61 -0
- data/lib/omniauth/strategies/{adobo_profile_strategy.rb → adobo-network-strategy.rb} +1 -1
- data/lib/omniauth-adobo-network/version.rb +5 -0
- data/lib/omniauth-adobo-network.rb +2 -0
- data/omniauth-adobo-network.gemspec +3 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaddbe9061daa45145e53c794b0fa83c224b42a62d45e98ca03a609159954696
|
4
|
+
data.tar.gz: 1cec640101569967a0bdd963cf263e11aaf7c88146c70f10258a1fc0355210b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1f2c02c3390b787d444df157c3703a291370e099d35cfaf26648d13771bcbd8eb93efcd0bf85f4f776d64e1f9f7f0950773095db123d4dfcb870bb3aea633f8
|
7
|
+
data.tar.gz: f79b15c0be5f7e5977870bf0ebd693035405dcabf2ac8d418f77393bb5e8fb258a1230b6165ed066a631179514e10f534c068a390191e0758840f9d323c837a7
|
@@ -16,7 +16,7 @@ jobs:
|
|
16
16
|
|
17
17
|
steps:
|
18
18
|
- uses: actions/checkout@v4
|
19
|
-
- name: Set up Ruby 2.
|
19
|
+
- name: Set up Ruby 2.7.8
|
20
20
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
21
21
|
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
22
22
|
# uses: ruby/setup-ruby@v1
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
omniauth-adobo-network (1.0.2)
|
5
|
+
omniauth-oauth2 (~> 1.8.0)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
base64 (0.3.0)
|
11
|
+
bigdecimal (3.2.1)
|
12
|
+
faraday (2.13.1)
|
13
|
+
faraday-net_http (>= 2.0, < 3.5)
|
14
|
+
json
|
15
|
+
logger
|
16
|
+
faraday-net_http (3.4.0)
|
17
|
+
net-http (>= 0.5.0)
|
18
|
+
hashie (5.0.0)
|
19
|
+
json (2.12.2)
|
20
|
+
jwt (2.10.1)
|
21
|
+
base64
|
22
|
+
logger (1.7.0)
|
23
|
+
multi_xml (0.7.2)
|
24
|
+
bigdecimal (~> 3.1)
|
25
|
+
net-http (0.6.0)
|
26
|
+
uri
|
27
|
+
oauth2 (2.0.11)
|
28
|
+
faraday (>= 0.17.3, < 4.0)
|
29
|
+
jwt (>= 1.0, < 4.0)
|
30
|
+
logger (~> 1.2)
|
31
|
+
multi_xml (~> 0.5)
|
32
|
+
rack (>= 1.2, < 4)
|
33
|
+
snaky_hash (~> 2.0, >= 2.0.3)
|
34
|
+
version_gem (>= 1.1.8, < 3)
|
35
|
+
omniauth (2.1.3)
|
36
|
+
hashie (>= 3.4.6)
|
37
|
+
rack (>= 2.2.3)
|
38
|
+
rack-protection
|
39
|
+
omniauth-oauth2 (1.8.0)
|
40
|
+
oauth2 (>= 1.4, < 3)
|
41
|
+
omniauth (~> 2.0)
|
42
|
+
rack (3.1.15)
|
43
|
+
rack-protection (4.1.1)
|
44
|
+
base64 (>= 0.1.0)
|
45
|
+
logger (>= 1.6.0)
|
46
|
+
rack (>= 3.0.0, < 4)
|
47
|
+
snaky_hash (2.0.3)
|
48
|
+
hashie (>= 0.1.0, < 6)
|
49
|
+
version_gem (>= 1.1.8, < 3)
|
50
|
+
uri (1.0.3)
|
51
|
+
version_gem (1.1.8)
|
52
|
+
|
53
|
+
PLATFORMS
|
54
|
+
x64-mingw-ucrt
|
55
|
+
|
56
|
+
DEPENDENCIES
|
57
|
+
bundler (~> 2.0)
|
58
|
+
omniauth-adobo-network!
|
59
|
+
|
60
|
+
BUNDLED WITH
|
61
|
+
2.4.19
|
@@ -2,7 +2,7 @@ require 'omniauth-oauth2'
|
|
2
2
|
|
3
3
|
module OmniAuth
|
4
4
|
module Strategies
|
5
|
-
class
|
5
|
+
class AdoboNetwork < OmniAuth::Strategies::OAuth2
|
6
6
|
# change the class name and the :name option to match your application name
|
7
7
|
option :name, :adobo_network
|
8
8
|
|
@@ -1,6 +1,8 @@
|
|
1
1
|
lib = File.expand_path("../lib", __FILE__)
|
2
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
3
|
|
4
|
+
require "omniauth-adobo-network/version"
|
5
|
+
|
4
6
|
Gem::Specification.new do |gem|
|
5
7
|
gem.add_dependency "omniauth-oauth2", "~> 1.8.0"
|
6
8
|
|
@@ -18,5 +20,5 @@ Gem::Specification.new do |gem|
|
|
18
20
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
19
21
|
gem.name = "omniauth-adobo-network"
|
20
22
|
gem.require_paths = %w[lib]
|
21
|
-
gem.version =
|
23
|
+
gem.version = OmniAuth::AdoboNetwork::VERSION
|
22
24
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-adobo-network
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicu Listana
|
@@ -47,9 +47,12 @@ extra_rdoc_files: []
|
|
47
47
|
files:
|
48
48
|
- ".github/workflows/gem-push.yml"
|
49
49
|
- Gemfile
|
50
|
+
- Gemfile.lock
|
50
51
|
- LICENSE.md
|
51
52
|
- README.md
|
52
|
-
- lib/omniauth
|
53
|
+
- lib/omniauth-adobo-network.rb
|
54
|
+
- lib/omniauth-adobo-network/version.rb
|
55
|
+
- lib/omniauth/strategies/adobo-network-strategy.rb
|
53
56
|
- omniauth-adobo-network.gemspec
|
54
57
|
homepage: https://github.com/adobocorp/omniauth-adobo-network
|
55
58
|
licenses:
|