unwrappr 0.8.2 → 0.8.3

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: 7ae6417dff4d5d1a73e92c782bb6c06b834f3ec95ed1c987f143e9321add4a65
4
- data.tar.gz: 18157c51c06f4a9106c9e0e502af2b0ff7290baf441012b76f9f7aef2ca6693b
3
+ metadata.gz: 014d8cae7eb89f4109bbf72f105e8c707b77b956ae813073902f9e65c3d16ddb
4
+ data.tar.gz: 8710978d82fee88f60314b7aafac85be8e74852b917e9ba41c093d31829cd301
5
5
  SHA512:
6
- metadata.gz: d875a24ddbd14f51d72f4ade136e24b4eb85a72624a692b3803482d4689bcdff513fc5a587bf18fde8f0200764908cc8837e326b1904f4cecf707edf1385dc01
7
- data.tar.gz: 14bae761a15aac69b97faddc67fb0c47ef169db1883a62175612ef5b3baee2aac59a83ca5c9b1f7a8ec853fca83739c1f279de3d1c59e9642f88c3c18eabd39d
6
+ metadata.gz: ef4f1fbfec42dcab1f48a5946fc4ba1b64edb74ad9db24ee815489e8ff218f53b0b0c08db889f4ef4139bc52cd143e0f7914e9aedd044f2729067b917a865951
7
+ data.tar.gz: e741f628f477c78ca8f90038f9939f77e7eb56283ef6c1c81a5a1b1ea8f0608daf7f214146b6da461542287187ce707a8770031d4ff285b1b45074ebbe46e852
data/CHANGELOG.md CHANGED
@@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- [Unreleased]: https://github.com/envato/unwrappr/compare/v0.8.2...HEAD
9
+ [Unreleased]: https://github.com/envato/unwrappr/compare/v0.8.3...HEAD
10
+
11
+ ## [0.8.3] 2025-12-29
12
+
13
+ ### Add
14
+ - Loosen Bundler dependency constraint to allow major version 4 ([#99]).
15
+ - Add Ruby 4.0 to the CI test matrix ([#99]).
16
+
17
+ [0.8.3]: https://github.com/envato/unwrappr/compare/v0.8.2...v0.8.3
18
+ [#99]: https://github.com/envato/unwrappr/pull/99
10
19
 
11
20
  ## [0.8.2] 2024-12-28
12
21
 
data/README.md CHANGED
@@ -79,11 +79,6 @@ See https://github.com/settings/tokens to set up personal access tokens.
79
79
  - [GitHub project](https://github.com/envato/unwrappr)
80
80
  - Bug reports and feature requests are welcome via [GitHub Issues](https://github.com/envato/unwrappr/issues)
81
81
 
82
- ## Maintainers
83
-
84
- - [Pete Johns](https://github.com/johnsyweb)
85
- - [Joe Sustaric](https://github.com/joesustaric)
86
-
87
82
  ## Authors
88
83
 
89
84
  - [Pete Johns](https://github.com/johnsyweb)
@@ -118,17 +113,13 @@ For larger new features: Do everything as above, but first also make contact wit
118
113
 
119
114
  ## About [![code with heart by Envato](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-Envato-ff69b4.svg?style=flat-square)](https://github.com/envato/unwrappr)
120
115
 
121
- This project is maintained by the [Envato engineering team][webuild] and funded by [Envato][envato].
122
-
123
- [<img src="http://opensource.envato.com/images/envato-oss-readme-logo.png" alt="Envato logo">][envato]
116
+ This project is maintained by the Envato engineering team and funded by [Envato][envato].
124
117
 
125
118
  Encouraging the use and creation of open source software is one of the ways we
126
- serve our community. See [our other projects][oss] or [come work with
127
- us][careers] where you'll find an incredibly diverse, intelligent and capable
128
- group of people who help make our company succeed and make our workplace fun,
129
- friendly and happy.
119
+ serve our community. Perhaps [come work with us][careers]
120
+ where you'll find an incredibly diverse, intelligent and capable group of people
121
+ who help make our company succeed and make our workplace fun, friendly and
122
+ happy.
130
123
 
131
- [webuild]: https://webuild.envato.com?utm_source=github
132
124
  [envato]: https://envato.com?utm_source=github
133
- [oss]: https://opensource.envato.com/?utm_source=github
134
125
  [careers]: https://envato.com/careers/?utm_source=github
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Unwrappr
4
- VERSION = '0.8.2'
4
+ VERSION = '0.8.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unwrappr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emilyn Escabarte
@@ -11,7 +11,7 @@ authors:
11
11
  - Vladimir Chervanev
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2024-12-28 00:00:00.000000000 Z
14
+ date: 1980-01-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: base64
@@ -31,16 +31,22 @@ dependencies:
31
31
  name: bundler
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  requirements:
34
+ - - ">"
35
+ - !ruby/object:Gem::Version
36
+ version: '2'
34
37
  - - "<"
35
38
  - !ruby/object:Gem::Version
36
- version: '3'
39
+ version: '5'
37
40
  type: :runtime
38
41
  prerelease: false
39
42
  version_requirements: !ruby/object:Gem::Requirement
40
43
  requirements:
44
+ - - ">"
45
+ - !ruby/object:Gem::Version
46
+ version: '2'
41
47
  - - "<"
42
48
  - !ruby/object:Gem::Version
43
- version: '3'
49
+ version: '5'
44
50
  - !ruby/object:Gem::Dependency
45
51
  name: bundler-audit
46
52
  requirement: !ruby/object:Gem::Requirement
@@ -130,7 +136,7 @@ email:
130
136
  - emilyn.escabarte@envato.com
131
137
  - joe.sustaric@envato.com
132
138
  - orien.madgwick@envato.com
133
- - pete.johns@envato.com
139
+ - paj+rubygems@johnsy.com
134
140
  - vladimir.chervanev@envato.com
135
141
  executables:
136
142
  - unwrappr
@@ -168,14 +174,14 @@ files:
168
174
  - lib/unwrappr/writers/security_vulnerabilities.rb
169
175
  - lib/unwrappr/writers/title.rb
170
176
  - lib/unwrappr/writers/version_change.rb
171
- homepage: https://opensource.envato.com/projects/unwrappr.html
177
+ homepage: https://github.com/envato/unwrappr
172
178
  licenses:
173
179
  - MIT
174
180
  metadata:
175
181
  bug_tracker_uri: https://github.com/envato/unwrappr/issues
176
182
  changelog_uri: https://github.com/envato/unwrappr/blob/HEAD/CHANGELOG.md
177
183
  documentation_uri: https://github.com/envato/unwrappr/blob/HEAD/README.md
178
- homepage_uri: https://opensource.envato.com/projects/unwrappr.html
184
+ homepage_uri: https://github.com/envato/unwrappr
179
185
  rubygems_mfa_required: 'true'
180
186
  source_code_uri: https://github.com/envato/unwrappr
181
187
  rdoc_options: []
@@ -192,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
198
  - !ruby/object:Gem::Version
193
199
  version: '2.7'
194
200
  requirements: []
195
- rubygems_version: 3.6.2
201
+ rubygems_version: 4.0.3
196
202
  specification_version: 4
197
203
  summary: A tool to unwrap your gems and see what's changed easily
198
204
  test_files: []