hyhyhy 0.0.8 → 0.0.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/README.md +1 -1
- data/lib/hyhyhy/structure/_slides/1.introduction.md +1 -1
- data/lib/hyhyhy/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fede7fa78273f68a86901138f315a6fcc7c0e45
|
|
4
|
+
data.tar.gz: 8170bf58d7e1da203dca651f037a06173248810c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 646a281fbaa7f31080e43dd502e15987067c47330a6bca35172382132dd36323b03b3b29e57d4ac543e4df2bc71a49c90ea71a25771c6e3816ecc06b29ef82c4
|
|
7
|
+
data.tar.gz: eaecd17215a7f5cdc136cb817124adf1548405b310e656b29bdbc53421c0c5f08c6a2479b64f74c2f3d5cccf59f42ba67d5fe4934862cee2eaa2350f848b58fd
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Pure & Professional presentations
|
|
|
8
8
|
|
|
9
9
|
## Introduction
|
|
10
10
|
|
|
11
|
-
It's a tool for
|
|
11
|
+
It's a tool for creating nice looking HTML5 presentations.
|
|
12
12
|
|
|
13
13
|
Comes with a broad range of features: __Markdown, Nested slides, Math typesetting, Compatibility, Syntax highlighter, Javascript API, Convenient skeleton...__
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ Pure & Professional presentations
|
|
|
12
12
|
|
|
13
13
|
<!-- Help -->
|
|
14
14
|
<style>.help{-webkit-animation-duration:2s;-webkit-animation-name:help;-webkit-animation-direction:alternate;-webkit-animation-iteration-count:infinite;-moz-animation-duration:2s;-moz-animation-name:help;-moz-animation-direction:alternate;-moz-animation-iteration-count:infinite;-o-animation-duration:2s;-o-animation-name:help;-o-animation-direction:alternate;-o-animation-iteration-count:infinite;animation-duration:2s;animation-name:help;animation-direction:alternate;animation-iteration-count:infinite;opacity:0}@-webkit-keyframes help{0%{opacity:0}100%{opacity:1}}@-moz-keyframes help{0%{opacity:0}100%{opacity:1}}@-o-keyframes help{0%{opacity:0}100%{opacity:1}}@keyframes help{0%{opacity:0}100%{opacity:1}}</style>
|
|
15
|
-
<div class="help" style="position: fixed; bottom: 25px; right: 25px; border: 0; font-size: 10px;">PRESS
|
|
15
|
+
<div class="help" style="position: fixed; bottom: 25px; right: 25px; border: 0; font-size: 10px;">PRESS SPACE</div>
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
data/lib/hyhyhy/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Hyhyhy
|
|
2
|
-
VERSION = "0.0.
|
|
2
|
+
VERSION = "0.0.9"
|
|
3
3
|
SUMMARY = %q{Pure & Professional presentations}
|
|
4
|
-
DESCRIPTION = %q{A tool for
|
|
4
|
+
DESCRIPTION = %q{A tool for creating nice looking HTML5 presentations.}
|
|
5
5
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hyhyhy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maciej A. Czyzewski
|
|
@@ -138,7 +138,7 @@ dependencies:
|
|
|
138
138
|
- - "~>"
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
140
|
version: '10.0'
|
|
141
|
-
description: A tool for
|
|
141
|
+
description: A tool for creating nice looking HTML5 presentations.
|
|
142
142
|
email:
|
|
143
143
|
- maciejanthonyczyzewski@gmail.com
|
|
144
144
|
executables:
|