omniauth-liblynx 1.2.5 → 1.3.1
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/release.yml +30 -0
- data/.gitignore +1 -0
- data/Gemfile.lock +61 -39
- data/README.md +12 -1
- data/lib/omniauth-liblynx/version.rb +1 -1
- metadata +9 -8
- data/.travis.yml +0 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f884cbcaa70feb527cbf0dd6e0908c782c4fbe7ead13f8db83d249b82113f38e
|
|
4
|
+
data.tar.gz: 106f55f94766081138312cefec97b5e916df7c7a9397557ad91455ad8a6b32fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa20e220357113aa3a816fd26a13616004f7f0bbf54f13b2704d68eea5ff433989515c0c6948ce2264fc8d7d723ecb0a9c8a64b49c980e56465ab1515b40d3f3
|
|
7
|
+
data.tar.gz: a22b51bc4253878256237e36a6aed9c8c57f7e4e0a330ebc562f339cd523be7e8dce0bb274f68ab431e3ded9e7f8f4cd541697c720880f6f372156b5e9901577
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: Release gem
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- 'v*.*.*'
|
|
7
|
+
|
|
8
|
+
permissions:
|
|
9
|
+
contents: read
|
|
10
|
+
id-token: write
|
|
11
|
+
|
|
12
|
+
jobs:
|
|
13
|
+
release:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
environment: rubygems
|
|
16
|
+
|
|
17
|
+
steps:
|
|
18
|
+
- uses: actions/checkout@v4
|
|
19
|
+
|
|
20
|
+
- name: Set up Ruby
|
|
21
|
+
uses: ruby/setup-ruby@v1
|
|
22
|
+
with:
|
|
23
|
+
ruby-version: "3.3"
|
|
24
|
+
bundler-cache: true
|
|
25
|
+
|
|
26
|
+
- name: Build gem
|
|
27
|
+
run: bundle exec rake build
|
|
28
|
+
|
|
29
|
+
- name: Publish to RubyGems
|
|
30
|
+
uses: rubygems/release-gem@v1
|
data/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pkg/
|
data/Gemfile.lock
CHANGED
|
@@ -1,70 +1,92 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
omniauth-liblynx (1.
|
|
4
|
+
omniauth-liblynx (1.3.1)
|
|
5
5
|
omniauth (>= 1.9, < 3.0)
|
|
6
6
|
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
ast (2.4.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
ast (2.4.3)
|
|
12
|
+
base64 (0.3.0)
|
|
13
|
+
bigdecimal (3.3.0)
|
|
14
|
+
faraday (2.14.0)
|
|
15
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
16
|
+
json
|
|
17
|
+
logger
|
|
18
|
+
faraday-net_http (3.4.1)
|
|
19
|
+
net-http (>= 0.5.0)
|
|
16
20
|
hashie (5.0.0)
|
|
17
|
-
json (2.
|
|
18
|
-
jwt (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
json (2.15.1)
|
|
22
|
+
jwt (3.1.2)
|
|
23
|
+
base64
|
|
24
|
+
language_server-protocol (3.17.0.5)
|
|
25
|
+
lint_roller (1.1.0)
|
|
26
|
+
logger (1.7.0)
|
|
27
|
+
multi_xml (0.7.2)
|
|
28
|
+
bigdecimal (~> 3.1)
|
|
29
|
+
net-http (0.6.0)
|
|
30
|
+
uri
|
|
31
|
+
oauth2 (2.0.17)
|
|
32
|
+
faraday (>= 0.17.3, < 4.0)
|
|
33
|
+
jwt (>= 1.0, < 4.0)
|
|
34
|
+
logger (~> 1.2)
|
|
23
35
|
multi_xml (~> 0.5)
|
|
24
36
|
rack (>= 1.2, < 4)
|
|
25
|
-
snaky_hash (~> 2.0)
|
|
26
|
-
version_gem (~> 1.1)
|
|
27
|
-
omniauth (2.1.
|
|
37
|
+
snaky_hash (~> 2.0, >= 2.0.3)
|
|
38
|
+
version_gem (~> 1.1, >= 1.1.9)
|
|
39
|
+
omniauth (2.1.4)
|
|
28
40
|
hashie (>= 3.4.6)
|
|
41
|
+
logger
|
|
29
42
|
rack (>= 2.2.3)
|
|
30
43
|
rack-protection
|
|
31
44
|
omniauth-oauth2 (1.8.0)
|
|
32
45
|
oauth2 (>= 1.4, < 3)
|
|
33
46
|
omniauth (~> 2.0)
|
|
34
|
-
parallel (1.
|
|
35
|
-
parser (3.
|
|
47
|
+
parallel (1.27.0)
|
|
48
|
+
parser (3.3.9.0)
|
|
36
49
|
ast (~> 2.4.1)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
50
|
+
racc
|
|
51
|
+
prism (1.5.1)
|
|
52
|
+
racc (1.8.1)
|
|
53
|
+
rack (3.2.3)
|
|
54
|
+
rack-protection (4.1.1)
|
|
55
|
+
base64 (>= 0.1.0)
|
|
56
|
+
logger (>= 1.6.0)
|
|
57
|
+
rack (>= 3.0.0, < 4)
|
|
40
58
|
rainbow (3.1.1)
|
|
41
|
-
rake (13.0
|
|
42
|
-
regexp_parser (2.
|
|
43
|
-
|
|
44
|
-
rubocop (1.36.0)
|
|
59
|
+
rake (13.3.0)
|
|
60
|
+
regexp_parser (2.11.3)
|
|
61
|
+
rubocop (1.81.1)
|
|
45
62
|
json (~> 2.3)
|
|
63
|
+
language_server-protocol (~> 3.17.0.2)
|
|
64
|
+
lint_roller (~> 1.1.0)
|
|
46
65
|
parallel (~> 1.10)
|
|
47
|
-
parser (>= 3.
|
|
66
|
+
parser (>= 3.3.0.2)
|
|
48
67
|
rainbow (>= 2.2.2, < 4.0)
|
|
49
|
-
regexp_parser (>=
|
|
50
|
-
|
|
51
|
-
rubocop-ast (>= 1.20.1, < 2.0)
|
|
68
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
69
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
52
70
|
ruby-progressbar (~> 1.7)
|
|
53
|
-
unicode-display_width (>=
|
|
54
|
-
rubocop-ast (1.
|
|
55
|
-
parser (>= 3.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
snaky_hash (2.0.
|
|
59
|
-
hashie
|
|
60
|
-
version_gem (
|
|
61
|
-
unicode-display_width (
|
|
62
|
-
|
|
71
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
72
|
+
rubocop-ast (1.47.1)
|
|
73
|
+
parser (>= 3.3.7.2)
|
|
74
|
+
prism (~> 1.4)
|
|
75
|
+
ruby-progressbar (1.13.0)
|
|
76
|
+
snaky_hash (2.0.3)
|
|
77
|
+
hashie (>= 0.1.0, < 6)
|
|
78
|
+
version_gem (>= 1.1.8, < 3)
|
|
79
|
+
unicode-display_width (3.2.0)
|
|
80
|
+
unicode-emoji (~> 4.1)
|
|
81
|
+
unicode-emoji (4.1.0)
|
|
82
|
+
uri (1.0.4)
|
|
83
|
+
version_gem (1.1.9)
|
|
63
84
|
|
|
64
85
|
PLATFORMS
|
|
65
86
|
ruby
|
|
66
87
|
x86_64-darwin-18
|
|
67
88
|
x86_64-darwin-19
|
|
89
|
+
x86_64-linux
|
|
68
90
|
|
|
69
91
|
DEPENDENCIES
|
|
70
92
|
bundler
|
|
@@ -73,4 +95,4 @@ DEPENDENCIES
|
|
|
73
95
|
rubocop
|
|
74
96
|
|
|
75
97
|
BUNDLED WITH
|
|
76
|
-
2.
|
|
98
|
+
2.6.9
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# OmniAuth LibLynx Strategy [](https://github.com/dsablic/omniauth-liblynx/actions/workflows/release.yml) [](https://badge.fury.io/rb/omniauth-liblynx)
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
@@ -19,3 +19,14 @@ end
|
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Read the OmniAuth docs for detailed instructions: https://github.com/intridea/omniauth.
|
|
22
|
+
|
|
23
|
+
## Releasing
|
|
24
|
+
|
|
25
|
+
1. Bump the version in `lib/omniauth-liblynx/version.rb`
|
|
26
|
+
2. Commit: `git commit -am "Bump version to X.Y.Z"`
|
|
27
|
+
3. Tag: `git tag vX.Y.Z`
|
|
28
|
+
4. Push: `git push origin master --tags`
|
|
29
|
+
|
|
30
|
+
The GitHub Actions release workflow will build and publish the gem to RubyGems automatically.
|
|
31
|
+
|
|
32
|
+
> **Note:** RubyGems trusted publishing must be configured for this repo on rubygems.org before the first release. Under the gem's settings on rubygems.org, add a trusted publisher with owner `dsablic`, repository `omniauth-liblynx`, workflow `release.yml`, and environment `rubygems`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-liblynx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Sablic
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -92,15 +92,16 @@ dependencies:
|
|
|
92
92
|
- - "<"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: '2.0'
|
|
95
|
-
description:
|
|
95
|
+
description:
|
|
96
96
|
email:
|
|
97
97
|
- denis.sablic@gmail.com
|
|
98
98
|
executables: []
|
|
99
99
|
extensions: []
|
|
100
100
|
extra_rdoc_files: []
|
|
101
101
|
files:
|
|
102
|
+
- ".github/workflows/release.yml"
|
|
103
|
+
- ".gitignore"
|
|
102
104
|
- ".rubocop.yml"
|
|
103
|
-
- ".travis.yml"
|
|
104
105
|
- Gemfile
|
|
105
106
|
- Gemfile.lock
|
|
106
107
|
- LICENSE
|
|
@@ -114,7 +115,7 @@ homepage: https://github.com/dsablic/omniauth-liblynx
|
|
|
114
115
|
licenses:
|
|
115
116
|
- MIT
|
|
116
117
|
metadata: {}
|
|
117
|
-
post_install_message:
|
|
118
|
+
post_install_message:
|
|
118
119
|
rdoc_options: []
|
|
119
120
|
require_paths:
|
|
120
121
|
- lib
|
|
@@ -129,8 +130,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
130
|
- !ruby/object:Gem::Version
|
|
130
131
|
version: '0'
|
|
131
132
|
requirements: []
|
|
132
|
-
rubygems_version: 3.
|
|
133
|
-
signing_key:
|
|
133
|
+
rubygems_version: 3.5.22
|
|
134
|
+
signing_key:
|
|
134
135
|
specification_version: 4
|
|
135
136
|
summary: OmniAuth strategy for LibLynx
|
|
136
137
|
test_files: []
|
data/.travis.yml
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
rvm:
|
|
2
|
-
- 2.6
|
|
3
|
-
before_install:
|
|
4
|
-
- gem install bundler
|
|
5
|
-
install:
|
|
6
|
-
- bundle install
|
|
7
|
-
deploy:
|
|
8
|
-
provider: rubygems
|
|
9
|
-
api_key:
|
|
10
|
-
secure: "wuLcn5cvlHkqi1SoZKYXJNGfnL/QYECC6cZ5Z/Y5SosgeO7XAfa259yNadyl/Wo9cQrN/aS7OZWaIrjvuclXRxc1OEYkSAcuBUpIRfO68nzwhi0X0s1+W81hcOcpKP2GZn3l9JrpvVdkU4Dq5D8gWKf9EFpJCJd5RZ+KnwrHp77AA5/EZ14PVxKlszxa5oOVIOA2+TuJbtbDC1zHFCK7d1rrj/06boMgkZVSOHocwdpWcC4GZymLAlNQmhbFIGerMk2LkPS3DjQIzORRZ8aTIHLE26mMj+vWivaCwJ0UCqgU2/i0ADwQ22ca/ScMJ+EUv3s73FRKoYUGnNZ6ME6BXnVC8gQok2vjnezh2/fVvWIO7c1alDpKrDkVh75N1snyer3QYS/mQzdYzYl+4eLvLS4D4X4lBayKDlZSBUIHbQVsM750aprKchw++DwKqs82SSH4aT6FX5boZBiysiPorM+BjKGqdc2QgJ4Pf32UFXoTbFbiIfIw3xUO9fdM2qoo69atewZlpTvBqHoHl/QSOrKm3YitG50kv/J6su/29ctlZldX685d/HLMgYhTOQ6xssYy41lwDMAKnMKQ3vhTPmv2r64axgUJC7vczxCTtQKa/1l2K0ZzNO3jiTFOps1xE8UMvsV/Dke0OElSqKr5E2/kLhHxrouM6VaELUZFZ74="
|
|
11
|
-
gem: omniauth-liblynx
|
|
12
|
-
on:
|
|
13
|
-
tags: true
|
|
14
|
-
repo: dsablic/omniauth-liblynx
|