keyless 1.3.5 → 1.5.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd74dbdedbcf88096abd3a59df2486dba0379e7bc670396dcbeeb6e183336eaa
4
- data.tar.gz: ef859c12a88e304519ee62a9f753182a245a81dff81e2b23c1f85d8a65f1e07d
3
+ metadata.gz: e5d30d3e8b901149287687579a944c73da6c0808f7e7faf6db7dfdd3973d764f
4
+ data.tar.gz: 3c1e8727a30b950a0c5c304b9586e6d62ea28ddec9599f6ac5ff2db401177265
5
5
  SHA512:
6
- metadata.gz: f654f2918c66b8c61a94c5f3da1b80945ca7d3320e576f4c8622a67518808bd73a163dc816cb47cf43a914efc50d31ffdfd5d6cefa3bddf52ccc8001447d703f
7
- data.tar.gz: 751e1d333544fa609f9d405b04d65ff0791093c49628b231eda4bef68b11df5aafbc6416bdf5cc80ecf118f7404cbb99b47a6aaa4c18d13a0820a43b933dfff0
6
+ metadata.gz: 30c25b0a1604353262c2662eabe884b0d05992c09fa2d8900a21cba64f2c40bb229a17ed18d81797d6baa32471adc504000370f34167c2e4c4a1cce51ce444df
7
+ data.tar.gz: 0f653dfaf0c50f9b4584c4a7b04f3090903c4134d95c4d0b3ac7a50e1d4401c71ad5de54ce6d486ea7b629a89b8164e175a3e27af9b923e9cdc0aefeb8c0e7b0
@@ -18,8 +18,8 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ['2.7']
22
- rails: ['5.2', '6.1', '7.1']
21
+ ruby: ['2.7', '3.0']
22
+ rails: ['6.1', '7.1']
23
23
  env:
24
24
  BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
25
25
  steps:
data/.rubocop.yml CHANGED
@@ -13,7 +13,7 @@ AllCops:
13
13
  SuggestExtensions: false
14
14
  DisplayCopNames: true
15
15
  TargetRubyVersion: 2.7
16
- TargetRailsVersion: 5.2
16
+ TargetRailsVersion: 6.1
17
17
  Exclude:
18
18
  - bin/**/*
19
19
  - vendor/**/*
data/.yardopts CHANGED
@@ -4,3 +4,4 @@
4
4
  -
5
5
  README.md
6
6
  doc/examples/**/*.rb
