boltless 1.5.0 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 415b0dd9a2ebf001efe1d8b5419e8731fd4bfcd21934c0aa128853f4bc861e12
4
- data.tar.gz: 414b0c6f902e037aefb88ed893fc71dd63f53610c99e17e148a753c87668e086
3
+ metadata.gz: 6217285b067e6f2d0552c0ce98ef3ff79b87374094f2bff20355d5d8f02ab63a
4
+ data.tar.gz: 0c091d0a1db0b440d1b25b3f382bab9729a742ebd17ce2016baed2e9cccaf518
5
5
  SHA512:
6
- metadata.gz: 806813e8eb62ea816c42f19b79d78aa34ae5f71fe6d58a7c79ee2d0447e534e41aa6dd26602844cf5a616cdcb03246b06358f2e4acb92b587db4fb25fc6b774b
7
- data.tar.gz: 65650ecd2b5ffd59db6c0e4af217af1b5b63e97d328349317d53850cbc5a945b999e02da6f4eda2da395a7cdc66ded1c3514c133883d8da86628c3af86808303
6
+ metadata.gz: fc2732c3e70eefad75c6bc8231e5421170a23b19e6536f0358894a5757a6af702e3ee51fd5e824ab43b2d44693bda2bdb79a6006ac7cf100dd1a58a682e82f0f
7
+ data.tar.gz: d3b206798c72895aa27f269b86a1ecfbeaa814167dbd3e4f4c7c47fdf1221cb3e9f441c4cf2dc5f50837bec256122b8f6d9651d023d61994d859b7bf6163dbbe
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Boltless
5
5
  # The version of the +boltless+ gem
6
- VERSION = '1.5.0'
6
+ VERSION = '1.5.1'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
data/lib/boltless.rb CHANGED
@@ -6,6 +6,7 @@ require 'connection_pool'
6
6
  require 'oj'
7
7
  require 'fast_jsonparser'
8
8
  require 'colorize'
9
+ require 'logger'
9
10
  require 'active_support'
10
11
  require 'active_support/concern'
11
12
  require 'active_support/core_ext/module/delegation'
@@ -31,6 +32,6 @@ module Boltless
31
32
  include Extensions::Operations
32
33
  include Extensions::Utilities
33
34
 
34
- # Make sure to eager load all SDK constants
35
+ # Make sure to eager load all constants
35
36
  loader.eager_load
36
37
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boltless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-03 00:00:00.000000000 Z
11
+ date: 2025-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport