remove_bg 2.2.0 → 2.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/.circleci/config.yml +2 -2
- data/.tool-versions +1 -1
- data/CHANGELOG.md +34 -0
- data/Gemfile.lock +25 -27
- data/lib/remove_bg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d16c1fdef6bcc039ba7252791954a6ea89883d1c85ac2698d78bb82088af6b52
|
|
4
|
+
data.tar.gz: 3ad41070a38ccc3df794f2d45fee44731db207a10585e5af3e7feceb6359db7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 955fba3c95cb6f7e059ddb7ed94b42ebbfebba83ba4e8d7963506844fb65d61700703f552ec07097cd52a937cff15a7e4a29af1205372f728eb88b0e10cda733
|
|
7
|
+
data.tar.gz: 1b2978be3dfecce2102c8ccc50bdda36128e4e9fdc2fc1ebcc5fda6fedd9b01e05459d9f92cf42d73a2ffab3db5709a24dca58ee93e2eb8811085bb169ee0ff9
|
data/.circleci/config.yml
CHANGED
|
@@ -18,7 +18,7 @@ parameters:
|
|
|
18
18
|
default: main
|
|
19
19
|
default-ruby:
|
|
20
20
|
type: string
|
|
21
|
-
default: 3.4.
|
|
21
|
+
default: 3.4.7
|
|
22
22
|
|
|
23
23
|
# Define common YAML anchors
|
|
24
24
|
x-common-auth: &common-auth
|
|
@@ -344,7 +344,7 @@ workflows:
|
|
|
344
344
|
matrix:
|
|
345
345
|
parameters:
|
|
346
346
|
os: ["docker", "macos"]
|
|
347
|
-
ruby-version: ["3.4.
|
|
347
|
+
ruby-version: ["3.4.7", "3.3.9", "3.2.9", "3.1.7"]
|
|
348
348
|
filters:
|
|
349
349
|
tags:
|
|
350
350
|
only: /^\d+\.\d+\.\d+$/
|
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby 3.4.
|
|
1
|
+
ruby 3.4.7 3.3.9 3.2.9 3.1.7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
## What's Changed
|
|
6
|
+
* Update all Bundler dependencies (2025-03-26) by @depfu[bot] in https://github.com/remove-bg/ruby/pull/58
|
|
7
|
+
* Update all Bundler dependencies (2025-04-09) by @depfu[bot] in https://github.com/remove-bg/ruby/pull/59
|
|
8
|
+
* 🚨 [security] Update thor 1.3.2 → 1.4.0 (minor) by @depfu[bot] in https://github.com/remove-bg/ruby/pull/64
|
|
9
|
+
* Update all Bundler dependencies (2025-05-02) by @depfu[bot] in https://github.com/remove-bg/ruby/pull/63
|
|
10
|
+
* Update Ruby 3.3.7 → 3.3.8 by @depfu[bot] in https://github.com/remove-bg/ruby/pull/60
|
|
11
|
+
* Update all Bundler dependencies (2025-07-25) by @depfu[bot] in https://github.com/remove-bg/ruby/pull/65
|
|
12
|
+
* Add Ruby 3.4 support and newer Faraday versions by @otherguy in https://github.com/remove-bg/ruby/pull/66
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
**Full Changelog**: https://github.com/remove-bg/ruby/compare/2.1.1...2.2.0
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#### 🚀 Enhancements:
|
|
21
|
+
|
|
22
|
+
- Add Ruby 3.4 support and newer Faraday versions [#66](https://github.com/remove-bg/ruby/pull/66)
|
|
23
|
+
|
|
24
|
+
#### 🚨 Security
|
|
25
|
+
|
|
26
|
+
- 🚨 [security] Update thor 1.3.2 → 1.4.0 (minor) [#64](https://github.com/remove-bg/ruby/pull/64)
|
|
27
|
+
|
|
28
|
+
#### 🔀 Dependencies
|
|
29
|
+
|
|
30
|
+
- Update all Bundler dependencies (2025-07-25) [#65](https://github.com/remove-bg/ruby/pull/65)
|
|
31
|
+
- Update Ruby 3.3.7 → 3.3.8 [#60](https://github.com/remove-bg/ruby/pull/60)
|
|
32
|
+
- Update all Bundler dependencies (2025-05-02) [#63](https://github.com/remove-bg/ruby/pull/63)
|
|
33
|
+
- Update all Bundler dependencies (2025-04-09) [#59](https://github.com/remove-bg/ruby/pull/59)
|
|
34
|
+
- Update all Bundler dependencies (2025-03-26) [#58](https://github.com/remove-bg/ruby/pull/58)
|
|
35
|
+
|
|
36
|
+
|
|
3
37
|
## 2.1.1
|
|
4
38
|
|
|
5
39
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
remove_bg (2.2.
|
|
4
|
+
remove_bg (2.2.1)
|
|
5
5
|
faraday (>= 2, <= 3)
|
|
6
6
|
faraday-multipart (~> 1.0)
|
|
7
7
|
faraday-retry (~> 2.2)
|
|
@@ -19,14 +19,14 @@ GEM
|
|
|
19
19
|
thor (>= 0.14.0)
|
|
20
20
|
ast (2.4.3)
|
|
21
21
|
base64 (0.3.0)
|
|
22
|
-
bigdecimal (3.
|
|
22
|
+
bigdecimal (3.3.1)
|
|
23
23
|
coderay (1.1.3)
|
|
24
24
|
crack (1.0.0)
|
|
25
25
|
bigdecimal
|
|
26
26
|
rexml
|
|
27
27
|
diff-lcs (1.6.2)
|
|
28
28
|
docile (1.4.1)
|
|
29
|
-
faraday (2.
|
|
29
|
+
faraday (2.14.0)
|
|
30
30
|
faraday-net_http (>= 2.0, < 3.5)
|
|
31
31
|
json
|
|
32
32
|
logger
|
|
@@ -39,26 +39,26 @@ GEM
|
|
|
39
39
|
ffi (1.17.2)
|
|
40
40
|
ffi (1.17.2-arm64-darwin)
|
|
41
41
|
ffi (1.17.2-x86_64-linux-gnu)
|
|
42
|
-
hashdiff (1.2.
|
|
42
|
+
hashdiff (1.2.1)
|
|
43
43
|
htmlentities (4.3.4)
|
|
44
44
|
image_processing (1.14.0)
|
|
45
45
|
mini_magick (>= 4.9.5, < 6)
|
|
46
46
|
ruby-vips (>= 2.0.17, < 3)
|
|
47
|
-
json (2.
|
|
47
|
+
json (2.15.1)
|
|
48
48
|
language_server-protocol (3.17.0.5)
|
|
49
49
|
lint_roller (1.1.0)
|
|
50
50
|
logger (1.7.0)
|
|
51
51
|
method_source (1.1.0)
|
|
52
|
-
mini_magick (5.3.
|
|
52
|
+
mini_magick (5.3.1)
|
|
53
53
|
logger
|
|
54
54
|
multipart-post (2.4.1)
|
|
55
55
|
net-http (0.6.0)
|
|
56
56
|
uri
|
|
57
57
|
parallel (1.27.0)
|
|
58
|
-
parser (3.3.
|
|
58
|
+
parser (3.3.9.0)
|
|
59
59
|
ast (~> 2.4.1)
|
|
60
60
|
racc
|
|
61
|
-
prism (1.
|
|
61
|
+
prism (1.6.0)
|
|
62
62
|
pry (0.15.2)
|
|
63
63
|
coderay (~> 1.1)
|
|
64
64
|
method_source (~> 1.0)
|
|
@@ -66,29 +66,29 @@ GEM
|
|
|
66
66
|
racc (1.8.1)
|
|
67
67
|
rainbow (3.1.1)
|
|
68
68
|
rake (13.3.0)
|
|
69
|
-
regexp_parser (2.
|
|
70
|
-
rexml (3.4.
|
|
71
|
-
rspec (3.13.
|
|
69
|
+
regexp_parser (2.11.3)
|
|
70
|
+
rexml (3.4.4)
|
|
71
|
+
rspec (3.13.2)
|
|
72
72
|
rspec-core (~> 3.13.0)
|
|
73
73
|
rspec-expectations (~> 3.13.0)
|
|
74
74
|
rspec-mocks (~> 3.13.0)
|
|
75
|
-
rspec-core (3.13.
|
|
75
|
+
rspec-core (3.13.6)
|
|
76
76
|
rspec-support (~> 3.13.0)
|
|
77
77
|
rspec-expectations (3.13.5)
|
|
78
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
79
79
|
rspec-support (~> 3.13.0)
|
|
80
|
-
rspec-mocks (3.13.
|
|
80
|
+
rspec-mocks (3.13.6)
|
|
81
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
82
82
|
rspec-support (~> 3.13.0)
|
|
83
83
|
rspec-sonarqube-formatter (1.6.4)
|
|
84
84
|
htmlentities (~> 4.3)
|
|
85
85
|
rspec (~> 3.0)
|
|
86
|
-
rspec-support (3.13.
|
|
86
|
+
rspec-support (3.13.6)
|
|
87
87
|
rspec-with_params (0.3.0)
|
|
88
88
|
rspec (~> 3.0)
|
|
89
89
|
rspec_junit_formatter (0.6.0)
|
|
90
90
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
91
|
-
rubocop (1.
|
|
91
|
+
rubocop (1.81.6)
|
|
92
92
|
json (~> 2.3)
|
|
93
93
|
language_server-protocol (~> 3.17.0.2)
|
|
94
94
|
lint_roller (~> 1.1.0)
|
|
@@ -96,25 +96,24 @@ GEM
|
|
|
96
96
|
parser (>= 3.3.0.2)
|
|
97
97
|
rainbow (>= 2.2.2, < 4.0)
|
|
98
98
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
99
|
-
rubocop-ast (>= 1.
|
|
99
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
100
100
|
ruby-progressbar (~> 1.7)
|
|
101
|
-
tsort (>= 0.2.0)
|
|
102
101
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
103
|
-
rubocop-ast (1.
|
|
102
|
+
rubocop-ast (1.47.1)
|
|
104
103
|
parser (>= 3.3.7.2)
|
|
105
104
|
prism (~> 1.4)
|
|
106
|
-
rubocop-performance (1.
|
|
105
|
+
rubocop-performance (1.26.1)
|
|
107
106
|
lint_roller (~> 1.1)
|
|
108
107
|
rubocop (>= 1.75.0, < 2.0)
|
|
109
|
-
rubocop-ast (>= 1.
|
|
108
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
110
109
|
rubocop-rake (0.7.1)
|
|
111
110
|
lint_roller (~> 1.1)
|
|
112
111
|
rubocop (>= 1.72.1)
|
|
113
|
-
rubocop-rspec (3.
|
|
112
|
+
rubocop-rspec (3.7.0)
|
|
114
113
|
lint_roller (~> 1.1)
|
|
115
114
|
rubocop (~> 1.72, >= 1.72.1)
|
|
116
115
|
ruby-progressbar (1.13.0)
|
|
117
|
-
ruby-vips (2.2.
|
|
116
|
+
ruby-vips (2.2.5)
|
|
118
117
|
ffi (~> 1.12)
|
|
119
118
|
logger
|
|
120
119
|
rubyzip (2.4.1)
|
|
@@ -128,11 +127,10 @@ GEM
|
|
|
128
127
|
simplecov-html (0.13.2)
|
|
129
128
|
simplecov_json_formatter (0.1.4)
|
|
130
129
|
thor (1.4.0)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
uri (1.0.3)
|
|
130
|
+
unicode-display_width (3.2.0)
|
|
131
|
+
unicode-emoji (~> 4.1)
|
|
132
|
+
unicode-emoji (4.1.0)
|
|
133
|
+
uri (1.0.4)
|
|
136
134
|
vcr (6.3.1)
|
|
137
135
|
base64
|
|
138
136
|
vcr_better_binary (0.2.0)
|
data/lib/remove_bg/version.rb
CHANGED