pricehubble 3.2.0 → 3.3.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: e154bb5eb5d71b0eec3432180ef86577489a5b5d1cc7c362fc242ff94bedaf00
4
- data.tar.gz: a01e63c68f8fd3994ecfb31ce45f04586b9dd2d86f721b07728caf2b2308f826
3
+ metadata.gz: 8da97708d9578780d70a6bb5ad7a8c4c165c62aa7ae22f01fe3388e73aaee9a3
4
+ data.tar.gz: 5d830e45a1389de8ba4db4e345b6dd1d4b1d7a2575511c1ace44082446b16f50
5
5
  SHA512:
6
- metadata.gz: fa613172a15fdc8712ad14390177d0798359f3b824b447ff350b90037be9b69e87a2a66341dece5762e942c57f48606de1e52bb5c3b47040e97b08ce425ea279
7
- data.tar.gz: ff4353e7bc7e0d12eac43bcdadae47597250b62b76d24dd9694e94b179d2041091a40a7784fde7a64e682049c1e237241b84a20ba86f9a6afb58408f194adc09
6
+ metadata.gz: 800084dbcd510d7f302a968336683351986edf87a6fb353c7f409cf17fa69e85c8c6a712e939cfe7601c5a1715044d21dadfd2b55fc45f9fe35adb51acf02891
7
+ data.tar.gz: 38043406badf88833003c8e6bcd5b17a1f640b649deac43ba2451d22813778f3bc9c21f5690da0dcb6601de47700312c1c46cb6c72519560bd8b5311e9ea6091
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
+ ### 3.3.0 (27 August 2026)
6
+
7
+ * Corrected some RuboCop glitches ([#35](https://github.com/hausgold/pricehubble/pull/35))
8
+
5
9
  ### 3.2.0 (20 May 2026)
6
10
 
7
11
  * Corrected some RuboCop glitches ([#34](https://github.com/hausgold/pricehubble/pull/34))
@@ -3,7 +3,7 @@
3
3
  module PriceHubble
4
4
  # The top-level configuration handling.
5
5
  #
6
- # rubocop:disable Style/ClassVars -- because we split module code
6
+ # rubocop:disable-next Style/ClassVars -- because we split module code
7
7
  module ConfigurationHandling
8
8
  extend ActiveSupport::Concern
9
9
 
@@ -46,5 +46,4 @@ module PriceHubble
46
46
  delegate :logger, to: :configuration
47
47
  end
48
48
  end
49
- # rubocop:enable Style/ClassVars
50
49
  end
@@ -3,7 +3,7 @@
3
3
  module PriceHubble
4
4
  # Handles all the identity retrieval high-level logic.
5
5
  #
6
- # rubocop:disable Style/ClassVars -- because we split module code
6
+ # rubocop:disable-next Style/ClassVars -- because we split module code
7
7
  module Identity
8
8
  extend ActiveSupport::Concern
9
9
 
@@ -43,5 +43,4 @@ module PriceHubble
43
43
  end
44
44
  end
45
45
  end
46
- # rubocop:enable Style/ClassVars
47
46
  end
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module PriceHubble
5
5
  # The version of the +price-hubble+ gem
6
- VERSION = '3.2.0'
6
+ VERSION = '3.3.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: pricehubble
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  - !ruby/object:Gem::Version
248
248
  version: '0'
249
249
  requirements: []
250
- rubygems_version: 4.0.11
250
+ rubygems_version: 4.0.16
251
251
  specification_version: 4
252
252
  summary: Ruby client for the PriceHubble REST API
253
253
  test_files: []