github-authentication 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee6d5fd50e707bbd97ef18ff71385b393ba8758c7964bec16190a11e97ed0eb8
4
- data.tar.gz: c0ba6585986836aeeea911fdb9ca41022529adf9c7999fafd81e3feb97c293ac
3
+ metadata.gz: a279af637a4369feb5bff421697bed089b09f8096d6829eccb37b3c4911d7ba9
4
+ data.tar.gz: edb60c288c631aafd17fbc0b361fef03f86e019a38a77d1debcc1544627e424d
5
5
  SHA512:
6
- metadata.gz: 832d1d90112fa7fa5995bf32147d00f93d17665449b73aa05cc813b2845dbc0c3d46487ba0da6cee5f507b7133efaf9cf3acad1a288f7fbe7a69a95acda1aba2
7
- data.tar.gz: a0e94e1feca2a9264c46bdb5eab81b3eb7e68213b01ebd98654a21151934f340bfe0e46537d5543221e541f3e1b1f70228c425f9118898fe49ceb5e18fe744ad
6
+ metadata.gz: 10259c8db9c441f9d899962653a0307cc0eed4584797135857c883a047c4609027909cf7bfdc2828ebe6b3b9f520244cdf4267e0fa8957fa2daea46795bbc83b
7
+ data.tar.gz: f6d4ab126dbc799ec03fea9a6d7c5893d4abae73fb50b16cb3a15169876f615ee01756593d21d1b86f7cadf88b8630faa6f7fd7ca7941f49103031636bee078d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github-authentication (1.0.1)
4
+ github-authentication (1.0.2)
5
5
  jwt (~> 2.2)
6
6
 
7
7
  GEM
@@ -23,7 +23,7 @@ GEM
23
23
  i18n (1.8.10)
24
24
  concurrent-ruby (~> 1.0)
25
25
  jaro_winkler (1.5.4)
26
- jwt (2.2.3)
26
+ jwt (2.3.0)
27
27
  minitest (5.14.0)
28
28
  mocha (1.11.2)
29
29
  parallel (1.19.1)
@@ -4,6 +4,7 @@
4
4
  require 'github_authentication'
5
5
 
6
6
  begin
7
+ require 'active_support'
7
8
  require 'active_support/cache'
8
9
  require 'active_support/notifications'
9
10
  rescue LoadError
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GithubAuthentication
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frederik Dudzik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-06 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt