tinysky 0.0.1 → 0.0.2

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 +44 -0
  3. data/lib/tinysky/version.rb +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 375aa645511e39e02ec043ebdbe42bc4e2fab07827dc997206574f8a84287f94
4
- data.tar.gz: 50f88050793b6672d4373e3279b8b702cf0b22f92f51bcad79afcd6240973214
3
+ metadata.gz: '0419d00a33de7d302854dfc4d7ab7d06c81802d4a347e39ffb2a8d4f634c712d'
4
+ data.tar.gz: 5c99b0b52ff0b48c5cda7000a765cfb6b615a668c8c5bd88a0d92b1a99285872
5
5
  SHA512:
6
- metadata.gz: d97c862e81a5f6dd94bb66f69149375736c21bc87994bee829c369481b580471d7dbe6a508dc3c673f612dcff86289e32ec2ef942b2e7c86796504d67f3fbf21
7
- data.tar.gz: 8ca244b6d7e384a7157734aec616d870fe89e96f21469f53e1e6e394170678831648e91c16e1e01d015273353d84b7e7ecc63e2f37ab4f7b7d887fe45e195177
6
+ metadata.gz: f02de94465c9860f3a4038cae51b3618781f6919079b250b93639d5005b0eb851540285d20fc4e59499bb700cefd061cf54c6b0778cb0f22617e1d31a1b76ecb
7
+ data.tar.gz: c9985d0124149c8dbcb22d1216b5a9dbc4af1e675aa179bf0b8a67ea2eb0bf85e937158e4e87dab8e8d7093363b71fe6fda5a550223ad52aaccfb330e086455b
data/CHANGELOG.md ADDED
@@ -0,0 +1,44 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog][] and this project adheres to
6
+ [Semantic Versioning][].
7
+
8
+ [Keep a Changelog]: https://keepachangelog.com
9
+ [Semantic Versioning]: https://semver.org
10
+
11
+ ## [Unreleased][]
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ ### Deprecated
18
+
19
+ ### Removed
20
+
21
+ ### Fixed
22
+
23
+ ### Security
24
+
25
+ [Unreleased]: https://github.com/jonallured/tinysky/compare/v0.0.2...HEAD
26
+
27
+ ## [0.0.2][] - 2024-08-31
28
+
29
+ ### Added
30
+
31
+ * Add a CHANGELOG ([#3][])
32
+ * Add release script ([#4][])
33
+
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
+ ## [0.0.1][] - 2024-08-11
39
+
40
+ ### Added
41
+
42
+ * Initial release
43
+
44
+ [0.0.1]: https://github.com/jonallured/tinysky/releases/tag/v0.0.1
@@ -1,3 +1,3 @@
1
1
  module Tinysky
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
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-11 00:00:00.000000000 Z
11
+ date: 2024-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -47,6 +47,7 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - ".rspec"
49
49
  - ".standard.yml"
50
+ - CHANGELOG.md
50
51
  - LICENSE.txt
51
52
  - README.md
52
53
  - Rakefile