remove_bg 2.0.3 → 2.0.5

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: 465ae2d55918727ac5874bfa68403b3a2e6c7d74efc169ecee18baab06a56de7
4
- data.tar.gz: fccccce4d4bc0db6a24bc917bac9e06eb1740963adc76799d58da9c08e5fca02
3
+ metadata.gz: 1f2c60c55b29b65f190369549b6a58f566e560978032d634b4d990c9d9b12d1d
4
+ data.tar.gz: fc859d7e0bc897929737f3a578203be168b3aa95e6047389f16369216d95f0da
5
5
  SHA512:
6
- metadata.gz: b6f98701d41bab477be50090a6310dbcfa34595577f0f860b6dde3082a9d96add1b9748b1b59ff8ab89b2231dd3d73f87a71714cdb8c02325368615313b2e6e4
7
- data.tar.gz: d5571c97be911f7442cc09c92734befdbf968abd423892467e77a566f5503785285bca5f216560d17e9b963c555115e8cec5c9374574dff70398f051e1c5a1dd
6
+ metadata.gz: 318a16b13d668d7a23ffb392235461f40d7f9ca850eb061c767b9fb7c95177831335001af5f0ad7248255e61e87872d20d198dea0244ae78e7fd2013709793f5
7
+ data.tar.gz: d3cabb541cb27a3441b75250de4a742e4d2c089ab4aa5d256a53fb975297057c65f71a3bc0911f5b157c3c1ffee24aa3c97257bb70e27cbb64ef75050425e8b5
data/.circleci/config.yml CHANGED
@@ -4,6 +4,7 @@ version: 2.1
4
4
  # Used Orbs (https://circleci.com/docs/2.0/using-orbs/)
5
5
  orbs:
6
6
  ruby: circleci/ruby@2.1
7
+ node: circleci/node@5.2
7
8
  sonarcloud: sonarsource/sonarcloud@2.0
8
9
  asdf: rynkowsg/asdf@0.1
9
10
  codecov: codecov/codecov@4.1
@@ -17,7 +18,7 @@ parameters:
17
18
  default: main
18
19
  default-ruby:
19
20
  type: string
20
- default: "3.3.5"
21
+ default: "3.3.6"
21
22
 
22
23
  # Define common YAML anchors
23
24
  x-common-auth: &common-auth
@@ -166,7 +167,7 @@ jobs:
166
167
  # Sonarcloud Job
167
168
  sonarcloud:
168
169
  docker:
169
- - image: cimg/openjdk:21.0
170
+ - image: cimg/openjdk:21.0-node
170
171
  <<: *common-auth
171
172
  resource_class: small
172
173
  steps:
@@ -198,6 +199,8 @@ jobs:
198
199
  CHANGELOG_FILENAME: CHANGELOG.md
199
200
  steps:
200
201
  - github/install
202
+ - node/install:
203
+ node-version: latest
201
204
  - run:
202
205
  name: Install ImageMagick, libvips and libffi
203
206
  command: |
@@ -303,7 +306,7 @@ workflows:
303
306
  matrix:
304
307
  parameters:
305
308
  os: ["docker", "macos"]
306
- ruby-version: ["3.3.5", "3.2.3", "3.1.6"]
309
+ ruby-version: ["3.3.6", "3.2.3", "3.1.6"]
307
310
  filters:
308
311
  tags:
