hyla 1.0.7.pre.6 → 1.0.7.pre.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Rakefile +23 -7
- data/hyla.gemspec +3 -0
- data/lib/hyla/project.rb +1 -1
- data/lib/hyla.rb +0 -2
- data/lib/resources/assets/revealjs/css/theme/old-gpe.css +196 -0
- data/lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css +1098 -2886
- data/lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css +1098 -2886
- data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +180 -656
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +395 -1509
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-v2-liberation.css +1366 -4332
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-v2-overpass.css +1364 -4320
- data/lib/resources/assets/revealjs-redhat/lib/js/{gpe.js → debug/gpe.js} +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/js/debug/reveal.js +12 -2
- data/lib/resources/assets/revealjs-redhat/lib/js/gpe.min.js +1 -0
- data/lib/resources/assets/revealjs-redhat/lib/js/head.min.js +16 -1
- data/lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js +337 -2
- data/lib/resources/assets/sass/{gpe2.scss → new-gpe.scss} +1 -2
- data/lib/resources/assets/sass/{gpe.scss → old-gpe.scss} +0 -0
- data/lib/resources/backends/slim/revealjs-redhat/document.html.slim +3 -0
- data/lib/templates/_config.yaml +4 -2
- metadata +21 -5
data/lib/templates/_config.yaml
CHANGED
@@ -25,7 +25,7 @@ attributes:
|
|
25
25
|
highlightjs-theme: sunburst
|
26
26
|
linkcss!: true
|
27
27
|
data-uri: true
|
28
|
-
scripts: jquery-1.11.2.min.js,gpe.js #
|
28
|
+
scripts: jquery-1.11.2.min.js,gpe.min.js # List of scripts separated by a ','
|
29
29
|
scriptsdir: revealjs-redhat/lib/js # TO BE USED FOR REVEALJS-REDHAT BACKEND
|
30
30
|
|
31
31
|
# Fonts Awesome based Icons - http://fortawesome.github.io/Font-Awesome/icons/
|
@@ -75,7 +75,9 @@ attributes:
|
|
75
75
|
revealjs_footer_copyright: "Copyright ©2015 Red Hat, Inc."
|
76
76
|
|
77
77
|
# Factor of the display size that should remain empty around the content
|
78
|
-
revealjs_margin: 0.
|
78
|
+
# revealjs_margin: 0.1
|
79
|
+
revealjs_margintop: '1%'
|
80
|
+
revealjs_marginleft: '5%'
|
79
81
|
|
80
82
|
# The "normal" size of the presentation, aspect ratio will be preserved
|
81
83
|
# when the presentation is scaled to fit different resolutions. Can be
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.7.pre.
|
4
|
+
version: 1.0.7.pre.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Moulliard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -80,6 +80,20 @@ dependencies:
|
|
80
80
|
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '3.4'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rake-minify
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ~>
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ~>
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
83
97
|
- !ruby/object:Gem::Dependency
|
84
98
|
name: asciidoctor
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -661,9 +675,10 @@ files:
|
|
661
675
|
- lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.svg
|
662
676
|
- lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.ttf
|
663
677
|
- lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.woff
|
678
|
+
- lib/resources/assets/revealjs-redhat/lib/js/debug/gpe.js
|
664
679
|
- lib/resources/assets/revealjs-redhat/lib/js/debug/head.js
|
665
680
|
- lib/resources/assets/revealjs-redhat/lib/js/debug/reveal.js
|
666
|
-
- lib/resources/assets/revealjs-redhat/lib/js/gpe.js
|
681
|
+
- lib/resources/assets/revealjs-redhat/lib/js/gpe.min.js
|
667
682
|
- lib/resources/assets/revealjs-redhat/lib/js/head.min.js
|
668
683
|
- lib/resources/assets/revealjs-redhat/lib/js/jquery-1.11.2.min.js
|
669
684
|
- lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js
|
@@ -687,6 +702,7 @@ files:
|
|
687
702
|
- lib/resources/assets/revealjs/css/theme/gpe.css
|
688
703
|
- lib/resources/assets/revealjs/css/theme/moon.css
|
689
704
|
- lib/resources/assets/revealjs/css/theme/night.css
|
705
|
+
- lib/resources/assets/revealjs/css/theme/old-gpe.css
|
690
706
|
- lib/resources/assets/revealjs/css/theme/serif.css
|
691
707
|
- lib/resources/assets/revealjs/css/theme/simple.css
|
692
708
|
- lib/resources/assets/revealjs/css/theme/sky.css
|
@@ -863,8 +879,8 @@ files:
|
|
863
879
|
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.svg
|
864
880
|
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.ttf
|
865
881
|
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.woff
|
866
|
-
- lib/resources/assets/sass/gpe.scss
|
867
|
-
- lib/resources/assets/sass/
|
882
|
+
- lib/resources/assets/sass/new-gpe.scss
|
883
|
+
- lib/resources/assets/sass/old-gpe.scss
|
868
884
|
- lib/resources/assets/sass/theme-output.scss
|
869
885
|
- lib/resources/assets/sass/theme-v2-liberation.scss
|
870
886
|
- lib/resources/assets/sass/theme-v2-overpass.scss
|