compeon-access_token 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +41 -0
- data/Gemfile.lock +5 -5
- data/compeon-accesss_token.gemspec +1 -1
- data/lib/compeon/access_token/version.rb +1 -1
- metadata +9 -10
- data/.github/main.workflow +0 -17
- data/.travis.yml +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c83a325f189d8170cdb5fb9fcf020f4cd5492040fc6a87b31a05e74d67df661
|
4
|
+
data.tar.gz: 3c1f2246d1dc267270443f86dc21f6418dd4b33085f96c45ac5004be59b37d81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d26055e1302ab75ec0739d17f5e9310062224f95df4f540ce049d5574c50e2c9d5d18959e52c887179f58a4504d16524c0cd5a945f8afd5d486781df108aa93
|
7
|
+
data.tar.gz: 278d1e3e423f513717e022d42e613d43c9d0528f60644a5d4bc3db99b7ff5057dfae602e3e9a7ff92f03a0b0663b8da6d38558d0b84c0a76427764756f64b647
|
@@ -0,0 +1,41 @@
|
|
1
|
+
name: CI
|
2
|
+
on: push
|
3
|
+
jobs:
|
4
|
+
Ruby_2_7:
|
5
|
+
runs-on: ubuntu-latest
|
6
|
+
container: ruby:2.7
|
7
|
+
name: Ruby 2.7
|
8
|
+
steps:
|
9
|
+
- uses: actions/checkout@v1
|
10
|
+
- run: gem install bundle
|
11
|
+
- run: bundle
|
12
|
+
- run: bundle exec rake
|
13
|
+
|
14
|
+
Ruby_2_6:
|
15
|
+
runs-on: ubuntu-latest
|
16
|
+
container: ruby:2.6
|
17
|
+
name: Ruby 2.6
|
18
|
+
steps:
|
19
|
+
- uses: actions/checkout@v1
|
20
|
+
- run: gem install bundle
|
21
|
+
- run: bundle
|
22
|
+
- run: bundle exec rake
|
23
|
+
|
24
|
+
Lambda_Ruby_2_7:
|
25
|
+
runs-on: ubuntu-latest
|
26
|
+
container: lambci/lambda:build-ruby2.7
|
27
|
+
name: Lambda Ruby 2.7
|
28
|
+
steps:
|
29
|
+
- uses: actions/checkout@v1
|
30
|
+
- run: gem install bundle
|
31
|
+
- run: bundle
|
32
|
+
- run: bundle exec rake
|
33
|
+
|
34
|
+
All:
|
35
|
+
runs-on: ubuntu-latest
|
36
|
+
needs:
|
37
|
+
- Ruby_2_7
|
38
|
+
- Ruby_2_6
|
39
|
+
- Lambda_Ruby_2_7
|
40
|
+
steps:
|
41
|
+
- run: echo ok
|
data/Gemfile.lock
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
compeon-access_token (0.
|
4
|
+
compeon-access_token (0.3.0)
|
5
5
|
jwt (~> 2.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
jwt (2.2.
|
10
|
+
jwt (2.2.3)
|
11
11
|
minitest (5.11.3)
|
12
|
-
rake (
|
12
|
+
rake (13.0.1)
|
13
13
|
|
14
14
|
PLATFORMS
|
15
15
|
ruby
|
@@ -18,7 +18,7 @@ DEPENDENCIES
|
|
18
18
|
bundler (~> 2.0)
|
19
19
|
compeon-access_token!
|
20
20
|
minitest (~> 5.0)
|
21
|
-
rake (~>
|
21
|
+
rake (~> 13.0)
|
22
22
|
|
23
23
|
BUNDLED WITH
|
24
|
-
2.
|
24
|
+
2.2.17
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compeon-access_token
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Schilling
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '13.0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '13.0'
|
69
69
|
description: Helper for handling COMPEON AccessToken's
|
70
70
|
email:
|
71
71
|
- timo@schilling.io
|
@@ -73,9 +73,8 @@ executables: []
|
|
73
73
|
extensions: []
|
74
74
|
extra_rdoc_files: []
|
75
75
|
files:
|
76
|
-
- ".github/
|
76
|
+
- ".github/workflows/ci.yml"
|
77
77
|
- ".gitignore"
|
78
|
-
- ".travis.yml"
|
79
78
|
- Gemfile
|
80
79
|
- Gemfile.lock
|
81
80
|
- LICENSE.txt
|
@@ -96,7 +95,7 @@ homepage: https://github.com/COMPEON/compeon-access_token
|
|
96
95
|
licenses:
|
97
96
|
- MIT
|
98
97
|
metadata: {}
|
99
|
-
post_install_message:
|
98
|
+
post_install_message:
|
100
99
|
rdoc_options: []
|
101
100
|
require_paths:
|
102
101
|
- lib
|
@@ -111,8 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
110
|
- !ruby/object:Gem::Version
|
112
111
|
version: '0'
|
113
112
|
requirements: []
|
114
|
-
rubygems_version: 3.
|
115
|
-
signing_key:
|
113
|
+
rubygems_version: 3.1.4
|
114
|
+
signing_key:
|
116
115
|
specification_version: 4
|
117
116
|
summary: Helper for handling COMPEON AccessToken's
|
118
117
|
test_files: []
|
data/.github/main.workflow
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
workflow "CI" {
|
2
|
-
on = "push"
|
3
|
-
resolves = ["CI - All"]
|
4
|
-
}
|
5
|
-
|
6
|
-
action "CI - All" {
|
7
|
-
uses = "actions/bin/filter@d820d56839906464fb7a57d1b4e1741cf5183efa"
|
8
|
-
needs = [
|
9
|
-
"CI - Test"
|
10
|
-
]
|
11
|
-
}
|
12
|
-
|
13
|
-
action "CI - Test" {
|
14
|
-
uses = "docker://lambci/lambda:build-ruby2.5"
|
15
|
-
runs = "bash"
|
16
|
-
args = ["-c", "bundle && bundle exec rake test"]
|
17
|
-
}
|