7
+ doc/*.md
data/Appraisals CHANGED
@@ -1,9 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- appraise 'rails-5.2' do
4
- gem 'activesupport', '~> 5.2.0'
5
- end
6
-
7
3
  appraise 'rails-6.1' do
8
4
  gem 'activesupport', '~> 6.1.0'
9
5
  end
data/CHANGELOG.md CHANGED
@@ -2,36 +2,44 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
- ### 1.3.5
5
+ ### 1.5.0 (3 January 2025)
6
+
7
+ * Raised minimum supported Ruby/Rails version to 2.7/6.1 (#6)
8
+
9
+ ### 1.4.0 (4 October 2024)
10
+
11
+ * Upgraded the `recursive-open-struct` gem to `~> 2.0` (#5)
12
+
13
+ ### 1.3.5 (15 August 2024)
6
14
 
7
15
  * Just a retag of 1.3.1
8
16
 
9
- ### 1.3.4
17
+ ### 1.3.4 (15 August 2024)
10
18
 
11
19
  * Just a retag of 1.3.1
12
20
 
13
- ### 1.3.3
21
+ ### 1.3.3 (15 August 2024)
14
22
 
15
23
  * Just a retag of 1.3.1
16
24
 
17
- ### 1.3.2
25
+ ### 1.3.2 (9 August 2024)
18
26
 
19
27
  * Just a retag of 1.3.1
20
28
 
21
- ### 1.3.1
29
+ ### 1.3.1 (9 August 2024)
22
30
 
23
31
  * Added API docs building to continuous integration (#4)
24
32
 
25
- ### 1.3.0
33
+ ### 1.3.0 (8 July 2024)
26
34
 
27
35
  * Moved the development dependencies from the gemspec to the Gemfile (#2)
28
36
  * Dropped support for Ruby <2.7 (#3)
29
37
 
30
- ### 1.2.0
38
+ ### 1.2.0 (24 February 2023)
31
39
 
32
40
  * Added support for Gem release automation
33
41
 
34
- ### 1.1.0
42
+ ### 1.1.0 (18 January 2023)
35
43
 
36
44
  * Bundler >= 2.3 is from now on required as minimal version (#1)
37
45
  * Dropped support for Ruby < 2.5 (#1)
@@ -39,17 +47,17 @@
39
47
  * Updated all development/runtime gems to their latest
40
48
  Ruby 2.5 compatible version (#1)
41
49
 
42
- ### 1.0.2
50
+ ### 1.0.2 (15 October 2021)
43
51
 
44
52
  * Migrated to Github Actions
45
53
  * Migrated to our own coverage reporting
46
54
  * Added the code statistics to the test process
47
55
 
48
- ### 1.0.1
56
+ ### 1.0.1 (1 September 2020)
49
57
 
50
58
  * Renamed the Gem to `keyless`.
51
59
 
52
- ### 1.0.0
60
+ ### 1.0.0 (28 August 2020)
53
61
 
54
62
  * Initial release, extracted from former
55
63
  [grape-jwt-authentication](https://github.com/hausgold/grape-jwt-authentication)
data/Gemfile CHANGED
@@ -12,7 +12,7 @@ gem 'appraisal', '~> 2.4'
12
12
  gem 'bundler', '~> 2.3'
13
13
  gem 'countless', '~> 1.1'
14
14
  gem 'guard-rspec', '~> 4.7'
15
- gem 'railties', '>= 5.2'
15
+ gem 'railties', '>= 6.1'
16
16
  gem 'rake', '~> 13.0'
17
17
  gem 'rspec', '~> 3.12'
18
18
  gem 'rubocop', '~> 1.28'
@@ -6,7 +6,7 @@ gem "appraisal", "~> 2.4"
6
6
  gem "bundler", "~> 2.3"
7
7
  gem "countless", "~> 1.1"
8
8
  gem "guard-rspec", "~> 4.7"
9
- gem "railties", ">= 5.2"
9
+ gem "railties", ">= 6.1"
10
10
  gem "rake", "~> 13.0"
11
11
  gem "rspec", "~> 3.12"
12
12
  gem "rubocop", "~> 1.28"
@@ -6,7 +6,7 @@ gem "appraisal", "~> 2.4"
6
6
  gem "bundler", "~> 2.3"
7
7
  gem "countless", "~> 1.1"
8
8
  gem "guard-rspec", "~> 4.7"
9
- gem "railties", ">= 5.2"
9
+ gem "railties", ">= 6.1"
10
10
  gem "rake", "~> 13.0"
11
11
  gem "rspec", "~> 3.12"
12
12
  gem "rubocop", "~> 1.28"
data/keyless.gemspec CHANGED
@@ -35,8 +35,8 @@ Gem::Specification.new do |spec|
35
35
 
36
36
  spec.required_ruby_version = '>= 2.7'
37
37
 
38
- spec.add_runtime_dependency 'activesupport', '>= 5.2'
39
- spec.add_runtime_dependency 'httparty', '>= 0.21'
40
- spec.add_runtime_dependency 'jwt', '~> 2.6'
41
- spec.add_runtime_dependency 'recursive-open-struct', '~> 1.1'
38
+ spec.add_dependency 'activesupport', '>= 6.1'
39
+ spec.add_dependency 'httparty', '>= 0.21'
40
+ spec.add_dependency 'jwt', '~> 2.6'
41
+ spec.add_dependency 'recursive-open-struct', '~> 2.0'
42
42
  end
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Keyless
5
5
  # The version of the +keyless+ gem
6
- VERSION = '1.3.5'
6
+ VERSION = '1.5.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keyless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2024-08-15 00:00:00.000000000 Z
13
+ date: 2025-01-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: '5.2'
21
+ version: '6.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: '5.2'
28
+ version: '6.1'
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: httparty
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -60,14 +60,14 @@ dependencies:
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: '1.1'
63
+ version: '2.0'
64
64
  type: :runtime
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
- version: '1.1'
70
+ version: '2.0'
71
71
  description: A reusable JWT authentication helper
72
72
  email:
73
73
  - hermann.mayer92@gmail.com
@@ -103,7 +103,6 @@ files:
103
103
  - config/docker/.inputrc
104
104
  - doc/assets/project.svg
105
105
  - docker-compose.yml
106
- - gemfiles/rails_5.2.gemfile
107
106
  - gemfiles/rails_6.1.gemfile
108
107
  - gemfiles/rails_7.1.gemfile
109
108
  - keyless.gemspec
@@ -1,23 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal", "~> 2.4"
6
- gem "bundler", "~> 2.3"
7
- gem "countless", "~> 1.1"
8
- gem "guard-rspec", "~> 4.7"
9
- gem "railties", ">= 5.2"
10
- gem "rake", "~> 13.0"
11
- gem "rspec", "~> 3.12"
12
- gem "rubocop", "~> 1.28"
13
- gem "rubocop-rails", "~> 2.14"
14
- gem "rubocop-rspec", "~> 2.10"
15
- gem "simplecov", ">= 0.22"
16
- gem "timecop", ">= 0.9.6"
17
- gem "vcr", "~> 6.0"
18
- gem "webmock", "~> 3.18"
19
- gem "yard", ">= 0.9.28"
20
- gem "yard-activesupport-concern", ">= 0.0.1"
21
- gem "activesupport", "~> 5.2.0"
22
-
23
- gemspec path: "../"