309
312
  only: /^\d+\.\d+\.\d+$/
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.3.5 3.2.3 3.1.6
1
+ ruby 3.3.6 3.2.3 3.1.6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.4
4
+
5
+
6
+
7
+ ---
8
+
9
+
10
+ #### 🚨 Security
11
+
12
+ - 🚨 [security] Update rexml 3.3.7 → 3.3.9 (patch) [#43](https://github.com/remove-bg/ruby/pull/43)
13
+
14
+ #### 🔀 Dependencies
15
+
16
+ - Update all Bundler dependencies (2024-11-20) [#46](https://github.com/remove-bg/ruby/pull/46)
17
+ - Update all Bundler dependencies (2024-11-13) [#45](https://github.com/remove-bg/ruby/pull/45)
18
+ - Update Ruby 3.3.5 → 3.3.6 [#44](https://github.com/remove-bg/ruby/pull/44)
19
+ - Update all Bundler dependencies (2024-09-11) [#42](https://github.com/remove-bg/ruby/pull/42)
20
+
21
+
22
+ ## 2.0.3
23
+
24
+ ## What's Changed
25
+ * Update all Bundler dependencies (2024-08-28) by @depfu in https://github.com/remove-bg/ruby/pull/41
26
+
27
+
28
+ **Full Changelog**: https://github.com/remove-bg/ruby/compare/2.0.2...2.0.3
29
+
3
30
  ## 2.0.2
4
31
 
5
32
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- remove_bg (2.0.3)
4
+ remove_bg (2.0.5)
5
5
  faraday (>= 2, <= 3)
6
6
  faraday-multipart (~> 1.0)
7
7
  faraday-retry (~> 2.2)
@@ -19,89 +19,90 @@ 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.11.0)
30
- faraday-net_http (>= 2.0, < 3.4)
29
+ faraday (2.12.2)
30
+ faraday-net_http (>= 2.0, < 3.5)
31
+ json
31
32
  logger
32
- faraday-multipart (1.0.4)
33
- multipart-post (~> 2)
34
- faraday-net_http (3.3.0)
35
- net-http
33
+ faraday-multipart (1.1.0)
34
+ multipart-post (~> 2.0)
35
+ faraday-net_http (3.4.0)
36
+ net-http (>= 0.5.0)
36
37
  faraday-retry (2.2.1)
37
38
  faraday (~> 2.0)
38
- ffi (1.17.0)
39
- ffi (1.17.0-arm64-darwin)
40
- ffi (1.17.0-x86_64-linux-gnu)
41
- hashdiff (1.1.1)
39
+ ffi (1.17.1)
40
+ ffi (1.17.1-arm64-darwin)
41
+ ffi (1.17.1-x86_64-linux-gnu)
42
+ hashdiff (1.1.2)
42
43
  htmlentities (4.3.4)
43
44
  image_processing (1.13.0)
44
45
  mini_magick (>= 4.9.5, < 5)
45
46
  ruby-vips (>= 2.0.17, < 3)
46
- json (2.7.2)
47
+ json (2.9.1)
47
48
  language_server-protocol (3.17.0.3)
48
- logger (1.6.1)
49
+ logger (1.6.4)
49
50
  method_source (1.1.0)
50
51
  mini_magick (4.13.2)
51
52
  multipart-post (2.4.1)
52
- net-http (0.4.1)
53
+ net-http (0.6.0)
53
54
  uri
54
55
  parallel (1.26.3)
55
- parser (3.3.5.0)
56
+ parser (3.3.6.0)
56
57
  ast (~> 2.4.1)
57
58
  racc
58
- pry (0.14.2)
59
+ pry (0.15.2)
59
60
  coderay (~> 1.1)
60
61
  method_source (~> 1.0)
61
62
  public_suffix (6.0.1)
62
63
  racc (1.8.1)
63
64
  rainbow (3.1.1)
64
65
  rake (13.2.1)
65
- regexp_parser (2.9.2)
66
- rexml (3.3.7)
66
+ regexp_parser (2.10.0)
67
+ rexml (3.4.0)
67
68
  rspec (3.13.0)
68
69
  rspec-core (~> 3.13.0)
69
70
  rspec-expectations (~> 3.13.0)
70
71
  rspec-mocks (~> 3.13.0)
71
- rspec-core (3.13.1)
72
+ rspec-core (3.13.2)
72
73
  rspec-support (~> 3.13.0)
73
- rspec-expectations (3.13.2)
74
+ rspec-expectations (3.13.3)
74
75
  diff-lcs (>= 1.2.0, < 2.0)
75
76
  rspec-support (~> 3.13.0)
76
- rspec-mocks (3.13.1)
77
+ rspec-mocks (3.13.2)
77
78
  diff-lcs (>= 1.2.0, < 2.0)
78
79
  rspec-support (~> 3.13.0)
79
- rspec-sonarqube-formatter (1.5.0)
80
- htmlentities (~> 4.3.3)
80
+ rspec-sonarqube-formatter (1.6.2)
81
+ htmlentities (~> 4.3)
81
82
  rspec (~> 3.0)
82
- rspec-support (3.13.1)
83
+ rspec-support (3.13.2)
83
84
  rspec-with_params (0.3.0)
84
85
  rspec (~> 3.0)
85
86
  rspec_junit_formatter (0.6.0)
86
87
  rspec-core (>= 2, < 4, != 2.12.0)
87
- rubocop (1.66.1)
88
+ rubocop (1.69.2)
88
89
  json (~> 2.3)
89
90
  language_server-protocol (>= 3.17.0)
90
91
  parallel (~> 1.10)
91
92
  parser (>= 3.3.0.2)
92
93
  rainbow (>= 2.2.2, < 4.0)
93
- regexp_parser (>= 2.4, < 3.0)
94
- rubocop-ast (>= 1.32.2, < 2.0)
94
+ regexp_parser (>= 2.9.3, < 3.0)
95
+ rubocop-ast (>= 1.36.2, < 2.0)
95
96
  ruby-progressbar (~> 1.7)
96
- unicode-display_width (>= 2.4.0, < 3.0)
97
- rubocop-ast (1.32.3)
97
+ unicode-display_width (>= 2.4.0, < 4.0)
98
+ rubocop-ast (1.37.0)
98
99
  parser (>= 3.3.1.0)
99
- rubocop-performance (1.21.1)
100
+ rubocop-performance (1.23.0)
100
101
  rubocop (>= 1.48.1, < 2.0)
101
102
  rubocop-ast (>= 1.31.1, < 2.0)
102
103
  rubocop-rake (0.6.0)
103
104
  rubocop (~> 1.0)
104
- rubocop-rspec (3.0.4)
105
+ rubocop-rspec (3.3.0)
105
106
  rubocop (~> 1.61)
106
107
  ruby-progressbar (1.13.0)
107
108
  ruby-vips (2.2.2)
@@ -115,16 +116,18 @@ GEM
115
116
  simplecov-cobertura (2.1.0)
116
117
  rexml
117
118
  simplecov (~> 0.19)
118
- simplecov-html (0.12.3)
119
+ simplecov-html (0.13.1)
119
120
  simplecov_json_formatter (0.1.4)
120
121
  thor (1.3.2)
121
- unicode-display_width (2.5.0)
122
- uri (0.13.1)
122
+ unicode-display_width (3.1.3)
123
+ unicode-emoji (~> 4.0, >= 4.0.4)
124
+ unicode-emoji (4.0.4)
125
+ uri (1.0.2)
123
126
  vcr (6.3.1)
124
127
  base64
125
128
  vcr_better_binary (0.2.0)
126
129
  vcr (>= 5.0)
127
- webmock (3.23.1)
130
+ webmock (3.24.0)
128
131
  addressable (>= 2.8.0)
129
132
  crack (>= 0.3.2)
130
133
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RemoveBg
4
- VERSION = "2.0.3"
4
+ VERSION = "2.0.5"
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.3
4
+ version: 2.0.5
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-09-05 00:00:00.000000000 Z
11
+ date: 2025-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -441,7 +441,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
441
441
  - !ruby/object:Gem::Version
442
442
  version: '0'
443
443
  requirements: []
444
- rubygems_version: 3.5.16
444
+ rubygems_version: 3.5.22
445
445
  signing_key:
446
446
  specification_version: 4
447
447
  summary: Remove image background - 100% automatically