paddle 2.1.2 → 2.1.3

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: 7c5311f039c9752abbee3441651b3ce883a7510dd623adda0ad072ca2af5d1d8
4
- data.tar.gz: baecbf364ccc785580d3773825065d7b53538f0f7f3961417e6f27714abc1809
3
+ metadata.gz: 457fd5bd63d3324da10687d2796e4582e2693021ab8a6fa7bfeddbfa7b47dda0
4
+ data.tar.gz: 38ef8f0c9baf2ddc2515d1a3a1c9a032e5c3a8788299052762e4741f1f81e236
5
5
  SHA512:
6
- metadata.gz: 366a5b93b873a672c301053766561e1df38198dcdbd19f6db6545c59e68b40f12c2717a0250e373286ba298e95d0baef5fa74784634666c9667590b7c9c7ecfb
7
- data.tar.gz: b321361bd7ad221c3f2eab2a05c9a7db79cae069bd4963bac647f92b34a25c81b68998a2436870eae6aa26acddf50644b3c8791209aa9372e35b2d567b9183f4
6
+ metadata.gz: c2c14b85b564116f6b5c3d771b010b4fefa66ef9e899960c6bd3fc9e0919a9e864b398d73106318e62c2bb8c4684a8a2f5b211ff9e6ec67fcdfd337b1b6465a8
7
+ data.tar.gz: c604c94ac7770198ed78f57318327efcbf293d68a127bfdfcb419a4aa52aa7ee4db8ac7542df3d9045b662d5a5b6a3cbea9aa3f02be7559b8e04232db6eb6c33
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paddle (2.1.2)
4
+ paddle (2.1.3)
5
5
  faraday (~> 2.0)
6
6
 
7
7
  GEM
@@ -72,7 +72,7 @@ module Paddle
72
72
  def connection
73
73
  @connection ||= Faraday.new(url) do |conn|
74
74
  conn.headers = {
75
- "User-Agent" => "paddlerb/v#{VERSION} (github.com/deanpcmad/paddlerb)"
75
+ "User-Agent" => "paddle/v#{VERSION} (github.com/deanpcmad/paddle)"
76
76
  }
77
77
 
78
78
  conn.request :json
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Paddle
4
- VERSION = "2.1.2"
4
+ VERSION = "2.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paddle
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-18 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.4.10
111
+ rubygems_version: 3.4.21
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Ruby library for the Paddle Billing & Classic APIs