gimli 0.5.8 → 0.5.9
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 -0
- data/lib/gimli/path.rb +1 -1
- data/lib/gimli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 745aff7824afe2baa8df9ad61964390a45565f88
|
4
|
+
data.tar.gz: 5615bd88c9ec48c9bc0d4f39ebfe7bd16dc080e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 469693e533fc1aad077030634f6ca197255155ce3e086dc3dda6d689d7c1f386417d16e2774f9b9c1fe2fc934bf662dc1539fce96d3f2f294a9e1f1c96b03a0b
|
7
|
+
data.tar.gz: 65f84c7f0f68f814a949d72983ee821b23eab0d120e975e4313f5f31256f39462dfbf0aef9fa2ae21629bcb32a2083147866983f70404ba4a88e46ef244f2db9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.5.9
|
4
|
+
|
5
|
+
* Add sort on files in path to ensure the alphabetical order is maintained.
|
6
|
+
|
7
|
+
## 0.5.8
|
8
|
+
|
9
|
+
* Use a tempfile for the cover option. Fixes bug where using system ruby on
|
10
|
+
OSX gets write error.
|
11
|
+
|
3
12
|
## 0.5.5
|
4
13
|
|
5
14
|
* Add --cover option for creating cover with markdown file https://github.com/walle/gimli/pull/48 Thanks @k0kubun
|
data/lib/gimli/path.rb
CHANGED
data/lib/gimli/version.rb
CHANGED