tinysky 0.0.4 → 0.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 +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/tinysky/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42a6cdcc2883a1b16c4d3017330962d571c39a5f2fc9116834c1bfce5f39289a
|
|
4
|
+
data.tar.gz: 2feddc740759b5383cfdfeb0ed86643d7b61795099fe60110731b295208846f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fc4692c5a2e6a14ef65783ed5075c4f6dfdeb2569019e177aedcd2d0cf90feb4a43dce87dba0a0fb61eb2548f9aec294174318365dad1eea5a25d8064abd6bd
|
|
7
|
+
data.tar.gz: 2bb76a00d7b8719dfa9becc26f7da08742b6a77ae2546b1b6f19fd56cba2418cfe62cc2dc6fe13fa2d218879de2aa6e183f0306bc3bfcf49eabbf71a2c71ce7b
|
data/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,12 @@ The format is based on [Keep a Changelog][] and this project adheres to
|
|
|
22
22
|
|
|
23
23
|
### Security
|
|
24
24
|
|
|
25
|
+
## [0.0.5][] - 2026-03-03
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
* Upgrade JWT dependency ([#18][])
|
|
30
|
+
|
|
25
31
|
## [0.0.4][] - 2026-02-22
|
|
26
32
|
|
|
27
33
|
### Added
|
|
@@ -62,12 +68,13 @@ The format is based on [Keep a Changelog][] and this project adheres to
|
|
|
62
68
|
|
|
63
69
|
* Initial release
|
|
64
70
|
|
|
65
|
-
[Unreleased]: https://github.com/jonallured/tinysky/compare/v0.0.
|
|
71
|
+
[Unreleased]: https://github.com/jonallured/tinysky/compare/v0.0.5...HEAD
|
|
66
72
|
|
|
67
73
|
[0.0.1]: https://github.com/jonallured/tinysky/releases/tag/v0.0.1
|
|
68
74
|
[0.0.2]: https://github.com/jonallured/tinysky/releases/tag/v0.0.2
|
|
69
75
|
[0.0.3]: https://github.com/jonallured/tinysky/releases/tag/v0.0.3
|
|
70
76
|
[0.0.4]: https://github.com/jonallured/tinysky/releases/tag/v0.0.4
|
|
77
|
+
[0.0.5]: https://github.com/jonallured/tinysky/releases/tag/v0.0.5
|
|
71
78
|
|
|
72
79
|
[#3]: https://github.com/jonallured/tinysky/pull/3
|
|
73
80
|
[#4]: https://github.com/jonallured/tinysky/pull/4
|
|
@@ -82,3 +89,4 @@ The format is based on [Keep a Changelog][] and this project adheres to
|
|
|
82
89
|
[#15]: https://github.com/jonallured/tinysky/pull/15
|
|
83
90
|
[#16]: https://github.com/jonallured/tinysky/pull/16
|
|
84
91
|
[#17]: https://github.com/jonallured/tinysky/pull/17
|
|
92
|
+
[#18]: https://github.com/jonallured/tinysky/pull/18
|
data/lib/tinysky/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinysky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Allured
|
|
@@ -27,16 +27,16 @@ dependencies:
|
|
|
27
27
|
name: jwt
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
|
-
- - "
|
|
30
|
+
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - "
|
|
37
|
+
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '
|
|
39
|
+
version: '0'
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: zeitwerk
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|