cheatset 1.1.5 → 1.1.6
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/lib/cheatset/templates/template.haml +2 -2
- data/lib/cheatset/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: ae7118e67cfdc56358807f26c7caed44a8ebbcd4
|
|
4
|
+
data.tar.gz: a43870e06e932ad836bfd01de249c0efbc59e7a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6728015641a612d199aeb8e5d73ce83b9843a8e0afc0670e3e03063efc35d703bec809cfc2725e95226224bd8457e06b8b3f5e69569bd8257a0632f51cbdb57
|
|
7
|
+
data.tar.gz: 0a1c6972d09ac5301bd2ab638aac134dc615b69e130b7b2b651ae734309f125649f8c7d164de1cbf072e3b6ac6ebff2a40434fc92b4190da280ada2af28c8344
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
~ notes
|
|
45
45
|
%footer
|
|
46
46
|
- if source_url
|
|
47
|
-
You can modify and improve this cheatsheet <a onclick="window.dash.openExternal_(this.href); return false;" href="#{source_url}">here</a
|
|
47
|
+
You can modify and improve this cheatsheet <a onclick="window.dash.openExternal_(this.href); return false;" href="#{source_url}">here</a>
|
|
48
48
|
- else
|
|
49
|
-
Generated with <a onclick="window.dash.openExternal_(this.href); return false;" href='https://github.com/Kapeli/cheatset#readme'>cheatset</a
|
|
49
|
+
Generated with <a onclick="window.dash.openExternal_(this.href); return false;" href='https://github.com/Kapeli/cheatset#readme'>cheatset</a>
|
data/lib/cheatset/version.rb
CHANGED