tinysky 0.0.2 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -5
  3. data/lib/tinysky/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0419d00a33de7d302854dfc4d7ab7d06c81802d4a347e39ffb2a8d4f634c712d'
4
- data.tar.gz: 5c99b0b52ff0b48c5cda7000a765cfb6b615a668c8c5bd88a0d92b1a99285872
3
+ metadata.gz: 684a3be9f4c117588a0abadfaa148e33fa90d45b8d261fc7e554e053433adc38
4
+ data.tar.gz: 68722993bf6155095a02c95caaf538bb1cb56f2ac32f044f09c46c2bd7be9688
5
5
  SHA512:
6
- metadata.gz: f02de94465c9860f3a4038cae51b3618781f6919079b250b93639d5005b0eb851540285d20fc4e59499bb700cefd061cf54c6b0778cb0f22617e1d31a1b76ecb
7
- data.tar.gz: c9985d0124149c8dbcb22d1216b5a9dbc4af1e675aa179bf0b8a67ea2eb0bf85e937158e4e87dab8e8d7093363b71fe6fda5a550223ad52aaccfb330e086455b
6
+ metadata.gz: 9805134a66b69b767c2891fb48fd290b85f7c79f0fe9bb7694786cea6bc5d22344b9de282e0c7047098639f60a064c5c995f4cb84dd695eeffd13c15eb36e200
7
+ data.tar.gz: 486fa0974e2756090a2f15c49f178df1707e72e90c486771cccb263f60e7d28cbd18a8b6a8662534b284f489346d6c79064180e565073c60b07ceb1c85347b17
data/CHANGELOG.md CHANGED
@@ -22,7 +22,15 @@ The format is based on [Keep a Changelog][] and this project adheres to
22
22
 
23
23
  ### Security
24
24
 
25
- [Unreleased]: https://github.com/jonallured/tinysky/compare/v0.0.2...HEAD
25
+ ## [0.0.3][] - 2024-09-15
26
+
27
+ ### Changed
28
+
29
+ * Bundle update and bump Ruby matrix on CI ([#6][])
30
+
31
+ ### Fixed
32
+
33
+ * Improve release script ([#5][])
26
34
 
27
35
  ## [0.0.2][] - 2024-08-31
28
36
 
@@ -31,14 +39,19 @@ The format is based on [Keep a Changelog][] and this project adheres to
31
39
  * Add a CHANGELOG ([#3][])
32
40
  * Add release script ([#4][])
33
41
 
34
- [#3]: https://github.com/jonallured/tinysky/pull/3
35
- [#4]: https://github.com/jonallured/tinysky/pull/4
36
- [0.0.2]: https://github.com/jonallured/tinysky/releases/tag/v0.0.2
37
-
38
42
  ## [0.0.1][] - 2024-08-11
39
43
 
40
44
  ### Added
41
45
 
42
46
  * Initial release
43
47
 
48
+ [Unreleased]: https://github.com/jonallured/tinysky/compare/v0.0.3...HEAD
49
+
44
50
  [0.0.1]: https://github.com/jonallured/tinysky/releases/tag/v0.0.1
51
+ [0.0.2]: https://github.com/jonallured/tinysky/releases/tag/v0.0.2
52
+ [0.0.2]: https://github.com/jonallured/tinysky/releases/tag/v0.0.3
53
+
54
+ [#3]: https://github.com/jonallured/tinysky/pull/3
55
+ [#4]: https://github.com/jonallured/tinysky/pull/4
56
+ [#5]: https://github.com/jonallured/tinysky/pull/5
57
+ [#6]: https://github.com/jonallured/tinysky/pull/6
@@ -1,3 +1,3 @@
1
1
  module Tinysky
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinysky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Allured
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-31 00:00:00.000000000 Z
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.5.4
79
+ rubygems_version: 3.5.16
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Tiny client for the Bluesky API.