remove_bg 2.0.4 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c544005473803f82c51561f0ed9dbde2bde5ef844e75cc2fe1d1f9a70a29d893
4
- data.tar.gz: 8198a7fb4ab6201ff65da29bcaebb9efe435286feed245703745c6f7b9a21d02
3
+ metadata.gz: 6362afd6472bde35e1479b265c0e078572c464b893dc9b72d4cc1816dc512039
4
+ data.tar.gz: 3cb5ed3b6bf445288b8af76fdacb37b60b9a84368f8678505abf4aa70a62e840
5
5
  SHA512:
6
- metadata.gz: 01f324e710ddecd7a387a5d74ef67c6347b2035ea2b5acba15a5fe3769da875cb705213a5cde74f0d57715b9fe4154bf9057fec18e8357f7359904fbb791d949
7
- data.tar.gz: 1f32967c1ce1ac6ab7a8c6100b960a642b440909a8a2198f24d5125a709c357dbdf36944e2f28fcb3ff2003fb99e6c910cf93e79f4ac3310c794eccc2ab4479b
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)
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.8)
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.1)
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.4)
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.0)
40
- ffi (1.17.0-arm64-darwin)
41
- ffi (1.17.0-x86_64-linux-gnu)
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.8.2)
47
+ json (2.9.1)
48
48
  language_server-protocol (3.17.0.3)
49
- logger (1.6.1)
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.5.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.0)
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.9.2)
67
- rexml (3.3.9)
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.2)
80
+ rspec-sonarqube-formatter (1.6.3)
81
81
  htmlentities (~> 4.3)
82
82
  rspec (~> 3.0)
83
- rspec-support (3.13.1)
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.68.0)
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.4, < 3.0)
95
- rubocop-ast (>= 1.32.2, < 2.0)
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, < 3.0)
98
- rubocop-ast (1.36.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.0)
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.2.0)
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.3.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 (2.6.0)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RemoveBg
4
- VERSION = "2.0.4"
4
+ VERSION = "2.0.6"
5
5
  end
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
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: 2024-11-20 00:00:00.000000000 Z
11
+ date: 2025-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday