unwrappr 0.8.2 → 0.8.4
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 +17 -1
- data/README.md +5 -14
- data/lib/unwrappr/version.rb +1 -1
- metadata +29 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88f40ff8e4c30c678827fba2f543a52e07113906ae6e0b8afed1d8ee45a7e020
|
|
4
|
+
data.tar.gz: 2e52f459145fff601bf3054e9fbea6c8e7cca135d68476c47286d5788ffa1ecf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c5d9871f2869f6a879f5f152f5fde100f20605ad8b47ce6ca608dbba448c92a8de53cf3d44712f382d7fbc829e429558eac8232ccb932660e4ad85683e26062
|
|
7
|
+
data.tar.gz: aa4bedce4068c5f11c87969e275af638c2326054105763c4b4b462dbb5c309b76d3b5ac190916912f12103ed1ca9f0b424864f8c454fed083ccb72536acf508b
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,23 @@ 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.
|
|
9
|
+
[Unreleased]: https://github.com/envato/unwrappr/compare/v0.8.4...HEAD
|
|
10
|
+
|
|
11
|
+
## [0.8.4] 2025-12-29
|
|
12
|
+
|
|
13
|
+
- Add `logger` as a runtime dependency to support Ruby 4.0 ([#101]).
|
|
14
|
+
|
|
15
|
+
[0.8.4]: https://github.com/envato/unwrappr/compare/v0.8.3...v0.8.4
|
|
16
|
+
[#101]: https://github.com/envato/unwrappr/pull/101
|
|
17
|
+
|
|
18
|
+
## [0.8.3] 2025-12-29
|
|
19
|
+
|
|
20
|
+
### Add
|
|
21
|
+
- Loosen Bundler dependency constraint to allow major version 4 ([#99]).
|
|
22
|
+
- Add Ruby 4.0 to the CI test matrix ([#99]).
|
|
23
|
+
|
|
24
|
+
[0.8.3]: https://github.com/envato/unwrappr/compare/v0.8.2...v0.8.3
|
|
25
|
+
[#99]: https://github.com/envato/unwrappr/pull/99
|
|
10
26
|
|
|
11
27
|
## [0.8.2] 2024-12-28
|
|
12
28
|
|
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 [](https://github.com/envato/unwrappr)
|
|
120
115
|
|
|
121
|
-
This project is maintained by the
|
|
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.
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
data/lib/unwrappr/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.8.4
|
|
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:
|
|
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: '
|
|
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: '
|
|
49
|
+
version: '5'
|
|
44
50
|
- !ruby/object:Gem::Dependency
|
|
45
51
|
name: bundler-audit
|
|
46
52
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -97,6 +103,20 @@ dependencies:
|
|
|
97
103
|
- - "~>"
|
|
98
104
|
- !ruby/object:Gem::Version
|
|
99
105
|
version: '1'
|
|
106
|
+
- !ruby/object:Gem::Dependency
|
|
107
|
+
name: logger
|
|
108
|
+
requirement: !ruby/object:Gem::Requirement
|
|
109
|
+
requirements:
|
|
110
|
+
- - "~>"
|
|
111
|
+
- !ruby/object:Gem::Version
|
|
112
|
+
version: '1'
|
|
113
|
+
type: :runtime
|
|
114
|
+
prerelease: false
|
|
115
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
116
|
+
requirements:
|
|
117
|
+
- - "~>"
|
|
118
|
+
- !ruby/object:Gem::Version
|
|
119
|
+
version: '1'
|
|
100
120
|
- !ruby/object:Gem::Dependency
|
|
101
121
|
name: octokit
|
|
102
122
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -130,7 +150,7 @@ email:
|
|
|
130
150
|
- emilyn.escabarte@envato.com
|
|
131
151
|
- joe.sustaric@envato.com
|
|
132
152
|
- orien.madgwick@envato.com
|
|
133
|
-
-
|
|
153
|
+
- paj+rubygems@johnsy.com
|
|
134
154
|
- vladimir.chervanev@envato.com
|
|
135
155
|
executables:
|
|
136
156
|
- unwrappr
|
|
@@ -168,14 +188,15 @@ files:
|
|
|
168
188
|
- lib/unwrappr/writers/security_vulnerabilities.rb
|
|
169
189
|
- lib/unwrappr/writers/title.rb
|
|
170
190
|
- lib/unwrappr/writers/version_change.rb
|
|
171
|
-
homepage: https://
|
|
191
|
+
homepage: https://github.com/envato/unwrappr
|
|
172
192
|
licenses:
|
|
173
193
|
- MIT
|
|
174
194
|
metadata:
|
|
195
|
+
allowed_push_host: https://rubygems.org
|
|
175
196
|
bug_tracker_uri: https://github.com/envato/unwrappr/issues
|
|
176
197
|
changelog_uri: https://github.com/envato/unwrappr/blob/HEAD/CHANGELOG.md
|
|
177
198
|
documentation_uri: https://github.com/envato/unwrappr/blob/HEAD/README.md
|
|
178
|
-
homepage_uri: https://
|
|
199
|
+
homepage_uri: https://github.com/envato/unwrappr
|
|
179
200
|
rubygems_mfa_required: 'true'
|
|
180
201
|
source_code_uri: https://github.com/envato/unwrappr
|
|
181
202
|
rdoc_options: []
|
|
@@ -192,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
192
213
|
- !ruby/object:Gem::Version
|
|
193
214
|
version: '2.7'
|
|
194
215
|
requirements: []
|
|
195
|
-
rubygems_version:
|
|
216
|
+
rubygems_version: 4.0.3
|
|
196
217
|
specification_version: 4
|
|
197
218
|
summary: A tool to unwrap your gems and see what's changed easily
|
|
198
219
|
test_files: []
|