eodhd.rb 0.19.1 → 0.19.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.
- checksums.yaml +4 -4
- data/CHANGELOG +4 -0
- data/lib/Eodhd/VERSION.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5130ae1cc51cf9d621280e3e51ad2d9274c19a717c944aa03a8abb2f19e54956
|
|
4
|
+
data.tar.gz: cba9ed61b8001bb3935009e2822ccbcdfba8b92edb11543928a9556956cc7ed4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 073fd80ed78e280378140b6ef0e27d720e60af54733f16b799b519b0c478f6ef0d88c912b768ed418a7e1af749b519da672a59e6aacb123b11bb524ce01bed96
|
|
7
|
+
data.tar.gz: 7cb3cda154644e3d109fb7d8e6e47dce39604c6bd407920362bcad846cc04f8fbaf39c2e75010a0aac7e3a66bf251be676c41bbe642ce05c0046d9a5d30cb4a7
|
data/CHANGELOG
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# eodhd.rb/CHANGELOG
|
|
2
2
|
|
|
3
|
+
## [0.19.2] - 2026-08-21, populate the .gitignore
|
|
4
|
+
- ~ .gitignore: + current default contents. The file held only its filename comment, having been committed that way.
|
|
5
|
+
- ~ Eodhd/VERSION: /0.19.1/0.19.2/
|
|
6
|
+
|
|
3
7
|
## [0.19.1] - 2026-07-19, blank lines before the code fences in the README
|
|
4
8
|
- ~ README.md: + a blank line before each code fence, without which the highlighting does not render.
|
|
5
9
|
- ~ Eodhd/VERSION: /0.19.0/0.19.1/
|
data/lib/Eodhd/VERSION.rb
CHANGED