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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 276b6d688f7a617d0d2a3ab3b4933f43144b19e7451a7e06fa6c83ad49f80cba
4
- data.tar.gz: db21e24e978955fe7f4c3087e342e3c2a7eda1f8e2b8ad4983e2a890d0b60562
3
+ metadata.gz: 42a6cdcc2883a1b16c4d3017330962d571c39a5f2fc9116834c1bfce5f39289a
4
+ data.tar.gz: 2feddc740759b5383cfdfeb0ed86643d7b61795099fe60110731b295208846f5
5
5
  SHA512:
6
- metadata.gz: 6c9481b63bbf00e0b2fb77b2af51a09321a1dcefbc951675a3297191a5067ab913032cd63865423c6012b12d06fc8c4ee70ce10b89fbb614672e9515551579cb
7
- data.tar.gz: ab878e737f2f974073323f6baf28ab0b967572aacaae533a37c94ab2a45985351db63a95e8ecf9570af325957084f44c2c84c243bf19300585211b63323708e8
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.4...HEAD
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
@@ -1,3 +1,3 @@
1
1
  module Tinysky
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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: '2'
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: '2'
39
+ version: '0'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: zeitwerk
42
42
  requirement: !ruby/object:Gem::Requirement