hyla 1.0.1 → 1.0.2

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.
Files changed (48) hide show
  1. checksums.yaml +8 -8
  2. data/README.adoc +44 -84
  3. data/bin/hyla +23 -7
  4. data/data/chm-status-weeks-0601-1001.html +913 -0
  5. data/documentation/image/access_local_file.png +0 -0
  6. data/documentation/image/email_send.png +0 -0
  7. data/{hyla_frog.jpg → documentation/image/hyla_frog.jpg} +0 -0
  8. data/documentation/introduction.adoc +433 -0
  9. data/hyla.gemspec +7 -5
  10. data/lib/hyla.rb +4 -2
  11. data/lib/hyla/commands/generate.rb +102 -76
  12. data/lib/hyla/commands/sendmail.rb +97 -0
  13. data/lib/hyla/commands/watch.rb +6 -4
  14. data/lib/hyla/configuration.rb +49 -26
  15. data/lib/hyla/project.rb +1 -1
  16. data/lib/resources/backends/slim/revealjs/document.html.slim +1 -1
  17. data/lib/resources/backends/slim/revealjs/section.html.slim +3 -3
  18. data/lib/resources/revealjs/plugin/notes/notes.html +252 -248
  19. data/lib/resources/styles/asciidoctor.css +1 -1
  20. data/lib/resources/styles/colony.css +1 -1
  21. data/lib/resources/styles/foundation-lime.css +1 -1
  22. data/lib/resources/styles/foundation-potion.css +1 -1
  23. data/lib/resources/styles/foundation.css +1 -1
  24. data/lib/resources/styles/github.css +3 -3
  25. data/lib/resources/styles/golo.css +3 -3
  26. data/lib/resources/styles/iconic.css +1 -1
  27. data/lib/resources/styles/maker.css +2 -2
  28. data/lib/resources/styles/readthedocs.css +1 -1
  29. data/lib/resources/styles/redhat.css +1 -654
  30. data/lib/resources/styles/riak.css +1 -1
  31. data/lib/resources/styles/rocket-panda.css +1 -1
  32. data/lib/resources/styles/rubygems.css +1 -1
  33. data/lib/templates/_config.yml +2 -2
  34. data/lib/templates/sample/slideshow_revealjs.adoc +240 -6
  35. metadata +79 -18
  36. data/Gemfile.lock +0 -77
  37. data/data/generated/A_Introduction_module/1_Chapter.adoc +0 -42
  38. data/data/generated/A_Introduction_module/2_Chapter.adoc +0 -31
  39. data/data/generated/A_Introduction_module/3_Chapter.adoc +0 -23
  40. data/data/generated/A_Introduction_module/A_Introduction_module_AllSlides.index +0 -9
  41. data/data/generated/B_Instruction_module/1_Chapter.adoc +0 -27
  42. data/data/generated/B_Instruction_module/B_Instruction_module_AllSlides.index +0 -7
  43. data/data/generated/C_Installation_module/1_Chapter.adoc +0 -14
  44. data/data/generated/C_Installation_module/2_Chapter.adoc +0 -17
  45. data/data/generated/C_Installation_module/C_Installation_module_AllSlides.index +0 -8
  46. data/data/generated/camel_AllSlides.index +0 -9
  47. data/lib/templates/book/GemFile +0 -5
  48. data/scenario.adoc +0 -152
@@ -1,6 +1,6 @@
1
1
  @import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
2
2
  @import url(http://fonts.googleapis.com/css?family=Noticia+Text:400,400italic);
3
- @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css);
3
+ @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.0/css/font-awesome.css);
4
4
  /* Derived from the Riak documentation theme developed by Basho Technologies, Inc. | CC BY 3.0 License | http://docs.basho.org */
5
5
  /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
6
6
  /* ========================================================================== HTML5 display definitions ========================================================================== */
@@ -1,5 +1,5 @@
1
1
  @import url(http://openshift.redhat.com/app/assets-20130701203230/overpass.css);
2
- @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css);
2
+ @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.0/css/font-awesome.css);
3
3
  /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
