keyless 1.6.0 → 1.6.1

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: dbc95fbabb0cbdb850e0f0a7ec811a050df4a6f43d8c761ff2703312f355429a
4
- data.tar.gz: 6b890ac7e7ee3e920567039b704d6dd6a23f7b31c8c2c9cf5409ad8cf95d00d0
3
+ metadata.gz: 471c0ae36d1f23b83576bc96376e23fd555f39334aaa014010f35ae075383205
4
+ data.tar.gz: 190d659844f47bdfa9f447c94512f0d5bd5881398e6a81f70f188a04f4e015d8
5
5
  SHA512:
6
- metadata.gz: 4c2b57068e0513809930c46ae26d45d6ab3c8cc6a536444f4bb4ba641c5f8cacf476a7b1209afaa48077fe4ce5a523461122932ab9e7c6fd715d431df72058bd
7
- data.tar.gz: 4faffaff2617f964018c6ff6f3dc4e54290b339d9a02cf38ee71836e7d615001ab998159e2a6667c6f3a3f26acda1851a5b6973fa1f956395b9b3a84f4b5c21c
6
+ metadata.gz: 876e577221db4badd5b1414bdb3f9ad452a75d66dd1cb8db709334c19437b052af8732e09138e20fd30c3fcadd2f08a4dc3c9af1441702223d1124da45a38e02
7
+ data.tar.gz: a9c3f31fcd877ff267c8b842d65a683796cfb67f5ef541616d4826ec1992af34da2ae72299eb93355e200adc9325cc1d5e0a91786cd1792dfbb8a3d847ec687b
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.6.1 (17 January 2025)
6
+
7
+ * Added the logger dependency (#8)
8
+
5
9
  ### 1.6.0 (11 January 2025)
6
10
 
7
11
  * Switched to Zeitwerk as autoloader (#7)
@@ -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.6.0'
6
+ VERSION = '1.6.1'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
data/lib/keyless.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'zeitwerk'
4
+ require 'logger'
4
5
  require 'active_support'
5
6
  require 'active_support/concern'
6
7
  require 'active_support/configurable'
@@ -25,7 +26,7 @@ module Keyless
25
26
  # Load standalone code
26
27
  require 'keyless/version'
27
28
 
28
- # Make sure to eager load all SDK constants
29
+ # Make sure to eager load all constants
29
30
  loader.eager_load
30
31
 
31
32
  class << self
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.6.0
4
+ version: 1.6.1
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: 2025-01-11 00:00:00.000000000 Z
13
+ date: 2025-01-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport