remove_bg 2.0.4 → 2.0.6
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/CHANGELOG.md +41 -0
- data/Gemfile.lock +27 -25
- data/lib/remove_bg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6362afd6472bde35e1479b265c0e078572c464b893dc9b72d4cc1816dc512039
|
|
4
|
+
data.tar.gz: 3cb5ed3b6bf445288b8af76fdacb37b60b9a84368f8678505abf4aa70a62e840
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0fcf84f6d652f53ebcdbc2b01ce3fcfe1dcb0c9a8b0a7bb79277f8b0905aae9562352574635ca91df0a8600e2001f36111a9640e136ee98502dc565aa5b8996
|
|
7
|
+
data.tar.gz: 67c490aca0948ef805a7a0fd794e6e88593174cb8180ef1c629493e338a32bc88b7b4f57094f177b68375f3fa1190a43e56852c3defb36ed4f0c155cbcf8bec8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.5
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
#### 🔀 Dependencies
|
|
11
|
+
|
|
12
|
+
- Update all Bundler dependencies (2025-01-01) [#49](https://github.com/remove-bg/ruby/pull/49)
|
|
13
|
+
- Update all Bundler dependencies (2024-12-19) [#48](https://github.com/remove-bg/ruby/pull/48)
|
|
14
|
+
- Update all Bundler dependencies (2024-12-04) [#47](https://github.com/remove-bg/ruby/pull/47)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 2.0.4
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
#### 🚨 Security
|
|
25
|
+
|
|
26
|
+
- 🚨 [security] Update rexml 3.3.7 → 3.3.9 (patch) [#43](https://github.com/remove-bg/ruby/pull/43)
|
|
27
|
+
|
|
28
|
+
#### 🔀 Dependencies
|
|
29
|
+
|
|
30
|
+
- Update all Bundler dependencies (2024-11-20) [#46](https://github.com/remove-bg/ruby/pull/46)
|
|
31
|
+
- Update all Bundler dependencies (2024-11-13) [#45](https://github.com/remove-bg/ruby/pull/45)
|
|
32
|
+
- Update Ruby 3.3.5 → 3.3.6 [#44](https://github.com/remove-bg/ruby/pull/44)
|
|
33
|
+
- Update all Bundler dependencies (2024-09-11) [#42](https://github.com/remove-bg/ruby/pull/42)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 2.0.3
|
|
37
|
+
|
|
38
|
+
## What's Changed
|
|
39
|
+
* Update all Bundler dependencies (2024-08-28) by @depfu in https://github.com/remove-bg/ruby/pull/41
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
**Full Changelog**: https://github.com/remove-bg/ruby/compare/2.0.2...2.0.3
|
|
43
|
+
|
|
3
44
|
## 2.0.2
|
|
4
45
|
|
|
5
46
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
remove_bg (2.0.
|
|
4
|
+
remove_bg (2.0.6)
|
|
5
5
|
faraday (>= 2, <= 3)
|
|
6
6
|
faraday-multipart (~> 1.0)
|
|
7
7
|
faraday-retry (~> 2.2)
|
|
@@ -19,52 +19,52 @@ GEM
|
|
|
19
19
|
thor (>= 0.14.0)
|
|
20
20
|
ast (2.4.2)
|
|
21
21
|
base64 (0.2.0)
|
|
22
|
-
bigdecimal (3.1.
|
|
22
|
+
bigdecimal (3.1.9)
|
|
23
23
|
coderay (1.1.3)
|
|
24
24
|
crack (1.0.0)
|
|
25
25
|
bigdecimal
|
|
26
26
|
rexml
|
|
27
27
|
diff-lcs (1.5.1)
|
|
28
28
|
docile (1.4.1)
|
|
29
|
-
faraday (2.12.
|
|
29
|
+
faraday (2.12.2)
|
|
30
30
|
faraday-net_http (>= 2.0, < 3.5)
|
|
31
31
|
json
|
|
32
32
|
logger
|
|
33
|
-
faraday-multipart (1.0
|
|
34
|
-
multipart-post (~> 2)
|
|
33
|
+
faraday-multipart (1.1.0)
|
|
34
|
+
multipart-post (~> 2.0)
|
|
35
35
|
faraday-net_http (3.4.0)
|
|
36
36
|
net-http (>= 0.5.0)
|
|
37
37
|
faraday-retry (2.2.1)
|
|
38
38
|
faraday (~> 2.0)
|
|
39
|
-
ffi (1.17.
|
|
40
|
-
ffi (1.17.
|
|
41
|
-
ffi (1.17.
|
|
39
|
+
ffi (1.17.1)
|
|
40
|
+
ffi (1.17.1-arm64-darwin)
|
|
41
|
+
ffi (1.17.1-x86_64-linux-gnu)
|
|
42
42
|
hashdiff (1.1.2)
|
|
43
43
|
htmlentities (4.3.4)
|
|
44
44
|
image_processing (1.13.0)
|
|
45
45
|
mini_magick (>= 4.9.5, < 5)
|
|
46
46
|
ruby-vips (>= 2.0.17, < 3)
|
|
47
|
-
json (2.
|
|
47
|
+
json (2.9.1)
|
|
48
48
|
language_server-protocol (3.17.0.3)
|
|
49
|
-
logger (1.6.
|
|
49
|
+
logger (1.6.5)
|
|
50
50
|
method_source (1.1.0)
|
|
51
51
|
mini_magick (4.13.2)
|
|
52
52
|
multipart-post (2.4.1)
|
|
53
|
-
net-http (0.
|
|
53
|
+
net-http (0.6.0)
|
|
54
54
|
uri
|
|
55
55
|
parallel (1.26.3)
|
|
56
56
|
parser (3.3.6.0)
|
|
57
57
|
ast (~> 2.4.1)
|
|
58
58
|
racc
|
|
59
|
-
pry (0.15.
|
|
59
|
+
pry (0.15.2)
|
|
60
60
|
coderay (~> 1.1)
|
|
61
61
|
method_source (~> 1.0)
|
|
62
62
|
public_suffix (6.0.1)
|
|
63
63
|
racc (1.8.1)
|
|
64
64
|
rainbow (3.1.1)
|
|
65
65
|
rake (13.2.1)
|
|
66
|
-
regexp_parser (2.
|
|
67
|
-
rexml (3.
|
|
66
|
+
regexp_parser (2.10.0)
|
|
67
|
+
rexml (3.4.0)
|
|
68
68
|
rspec (3.13.0)
|
|
69
69
|
rspec-core (~> 3.13.0)
|
|
70
70
|
rspec-expectations (~> 3.13.0)
|
|
@@ -77,38 +77,38 @@ GEM
|
|
|
77
77
|
rspec-mocks (3.13.2)
|
|
78
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
79
79
|
rspec-support (~> 3.13.0)
|
|
80
|
-
rspec-sonarqube-formatter (1.6.
|
|
80
|
+
rspec-sonarqube-formatter (1.6.3)
|
|
81
81
|
htmlentities (~> 4.3)
|
|
82
82
|
rspec (~> 3.0)
|
|
83
|
-
rspec-support (3.13.
|
|
83
|
+
rspec-support (3.13.2)
|
|
84
84
|
rspec-with_params (0.3.0)
|
|
85
85
|
rspec (~> 3.0)
|
|
86
86
|
rspec_junit_formatter (0.6.0)
|
|
87
87
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
88
|
-
rubocop (1.
|
|
88
|
+
rubocop (1.70.0)
|
|
89
89
|
json (~> 2.3)
|
|
90
90
|
language_server-protocol (>= 3.17.0)
|
|
91
91
|
parallel (~> 1.10)
|
|
92
92
|
parser (>= 3.3.0.2)
|
|
93
93
|
rainbow (>= 2.2.2, < 4.0)
|
|
94
|
-
regexp_parser (>= 2.
|
|
95
|
-
rubocop-ast (>= 1.
|
|
94
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
95
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
|
96
96
|
ruby-progressbar (~> 1.7)
|
|
97
|
-
unicode-display_width (>= 2.4.0, <
|
|
98
|
-
rubocop-ast (1.
|
|
97
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
98
|
+
rubocop-ast (1.37.0)
|
|
99
99
|
parser (>= 3.3.1.0)
|
|
100
|
-
rubocop-performance (1.23.
|
|
100
|
+
rubocop-performance (1.23.1)
|
|
101
101
|
rubocop (>= 1.48.1, < 2.0)
|
|
102
102
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
103
103
|
rubocop-rake (0.6.0)
|
|
104
104
|
rubocop (~> 1.0)
|
|
105
|
-
rubocop-rspec (3.
|
|
105
|
+
rubocop-rspec (3.3.0)
|
|
106
106
|
rubocop (~> 1.61)
|
|
107
107
|
ruby-progressbar (1.13.0)
|
|
108
108
|
ruby-vips (2.2.2)
|
|
109
109
|
ffi (~> 1.12)
|
|
110
110
|
logger
|
|
111
|
-
rubyzip (2.
|
|
111
|
+
rubyzip (2.4.1)
|
|
112
112
|
simplecov (0.22.0)
|
|
113
113
|
docile (~> 1.1)
|
|
114
114
|
simplecov-html (~> 0.11)
|
|
@@ -119,7 +119,9 @@ GEM
|
|
|
119
119
|
simplecov-html (0.13.1)
|
|
120
120
|
simplecov_json_formatter (0.1.4)
|
|
121
121
|
thor (1.3.2)
|
|
122
|
-
unicode-display_width (
|
|
122
|
+
unicode-display_width (3.1.4)
|
|
123
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
124
|
+
unicode-emoji (4.0.4)
|
|
123
125
|
uri (1.0.2)
|
|
124
126
|
vcr (6.3.1)
|
|
125
127
|
base64
|
data/lib/remove_bg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remove_bg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Canva Austria GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|