4
4
  /* ========================================================================== HTML5 display definitions ========================================================================== */
5
5
  /** Correct `block` display not defined in IE 8/9. */
@@ -1,4 +1,4 @@
1
- @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css);
1
+ @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.0/css/font-awesome.css);
2
2
  /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
3
3
  /* ========================================================================== HTML5 display definitions ========================================================================== */
4
4
  /** Correct `block` display not defined in IE 8/9. */
@@ -18,8 +18,8 @@ rendering: adoc2html
18
18
  artefact_type: article
19
19
  type: asciidoc
20
20
 
21
- # Styles supported : redhat, asciidoctor, colony, foundation, foundation-lime, foundation-potion, github, golo, iconic, maker, readthedocs, riak, rocket-panda, rubygems
22
- style: redhat
21
+ # Styles supported : liberation, asciidoctor, colony, foundation, foundation-lime, foundation-potion, github, golo, iconic, maker, readthedocs, riak, rocket-panda, rubygems
22
+ style: liberation
23
23
 
24
24
  # Location of the Table of Content to be processed
25
25
  # as a collection of asciidoc files
@@ -1,26 +1,260 @@
1
- = Getting Started with Reveal.js
2
1
  :description: RevealJS Template to create a beautiful HTML Slideshow
3
2
  :backend: revealjs
4
3
  :author: Charles Moulliard
4
+ :twitter: cmoulliard
5
+ :blog: http://cmoulliard.github.io
5
6
  // Themes : default, beige, moon, blood, night, serif, simple, sky, solarized
6
- :revealjs_theme: solarized
7
+ :revealjs_theme: default
8
+ :linkattrs:
9
+ :idprefix:
10
+
11
+ = Getting Started with Reveal.js
7
12
 
8
13
  == Reveal.js
9
14
 
10
15
  HTML Presentations Made Easy
11
16
 
12
- [small]#Created by
13
- http://cmoulliard.github.io[Charles Moulliard] / http://twitter.com/cmoulliard[@cmoulliard]#
17
+ +++<small>+++
18
+ Created by {blog}[{author}] / http://twitter.com/{twitter}[@{twitter}]#
19
+ +++</small>+++
14
20
 
15
21
  == Heads Up
16
22
 
17
23
  reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with
18
24
  support for CSS 3D transforms to see it in its full glory.
19
25
 
20
- [sidebar]
26
+ +++<aside class="notes">+++
21
27
  Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
