dodopayments 1.84.0 → 1.84.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: '09c3a3f5b6ec355c27adb82a29968a5a1f77a9b5c64ecdd557eb5c435a964182'
4
- data.tar.gz: ad01a317caf09f01e0dccebbe453d927ff5677b0a0a349731193c630942a68c0
3
+ metadata.gz: 324bf8cbbd9bcd80662e42ea8c435c13b398180ae3df8fb4ed99512fe71fbbc9
4
+ data.tar.gz: b5eda0de71edffb57f3b5f8d441dcac1759911dcf2a9d0ae41c31daafbcaa6d5
5
5
  SHA512:
6
- metadata.gz: 1578c6bddac804c5b7de88a8f0842ce83ce5239472dc0029b189c2b805dbdbdbd32d3aa9c4d608b4052cf8c0ccfde6e1e1538fdbd3c3a3809b323bd67600d54f
7
- data.tar.gz: b984224d1b7862a61e38f368c436ee6309e02b9ae80bd79c2da2469af3150b0b44bf2594a16224264ba32ea41ea083993e988960c127e18ab163b35a8c75d625
6
+ metadata.gz: f865c4f972d364109860f3e7dbb3e7f919b344f5ea4afbf4d562c7a8861b66128c7a6b075495c17b80e2095f1c0300374b2d82d7bbe59bd7bf67bb3f70de7374
7
+ data.tar.gz: e0e6e3f4643cb2cc34dbe92a4c4ec237b4658d2aec409212d1361baf47e63168ef8a1f13f87a935288d8a3aac140be759e18093f01230d16f272bac93d61e900
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.84.1 (2026-02-27)
4
+
5
+ Full Changelog: [v1.84.0...v1.84.1](https://github.com/dodopayments/dodopayments-ruby/compare/v1.84.0...v1.84.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([1317060](https://github.com/dodopayments/dodopayments-ruby/commit/1317060af172f68ed0ca7dc1ca7d994ab1673d2a))
10
+
3
11
  ## 1.84.0 (2026-02-20)
4
12
 
5
13
  Full Changelog: [v1.81.1...v1.84.0](https://github.com/dodopayments/dodopayments-ruby/compare/v1.81.1...v1.84.0)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "dodopayments", "~> 1.84.0"
29
+ gem "dodopayments", "~> 1.84.1"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dodopayments
4
- VERSION = "1.84.0"
4
+ VERSION = "1.84.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dodopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.84.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dodo Payments
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-20 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi