hyla 1.0.7.pre.9 → 1.0.7
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 +8 -8
- data/README.adoc +28 -1
- data/Rakefile +1 -1
- data/lib/hyla/{Logger2.rb → logger2.rb} +0 -0
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +1 -1
- data/lib/resources/assets/sass/new-gpe.scss +6 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MzkzYzdiYTIzNjY1YzNkNmJjMzk0NGFjNTBiYTRmZDYxN2NlZWM4Mg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDZkMWI5MzNhMWRmZmRmNGIyMWFhMzg0NDdhNzE4MTk4NWQ1NTllZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjJhMTE1ZDkyMjY2ZmQzODRiMDJiN2ZkMzg5MDdjODJhODVhNTM0OTc1YjU1
|
|
10
|
+
OWM1NDM2ZWU0ZDgxZWMwMzg4M2VmMDQwYjIzZDczZjNmYWVkYTczOTYyMzli
|
|
11
|
+
ZTUwNTU0MDc4NTk5NmUxNGFmN2MxM2U3MmJkNDM3NjFkZWFlMGU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGE5ZTU3MmQ1MzQzMTJhNzNiYjUyMmEwZDc5ZWE2NDFiMTJiNzEyZWUyZmYx
|
|
14
|
+
YjQ2YWNkZGY4MWVlNGY5YWYxMjhlZjg3ZGJjOTQ1ZGVjNTFiYzZjYWM0ZWM0
|
|
15
|
+
Zjk2MmZiY2U2OWE0MWJlZjM5MTRjOTliZWU1YWZkY2Y4ZDc5Yzg=
|
data/README.adoc
CHANGED
|
@@ -83,12 +83,39 @@ Issue tracker (GitHub):: {issues}
|
|
|
83
83
|
|
|
84
84
|
== Changelog
|
|
85
85
|
|
|
86
|
-
=== v1.0.7 (2015-
|
|
86
|
+
=== v1.0.7 (2015-04-17) - @cmoulliard
|
|
87
87
|
|
|
88
88
|
Enhancements / Improvements::
|
|
89
89
|
|
|
90
90
|
* Remove the prefix (which is the name of the folder) before text AllSlides of the file (link:{issues}75[#75])
|
|
91
|
+
* Implement log4r (link:{issues}126[#126])
|
|
92
|
+
* Add new properties for Revealjs - marginTop and marginLeft (link:{issues}125[#125])
|
|
93
|
+
* Support revealjs min/max scale, weight, height & margin (link:{issues}124[#124])
|
|
94
|
+
* Add jquery and gpe.js script to move audio tag of the slides show (link:{issues}123[#123])
|
|
95
|
+
* Adapt the slim backend to support generation of script tags using a list (link:{issues}122[#122])
|
|
96
|
+
* Add missing asciidoctor script & scriptdir attributes (link:{issues}121[#121])
|
|
97
|
+
* Add missing attributes : data-background-image, data-background-color & data-background-position enhancement (link:{issues}117[#117])
|
|
98
|
+
* Generate as HTML the Hyla documentation using gh-pages (link:{issues}115[#115])
|
|
99
|
+
* Refactor assets, fonts & decksjs, revealjs (link:{issues}111[#111])
|
|
100
|
+
* Support compass and sass (link:{issues}109[#109])
|
|
101
|
+
* Support scrollbar or revealjs_scrollbar attribute for revealjs (link:{issues}106[#106])
|
|
102
|
+
* Icon displayed using a block is not aligned vertically (middle) (link:{issues}105[#105])
|
|
103
|
+
* Change color of the progress bar (revealjs) (link:{issues}100[#100])
|
|
104
|
+
* Highlighted Source is not aligned on the left, box is too big (link:{issues}xx[#99])
|
|
105
|
+
* Add a cover style for revealjs slideshow to center picture (link:{issues}96[#96])
|
|
106
|
+
* Support asciidoctor table & update stylesheet to be compliant with RedHat CSS enhancement (link:{issues}95[#95])
|
|
107
|
+
* Admonition Style is missing from revealjs (link:{issues}94[#94])
|
|
108
|
+
* Apparently audioscript is not required within the notescript section invalid (link:{issues}93[#93])
|
|
109
|
+
* Generate summary page from TOC (link:{issues}92[#92])
|
|
110
|
+
* Trick to include the Font Awesome icons - 4.x (link:{issues}90[#90])
|
|
91
111
|
|
|
112
|
+
Bug fixes::
|
|
113
|
+
|
|
114
|
+
* List is not displayed in grey & red bullets appear for admonition block bug (link:{issues}102[#102])
|
|
115
|
+
* Upgrade to highlightjs 8.4 bug (link:{issues}98[#98])
|
|
116
|
+
* Embedded video does not work for vimeo (link:{issues}xx[#xx]) (link:{issues}103[#103])
|
|
117
|
+
* Refactor notescript section of cover, index, labinstruction & file created (link:{issues}89[#89])
|
|
118
|
+
* revealjs folder is created under the wrong path (2nd time) bug (link:{issues}101[#101])
|
|
92
119
|
|
|
93
120
|
=== v1.0.6 - @cmoulliard
|
|
94
121
|
|
data/Rakefile
CHANGED
|
File without changes
|
data/lib/hyla/project.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Hyla
|
|
2
|
-
VERSION = '1.0.7
|
|
2
|
+
VERSION = '1.0.7'
|
|
3
3
|
DESCRIPTION = 'Asciidoctor Hyla - Command Line tool to create new project, watch modifications, generate content, publish or consult it live !'
|
|
4
4
|
SUMMARY = 'Asciidoctor Hyla - builder/generator of HTML5, slideshow. Watch modifications, generate content, publish or consult it live !'
|
|
5
5
|
end
|
|
@@ -105,7 +105,7 @@ table.tableblock, table.tableblock td { border-style: solid; border-color: #b7bc
|
|
|
105
105
|
|
|
106
106
|
table.tableblock > caption { line-height: 1.4; color: #333333; margin-top: 0.2em; margin-bottom: 0.5em; overflow: visible; max-width: 0; white-space: nowrap; display: table-caption; }
|
|
107
107
|
|
|
108
|
-
table.tableblock:not(.noredheader) tr:first-child td { background-color: #a70000; text-align: left; padding: 10px; color: white; font-size: 24px; }
|
|
108
|
+
table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader) :not(thead) + tbody tr:first-child td { background-color: #a70000; text-align: left; padding: 10px; color: white; font-size: 24px; }
|
|
109
109
|
|
|
110
110
|
table.tableblock.noredheader tr:first-child td { background-color: #EEEEEE; }
|
|
111
111
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* We dont import the css content of font-awesome hre
|
|
5
5
|
* as it will added to the HTML of the slideshow as a local/remote resource
|
|
6
6
|
* @import "font-awesome";
|
|
7
|
-
*/
|
|
7
|
+
*/
|
|
8
8
|
|
|
9
9
|
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
|
|
10
10
|
$fonts: 'Liberation Sans', 'Overpass', 'Open Sans', sans-serif;
|
|
@@ -89,7 +89,6 @@ body {
|
|
|
89
89
|
/* margin-top: $slides-margin-top; WE don't use it as the value is assigned by Revealjs */
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
|
|
93
92
|
/*********************************************
|
|
94
93
|
* ScrollBar
|
|
95
94
|
* Feb 24, ART: Changed the height of the scrollbar from 450 600
|
|
@@ -377,8 +376,8 @@ table.tableblock > caption {
|
|
|
377
376
|
display: table-caption
|
|
378
377
|
}
|
|
379
378
|
|
|
380
|
-
table.tableblock:not(.noredheader) tr:first-child td {
|
|
381
|
-
background-color:
|
|
379
|
+
table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader) :not(thead) + tbody tr:first-child td {
|
|
380
|
+
background-color: #a70000;
|
|
382
381
|
text-align: left;
|
|
383
382
|
padding: 10px;
|
|
384
383
|
color: white;
|
|
@@ -584,12 +583,15 @@ ol.lowergreek {
|
|
|
584
583
|
.reveal .audioblock {
|
|
585
584
|
padding: 15px 0px;
|
|
586
585
|
}
|
|
586
|
+
|
|
587
587
|
.reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
|
|
588
588
|
font-size: 28px;
|
|
589
589
|
}
|
|
590
|
+
|
|
590
591
|
.reveal pre {
|
|
591
592
|
font-size: 0.55em;
|
|
592
593
|
}
|
|
594
|
+
|
|
593
595
|
.reveal .listingblock {
|
|
594
596
|
padding-bottom: 10px;
|
|
595
597
|
}
|
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
|
|
4
|
+
version: 1.0.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-04-
|
|
11
|
+
date: 2015-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -523,7 +523,6 @@ files:
|
|
|
523
523
|
- lib/configs/_config.yaml
|
|
524
524
|
- lib/configs/log4r.yaml
|
|
525
525
|
- lib/hyla.rb
|
|
526
|
-
- lib/hyla/Logger2.rb
|
|
527
526
|
- lib/hyla/command.rb
|
|
528
527
|
- lib/hyla/commands/add.rb
|
|
529
528
|
- lib/hyla/commands/build.rb
|
|
@@ -537,6 +536,7 @@ files:
|
|
|
537
536
|
- lib/hyla/configuration.rb
|
|
538
537
|
- lib/hyla/core_ext.rb
|
|
539
538
|
- lib/hyla/logger.rb
|
|
539
|
+
- lib/hyla/logger2.rb
|
|
540
540
|
- lib/hyla/project.rb
|
|
541
541
|
- lib/hyla/websocket.rb
|
|
542
542
|
- lib/resources/assets/config.rb
|
|
@@ -1264,9 +1264,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1264
1264
|
version: '0'
|
|
1265
1265
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1266
1266
|
requirements:
|
|
1267
|
-
- - ! '
|
|
1267
|
+
- - ! '>='
|
|
1268
1268
|
- !ruby/object:Gem::Version
|
|
1269
|
-
version:
|
|
1269
|
+
version: '0'
|
|
1270
1270
|
requirements: []
|
|
1271
1271
|
rubyforge_project:
|
|
1272
1272
|
rubygems_version: 2.3.0
|