patch_retention 0.2.0 → 0.2.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 +4 -4
- data/Gemfile.lock +27 -12
- data/lib/patch_retention/version.rb +1 -1
- data/patch_retention.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a2a099b064c0ef56c80743759676b3dc37d4de5ee636e0f2cf271ec5e7726c4
|
4
|
+
data.tar.gz: fa4eacdf94682e3156faa8a0580a0afcb803604f13187954bc87de0298726077
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1eeac799c480635c1120170d0d2bf5c4d44acf34b744e86e652fc4c0dd664d73b6c7523278b338e12aaed419647b6d8c14873269225347cf8b51cd7428020659
|
7
|
+
data.tar.gz: c948d3b077bd7e84c9753a60f1e962d736c5332a2122817caefef16c6be56d499d5037e5de4571f48378c07ee3e4ba4bf65f3a3d47993a940b0718dfe9b43b7d
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
patch_retention (0.2.
|
5
|
-
faraday (~>
|
4
|
+
patch_retention (0.2.1)
|
5
|
+
faraday (~> 1.10)
|
6
6
|
zeitwerk (~> 2.6)
|
7
7
|
|
8
8
|
GEM
|
@@ -23,19 +23,34 @@ GEM
|
|
23
23
|
rexml
|
24
24
|
diff-lcs (1.5.0)
|
25
25
|
dotenv (2.8.1)
|
26
|
-
faraday (
|
27
|
-
faraday-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
26
|
+
faraday (1.10.4)
|
27
|
+
faraday-em_http (~> 1.0)
|
28
|
+
faraday-em_synchrony (~> 1.0)
|
29
|
+
faraday-excon (~> 1.1)
|
30
|
+
faraday-httpclient (~> 1.0)
|
31
|
+
faraday-multipart (~> 1.0)
|
32
|
+
faraday-net_http (~> 1.0)
|
33
|
+
faraday-net_http_persistent (~> 1.0)
|
34
|
+
faraday-patron (~> 1.0)
|
35
|
+
faraday-rack (~> 1.0)
|
36
|
+
faraday-retry (~> 1.0)
|
37
|
+
ruby2_keywords (>= 0.0.4)
|
38
|
+
faraday-em_http (1.0.0)
|
39
|
+
faraday-em_synchrony (1.0.1)
|
40
|
+
faraday-excon (1.1.0)
|
41
|
+
faraday-httpclient (1.0.1)
|
42
|
+
faraday-multipart (1.1.1)
|
43
|
+
multipart-post (~> 2.0)
|
44
|
+
faraday-net_http (1.0.2)
|
45
|
+
faraday-net_http_persistent (1.2.0)
|
46
|
+
faraday-patron (1.0.0)
|
47
|
+
faraday-rack (1.0.0)
|
48
|
+
faraday-retry (1.0.3)
|
32
49
|
hashdiff (1.2.0)
|
33
50
|
json (2.7.0)
|
34
51
|
language_server-protocol (3.17.0.3)
|
35
|
-
logger (1.7.0)
|
36
52
|
method_source (1.0.0)
|
37
|
-
|
38
|
-
uri
|
53
|
+
multipart-post (2.4.1)
|
39
54
|
parallel (1.23.0)
|
40
55
|
parser (3.2.2.4)
|
41
56
|
ast (~> 2.4.1)
|
@@ -78,9 +93,9 @@ GEM
|
|
78
93
|
rubocop-shopify (2.15.1)
|
79
94
|
rubocop (~> 1.51)
|
80
95
|
ruby-progressbar (1.13.0)
|
96
|
+
ruby2_keywords (0.0.5)
|
81
97
|
thor (1.3.2)
|
82
98
|
unicode-display_width (2.5.0)
|
83
|
-
uri (1.0.3)
|
84
99
|
vcr (6.3.1)
|
85
100
|
base64
|
86
101
|
webmock (3.25.1)
|
data/patch_retention.gemspec
CHANGED
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
32
32
|
spec.require_paths = ["lib"]
|
33
33
|
|
34
34
|
# Runtime dependencies
|
35
|
-
spec.add_dependency("faraday", "~>
|
35
|
+
spec.add_dependency("faraday", "~> 1.10")
|
36
36
|
spec.add_dependency("zeitwerk", "~> 2.6")
|
37
37
|
|
38
38
|
# Development dependencies
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: patch_retention
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Playbypoint
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-07-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '
|
20
|
+
version: '1.10'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '
|
27
|
+
version: '1.10'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: zeitwerk
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|