28
+ +++</aside>+++
29
+
30
+ == Vertical Slides
31
+
32
+ DOES NOT WORK AS IT IMPLIED TO HAVE A SECTION NESTED IN ANOTHER SECTION
33
+ Slides can be nested inside of other slides,
34
+ try pressing +++<a href="#" class="navigate-down">+++down+++</a>+++.
35
+
36
+ +++
37
+ <a href="#" class="image navigate-down">
38
+ <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
39
+ </a>
40
+ +++
41
+
42
+ == Basement Level 1
43
+
44
+ Press down or up to navigate.
45
+
46
+ == Slides
47
+
48
+ Not a coder? No problem. There's a fully-featured visual editor for authoring these, try it out at http://slid.es[http://slid.es, window="_blank"].
49
+
50
+ == Point of View
51
+
52
+ Press **ESC** to enter the slide overview.
53
+ Hold down alt and click on any element to zoom in on it using http://lab.hakim.se/zoom-js[zoom.js].
54
+ Alt + click anywhere to zoom back out.
55
+
56
+ == Marvelous Unordered List
57
+
58
+ - No order here
59
+ - Or here
60
+ - Or here
61
+ - Or here
62
+
63
+ == Fantastic Ordered List
64
+
65
+ [numbered]
66
+ . One is smaller than...
67
+ . Two is smaller than...
68
+ . Three!
69
+
70
+ == Transition Styles
71
+
72
+ You can select from different transitions, like:
73
+
74
+ link:?transition=cube#/transitions[Cube] -
75
+ link:?transition=page#/transitions[Page] -
76
+ link:?transition=concave#/transitions[Concave] -
77
+ link:?transition=zoom#/transitions[Zoom] -
78
+ link:?transition=linear#/transitions[Linear] -
79
+ link:?transition=fade#/transitions[Fade] -
80
+ link:?transition=none#/transitions[None] -
81
+ link:?#/transitions[Default]
82
+
83
+
84
+ == Themes
85
+
86
+ Reveal.js comes with a few themes built in:
87
+
88
+ link:?#/themes[Default] -
89
+ link:?theme=sky#/themes[Sky] -
90
+ link:?theme=beige#/themes[Beige] -
91
+ link:?theme=simple#/themes[Simple] -
92
+ link:?theme=serif#/themes[Serif] -
93
+ link:?theme=night#/themes[Night] +++<br>+++
94
+ link:?theme=moon#/themes[Moon] -
95
+ link:?theme=solarized#/themes[Solarized]
96
+
97
+ +++<small>+++
98
+ * Theme demos are loaded after the presentation which leads to flicker. +
99
+ In production you should load your theme in the <code><head></code> using a <code><link></code>.
100
+ +++</small>+++
101
+
102
+ == Global State
103
+
104
+ Set +++data-state="something"+++ on a slide and +
105
+ +++"something"+++ will be added as a class to the document +
106
+ element when the slide is open. This lets you apply broader style +
107
+ changes, like switching the background.
108
+
109
+ == Custom Events
110
+
111
+ Additionally custom events can be triggered on a per slide basis by binding to the +++data-state+++ name.
112
+
113
+ [source, java]
114
+ Reveal.addEventListener( 'customevent', function() {
115
+ console.log( '"customevent" has fired' );
116
+ } );
117
+
118
+ [data-background=#007777]
119
+ == Slide Backgrounds
120
+
121
+ Set +++data-background="#007777"+++ on a slide to change the full page background to the given color.
122
+ All CSS color formats are supported.
123
+
124
+ Put macro block with data-background attribute just before the title of the slide which corresponds to the section tag
125
+ used by Reveal
126
+
127
+ ```
128
+ [data-background=#007777]
129
+ == Slide Backgrounds
130
+ ```
131
+
132
+ [data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"]
133
+ == Image Backgrounds
134
+
135
+ ```
136
+ [data-background=image.png]
137
+ == Image Backgrounds
138
+ ```
139
+
140
+ [data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png", data-background-repeat="repeat", data-background-size="100px"]
141
+ == REPEATED IMAGE BACKGROUNDS
142
+
143
+ ```
144
+ [data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png", data-background-repeat="repeat", data-background-size="100px"]
145
+ == REPEATED IMAGE BACKGROUNDS
146
+ ```
147
+
148
+ [data-transition="linear", data-background="#4d7e65", data-background-transition="slide"]
149
+ == Background Transitions
150
+
151
+ Pass reveal.js the +++backgroundTransition: 'slide'+++ config argument to make backgrounds slide rather than fade.
152
+
153
+ [data-transition="linear", data-background="#8c4738", data-background-transition="slide"]
154
+ == Background Transition Override
155
+
156
+ You can override background transitions per slide by using +++[data-background-transition="slide"].
157
+
158
+ == Clever Quotes
159
+
160
+ These guys come in two forms, inline: ``__The nice thing about standards is that there are so many to choose from
161
+ __'' and block:
162
+
163
+ ``__For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
164
+ reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.__''
165
+
166
+ == Pretty Code
167
+
168
+ [source, javascript, source-highlighter=highlightjs]
169
+ ----
170
+ function linkify( selector ) {
171
+ if( supports3DTransforms ) {
172
+
173
+ var nodes = document.querySelectorAll( selector );
174
+
175
+ for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
176
+ var node = nodes[i];
177
+
178
+ if( !node.className ) {
179
+ node.className += ' roll';
180
+ }
181
+ }
182
+ }
183
+ }
184
+ ----
185
+
186
+ Courtesy of http://softwaremaniacs.org/soft/highlight/en/description/[highlight.js].
187
+
188
+ == Intergalactic Interconnections
189
+
190
+ You can link between slides internally, link:#/2/3[like this].
191
+
192
+ == fragments
193
+
194
+ == Fragmented Views
195
+
196
+ Hit the next arrow...
197
+
198
+ == To step Through
199
+
200
+ ---
201
+ <p class="fragment">... to step through ...</p>
202
+ ---
203
+
204
+ +++
205
+ <ol>
206
+ <li class="fragment"><code>any type</code></li>
207
+ <li class="fragment"><em>of view</em></li>
208
+ <li class="fragment"><strong>fragments</strong></li>
209
+ </ol>
210
+ +++
211
+
212
+ +++<aside class="notes">+++
213
+ This slide has fragments which are also stepped through in the notes window.
214
+ +++</aside>+++
215
+
216
+
217
+ == Fragment Styles
218
+
219
+ There's a few styles of fragments, like:
220
+
221
+ +++
222
+ <p class="fragment grow">grow</p>
223
+ <p class="fragment shrink">shrink</p>
224
+ <p class="fragment roll-in">roll-in
225
+ <p class="fragment fade-out">fade-out
226
+ <p class="fragment highlight-red">highlight-red
227
+ <p class="fragment highlight-green">highlight-green
228
+ <p class="fragment highlight-blue">highlight-blue
229
+ <p class="fragment current-visible">current-visible
230
+ <p class="fragment highlight-current-blue">highlight-current-blue
231
+ +++
232
+
233
+ == Export to PDF
234
+
235
+ Presentations can be link:https://github.com/hakimel/reveal.js#pdf-export[exported to PDF], below is an example that's been uploaded to SlideShare.
236
+
237
+ +++
238
+ <iframe id="slideshare" src="http://www.slideshare.net/slideshow/embed_code/13872948" width="455" height="356" style="margin:0;overflow:hidden;border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>
239
+ <script>
240
+ document.getElementById('slideshare').attributeName = 'allowfullscreen';
241
+ </script>
242
+ +++
243
+
244
+ == Take a Moment
245
+
246
+ Press +b+ or +period+ on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen + during a presentation.
247
+
248
+ == Stellar Links
22
249
 
23
- == Another Slide
250
+ .Asciidoctor
251
+ - http://http://asciidoctor.org/[Asciidoctor]
252
+ - https://github.com/asciidoctor[Asciidoctor Source code on GitHub]
24
253
 
254
+ .Reveal.js
255
+ - http://lab.hakim.se/reveal-js[Reveal.js demo]
256
+ - https://github.com/hakimel/reveal.js[Reveal.js Source code on GitHub]
25
257
 
258
+ == THE END
26
259
 
260
+ BY http://hakim.se[Hakim El Hattab] & http://cmoulliard.github.io[Charles Moulliard]
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Mouliard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-08 00:00:00.000000000 Z
11
+ date: 2014-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -57,6 +57,9 @@ dependencies:
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '4.1'
62
+ - - ! '>='
60
63
  - !ruby/object:Gem::Version
61
64
  version: 4.1.3
62
65
  type: :runtime
@@ -64,6 +67,9 @@ dependencies:
64
67
  version_requirements: !ruby/object:Gem::Requirement
65
68
  requirements:
66
69
  - - ~>
70
+ - !ruby/object:Gem::Version
71
+ version: '4.1'
72
+ - - ! '>='
67
73
  - !ruby/object:Gem::Version
68
74
  version: 4.1.3
69
75
  - !ruby/object:Gem::Dependency
@@ -71,6 +77,9 @@ dependencies:
71
77
  requirement: !ruby/object:Gem::Requirement
72
78
  requirements:
73
79
  - - ~>
80
+ - !ruby/object:Gem::Version
81
+ version: '0.1'
82
+ - - ! '>='
74
83
  - !ruby/object:Gem::Version
75
84
  version: 0.1.4
76
85
  type: :runtime
@@ -78,6 +87,9 @@ dependencies:
78
87
  version_requirements: !ruby/object:Gem::Requirement
79
88
  requirements:
80
89
  - - ~>
90
+ - !ruby/object:Gem::Version
91
+ version: '0.1'
92
+ - - ! '>='
81
93
  - !ruby/object:Gem::Version
82
94
  version: 0.1.4
83
95
  - !ruby/object:Gem::Dependency
@@ -155,6 +167,9 @@ dependencies:
155
167
  requirement: !ruby/object:Gem::Requirement
156
168
  requirements:
157
169
  - - ~>
170
+ - !ruby/object:Gem::Version
171
+ version: '1.8'
172
+ - - ! '>='
158
173
  - !ruby/object:Gem::Version
159
174
  version: 1.8.3
160
175
  type: :runtime
@@ -162,6 +177,9 @@ dependencies:
162
177
  version_requirements: !ruby/object:Gem::Requirement
163
178
  requirements:
164
179
  - - ~>
180
+ - !ruby/object:Gem::Version
181
+ version: '1.8'
182
+ - - ! '>='
165
183
  - !ruby/object:Gem::Version
166
184
  version: 1.8.3
167
185
  - !ruby/object:Gem::Dependency
@@ -169,6 +187,9 @@ dependencies:
169
187
  requirement: !ruby/object:Gem::Requirement
170
188
  requirements:
171
189
  - - ~>
190
+ - !ruby/object:Gem::Version
191
+ version: '1.3'
192
+ - - ! '>='
172
193
  - !ruby/object:Gem::Version
173
194
  version: 1.3.1
174
195
  type: :runtime
@@ -176,6 +197,9 @@ dependencies:
176
197
  version_requirements: !ruby/object:Gem::Requirement
177
198
  requirements:
178
199
  - - ~>
200
+ - !ruby/object:Gem::Version
201
+ version: '1.3'
202
+ - - ! '>='
179
203
  - !ruby/object:Gem::Version
180
204
  version: 1.3.1
181
205
  - !ruby/object:Gem::Dependency
@@ -183,6 +207,9 @@ dependencies:
183
207
  requirement: !ruby/object:Gem::Requirement
184
208
  requirements:
185
209
  - - ~>
210
+ - !ruby/object:Gem::Version
211
+ version: '1.0'
212
+ - - ! '>='
186
213
  - !ruby/object:Gem::Version
187
214
  version: 1.0.0
188
215
  type: :runtime
@@ -190,8 +217,51 @@ dependencies:
190
217
  version_requirements: !ruby/object:Gem::Requirement
191
218
  requirements:
192
219
  - - ~>
220
+ - !ruby/object:Gem::Version
221
+ version: '1.0'
222
+ - - ! '>='
193
223
  - !ruby/object:Gem::Version
194
224
  version: 1.0.0
225
+ - !ruby/object:Gem::Dependency
226
+ name: mail
227
+ requirement: !ruby/object:Gem::Requirement
228
+ requirements:
229
+ - - ~>
230
+ - !ruby/object:Gem::Version
231
+ version: '2.5'
232
+ - - ! '>='
233
+ - !ruby/object:Gem::Version
234
+ version: 2.5.4
235
+ type: :runtime
236
+ prerelease: false
237
+ version_requirements: !ruby/object:Gem::Requirement
238
+ requirements:
239
+ - - ~>
240
+ - !ruby/object:Gem::Version
241
+ version: '2.5'
242
+ - - ! '>='
243
+ - !ruby/object:Gem::Version
244
+ version: 2.5.4
245
+ - !ruby/object:Gem::Dependency
246
+ name: pdfkit
247
+ requirement: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - ~>
250
+ - !ruby/object:Gem::Version
251
+ version: '0.5'
252
+ - - ! '>='
253
+ - !ruby/object:Gem::Version
254
+ version: 0.5.4
255
+ type: :runtime
256
+ prerelease: false
257
+ version_requirements: !ruby/object:Gem::Requirement
258
+ requirements:
259
+ - - ~>
260
+ - !ruby/object:Gem::Version
261
+ version: '0.5'
262
+ - - ! '>='
263
+ - !ruby/object:Gem::Version
264
+ version: 0.5.4
195
265
  - !ruby/object:Gem::Dependency
196
266
  name: colorator
197
267
  requirement: !ruby/object:Gem::Requirement
@@ -218,28 +288,21 @@ files:
218
288
  - .rakeTasks
219
289
  - .travis.yml
220
290
  - Gemfile
221
- - Gemfile.lock
222
291
  - LICENSE.txt
223
292
  - README.adoc
224
293
  - Rakefile
225
294
  - archive/GruntFile.js
226
295
  - archive/watch_files.rb
227
296
  - bin/hyla
228
- - data/generated/A_Introduction_module/1_Chapter.adoc
229
- - data/generated/A_Introduction_module/2_Chapter.adoc
230
- - data/generated/A_Introduction_module/3_Chapter.adoc
231
- - data/generated/A_Introduction_module/A_Introduction_module_AllSlides.index
232
- - data/generated/B_Instruction_module/1_Chapter.adoc
233
- - data/generated/B_Instruction_module/B_Instruction_module_AllSlides.index
234
- - data/generated/C_Installation_module/1_Chapter.adoc
235
- - data/generated/C_Installation_module/2_Chapter.adoc
236
- - data/generated/C_Installation_module/C_Installation_module_AllSlides.index
237
- - data/generated/camel_AllSlides.index
297
+ - data/chm-status-weeks-0601-1001.html
238
298
  - data/js/livereload.js
239
299
  - data/mime.types
240
300
  - data/toc.adoc
301
+ - documentation/image/access_local_file.png
302
+ - documentation/image/email_send.png
303
+ - documentation/image/hyla_frog.jpg
304
+ - documentation/introduction.adoc
241
305
  - hyla.gemspec
242
- - hyla_frog.jpg
243
306
  - lib/hyla.rb
244
307
  - lib/hyla/command.rb
245
308
  - lib/hyla/commands/build.rb
@@ -248,6 +311,7 @@ files:
248
311
  - lib/hyla/commands/new.rb
249
312
  - lib/hyla/commands/publish.rb
250
313
  - lib/hyla/commands/reload.rb
314
+ - lib/hyla/commands/sendmail.rb
251
315
  - lib/hyla/commands/serve.rb
252
316
  - lib/hyla/commands/watch.rb
253
317
  - lib/hyla/configuration.rb
@@ -609,7 +673,6 @@ files:
609
673
  - lib/resources/styles/rocket-panda.css
610
674
  - lib/resources/styles/rubygems.css
611
675
  - lib/templates/_config.yml
612
- - lib/templates/book/GemFile
613
676
  - lib/templates/book/development/audio/ocean_waves.mp3
614
677
  - lib/templates/book/development/book.adoc
615
678
  - lib/templates/book/development/image/hyla_frog.jpg
@@ -652,7 +715,6 @@ files:
652
715
  - lib/templates/training/module-2/image/hyla_arborea.jpg
653
716
  - lib/templates/training/module-2/video/small.ogv
654
717
  - lib/templates/training/readme.adoc
655
- - scenario.adoc
656
718
  - test/my_test.rb
657
719
  - test/reports/test-1.0.x-11-12-2013.txt
658
720
  - todo.adoc
@@ -676,7 +738,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
676
738
  version: '0'
677
739
  requirements: []
678
740
  rubyforge_project:
679
- rubygems_version: 2.1.11
741
+ rubygems_version: 2.2.1
680
742
  signing_key:
681
743
  specification_version: 4
682
744
  summary: Asciidoctor Hyla - builder/generator of HTML5, slideshow. Watch modifications,
@@ -684,4 +746,3 @@ summary: Asciidoctor Hyla - builder/generator of HTML5, slideshow. Watch modific
684
746
  test_files:
685
747
  - test/my_test.rb
686
748
  - test/reports/test-1.0.x-11-12-2013.txt
687
- has_rdoc: