rhet-butler 0.13.0 → 0.14.0

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 (57) hide show
  1. checksums.yaml +6 -14
  2. data/default-configuration/assets/fonts.googleapis.com/css/family=Arimo:700|Droid Sans Mono|Cinzel Decorative:700,900|Slackey,subset=latin,latin-ext +30 -0
  3. data/default-configuration/assets/fonts.gstatic.com/s/arimo/v12/P5sBzZCDf9_T_1Wi4TRNrZc.ttf +0 -0
  4. data/default-configuration/assets/fonts.gstatic.com/s/cinzeldecorative/v7/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa9lESTQ.ttf +0 -0
  5. data/default-configuration/assets/fonts.gstatic.com/s/cinzeldecorative/v7/daaHSScvJGqLYhG8nNt8KPPswUAPniZoadlESTQ.ttf +0 -0
  6. data/default-configuration/assets/fonts.gstatic.com/s/droidsansmono/v10/6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf +0 -0
  7. data/default-configuration/assets/fonts.gstatic.com/s/slackey/v9/N0bV2SdQO-5yM0-dGlNQIQ.ttf +0 -0
  8. data/default-configuration/assets/javascript/presenter.js +317 -0
  9. data/default-configuration/assets/javascript/rhet-butler/child-step.js +13 -0
  10. data/default-configuration/assets/javascript/rhet-butler/step.js +197 -0
  11. data/default-configuration/assets/javascript/rhet-butler/steps/group.js +50 -0
  12. data/default-configuration/assets/javascript/rhet-butler/steps/item.js +60 -0
  13. data/default-configuration/assets/javascript/rhet-butler/steps/root.js +41 -0
  14. data/default-configuration/assets/javascript/rhet-butler/steps/slide.js +96 -0
  15. data/default-configuration/assets/javascript/rhet-butler/transition-states.js +173 -0
  16. data/default-configuration/assets/javascript/rhet-butler/transition-station.js +133 -0
  17. data/default-configuration/assets/javascript/rhet-butler/transition-stations.js +107 -0
  18. data/default-configuration/assets/javascript/rhet-butler/tree-builder.js +103 -0
  19. data/default-configuration/assets/javascript/utils.js +78 -0
  20. data/default-configuration/assets/stylesheets/font.sass +5 -9
  21. data/default-configuration/common/templates/presentation.html.erb +5 -5
  22. data/lib/rhet-butler/file-loading.rb +1 -1
  23. data/lib/rhet-butler/stasis/transform-queue.rb +2 -0
  24. data/spec/command-line.rb +1 -0
  25. data/spec/configuration.rb +27 -0
  26. data/spec/javascripts/fixtures/long-animation-group-1.html +19 -0
  27. data/spec/javascripts/fixtures/long-transition-group-1.html +10 -0
  28. data/spec/javascripts/fixtures/looped-animation-group-1.html +20 -0
  29. data/spec/javascripts/fixtures/quiet_console.js +2 -0
  30. data/spec/javascripts/fixtures/test-presentation.html +49 -0
  31. data/spec/javascripts/helpers/.gitkeep +0 -0
  32. data/spec/javascripts/helpers/jasmine-jquery.js +841 -0
  33. data/spec/javascripts/helpers/jj-fixture-path.js +3 -0
  34. data/spec/javascripts/helpers/jquery-3.4.0.min.js +2 -0
  35. data/spec/javascripts/present_spec.js +728 -0
  36. data/spec/javascripts/support/jasmine.yml +148 -0
  37. data/spec/javascripts/support/jasmine_helper.rb +23 -0
  38. data/spec/javascripts/support/run.html.erb +22 -0
  39. data/spec/javascripts/utils_spec.js +7 -0
  40. data/spec/main-app.rb +18 -0
  41. data/spec/messaging.rb +32 -0
  42. data/spec/presentation-view.rb +4 -4
  43. data/spec/resource-localizer.rb +37 -0
  44. data/spec/sass-functions.rb +25 -0
  45. data/spec/slide-loader.rb +1 -1
  46. data/spec/slide-rendering.rb +58 -0
  47. data/spec/static-generator.rb +54 -0
  48. metadata +211 -178
  49. data/default-configuration/assets/javascript/rhet-present.js +0 -855
  50. data/default-configuration/assets/javascript/rhet-present.min.js +0 -55
  51. data/default-configuration/assets/stylesheets/animate/attention/._pulse.scss.swp +0 -0
  52. data/default-configuration/assets/themes.googleusercontent.com/static/fonts/arimo/v5/K-bXE71xZHgbUS_UdQjugvesZW2xOQ-xsNqO47m55DA.ttf +0 -0
  53. data/default-configuration/assets/themes.googleusercontent.com/static/fonts/cinzeldecorative/v1/pXhIVnhFtL_B9Vb1wq2F9wIh9oxuYcmvOvyh_107lQs.ttf +0 -0
  54. data/default-configuration/assets/themes.googleusercontent.com/static/fonts/cinzeldecorative/v1/pXhIVnhFtL_B9Vb1wq2F9zCUrkmwPfdnoTjOU_kXqBI.ttf +0 -0
  55. data/default-configuration/assets/themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJYW_AySPyikQrZReizgrnuw.ttf +0 -0
  56. data/default-configuration/assets/themes.googleusercontent.com/static/fonts/slackey/v3/bJZDrYrGx8atJRHR9DVdqg.ttf +0 -0
  57. data/default-configuration/skels/slides.yaml +0 -7
metadata CHANGED
@@ -1,227 +1,228 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhet-butler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Judson Lester
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-11 00:00:00.000000000 Z
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: compass-import-once
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.0.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.0.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: thor
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>'
45
+ - - ">"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>'
52
+ - - ">"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rack
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>'
59
+ - - ">"
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>'
66
+ - - ">"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: thin
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>'
73
+ - - ">"
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>'
80
+ - - ">"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: sockjs
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ~>
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
89
  version: 0.3.4
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ~>
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.3.4
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: valise
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ~>
101
+ - - "~>"
102
102
  - !ruby/object:Gem::Version
103
103
  version: '1.0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ~>
108
+ - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '1.0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: tilt
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - <
115
+ - - "<"
116
116
  - !ruby/object:Gem::Version
117
117
  version: '2.0'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - <
122
+ - - "<"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '2.0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: nokogiri
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ! '>='
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ! '>='
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: crass
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - ! '>='
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - ! '>='
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: addressable
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ! '>='
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ! '>='
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: system-getifaddrs
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - ~>
171
+ - - "~>"
172
172
  - !ruby/object:Gem::Version
173
173
  version: 0.2.0
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - ~>
178
+ - - "~>"
179
179
  - !ruby/object:Gem::Version
180
180
  version: 0.2.0
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: rqrcode
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
- - - ~>
185
+ - - "~>"
186
186
  - !ruby/object:Gem::Version
187
187
  version: 0.4.2
188
188
  type: :runtime
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
- - - ~>
192
+ - - "~>"
193
193
  - !ruby/object:Gem::Version
194
194
  version: 0.4.2
195
195
  - !ruby/object:Gem::Dependency
196
196
  name: RedCloth
197
197
  requirement: !ruby/object:Gem::Requirement
198
198
  requirements:
199
- - - ~>
199
+ - - "~>"
200
200
  - !ruby/object:Gem::Version
201
- version: 4.2.9
201
+ version: 4.3.0
202
202
  type: :runtime
203
203
  prerelease: false
204
204
  version_requirements: !ruby/object:Gem::Requirement
205
205
  requirements:
206
- - - ~>
206
+ - - "~>"
207
207
  - !ruby/object:Gem::Version
208
- version: 4.2.9
208
+ version: 4.3.0
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: kramdown
211
211
  requirement: !ruby/object:Gem::Requirement
212
212
  requirements:
213
- - - ~>
213
+ - - "~>"
214
214
  - !ruby/object:Gem::Version
215
215
  version: 1.7.0
216
216
  type: :runtime
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
- - - ~>
220
+ - - "~>"
221
221
  - !ruby/object:Gem::Version
222
222
  version: 1.7.0
223
- description: ! " Rhet Butler is a presentation assistant. Build a slide deck in simple
224
- YAML,\n design it in CSS, run the presentation with your smartphone over Websockets.\n"
223
+ description: |2
224
+ Rhet Butler is a presentation assistant. Build a slide deck in simple YAML,
225
+ design it in CSS, run the presentation with your smartphone over Websockets.
225
226
  email:
226
227
  - nyarly@gmail.com
227
228
  executables:
@@ -229,171 +230,203 @@ executables:
229
230
  extensions: []
230
231
  extra_rdoc_files: []
231
232
  files:
232
- - lib/rhet-butler/web/assets-app.rb
233
- - lib/rhet-butler/web/presentation-app.rb
234
- - lib/rhet-butler/web/main-app.rb
235
- - lib/rhet-butler/web/qr-display-app.rb
236
- - lib/rhet-butler/messaging.rb
237
- - lib/rhet-butler/file-manager.rb
238
- - lib/rhet-butler/configuration.rb
239
- - lib/rhet-butler/command-line.rb
240
- - lib/rhet-butler/html-generator.rb
241
- - lib/rhet-butler/slide-group.rb
242
- - lib/rhet-butler/yaml-schema.rb
243
- - lib/rhet-butler/slide-loader.rb
244
- - lib/rhet-butler/slide.rb
245
- - lib/rhet-butler/slide-includer.rb
246
- - lib/rhet-butler/static-generator.rb
247
- - lib/rhet-butler/yaml-type.rb
248
- - lib/rhet-butler/file-loading.rb
249
- - lib/rhet-butler/filter-resolver.rb
250
- - lib/rhet-butler/include-processor.rb
251
- - lib/rhet-butler/slide-contents.rb
252
- - lib/rhet-butler/slide-contents/embed.rb
253
- - lib/rhet-butler/slide-renderer.rb
254
- - lib/rhet-butler/slide-renderers/code.rb
255
- - lib/rhet-butler/slide-renderers/cues.rb
256
- - lib/rhet-butler/slide-renderers/textile.rb
257
- - lib/rhet-butler/slide-renderers/markdown.rb
258
- - lib/rhet-butler/slide-rendering.rb
259
- - lib/rhet-butler/slide-traverser.rb
260
- - lib/rhet-butler/resource-localizer.rb
261
- - lib/rhet-butler/sass-functions.rb
262
- - lib/rhet-butler/stasis.rb
263
- - lib/rhet-butler/stasis/css-transform.rb
264
- - lib/rhet-butler/stasis/document-transform.rb
265
- - lib/rhet-butler/stasis/html-transform.rb
266
- - lib/rhet-butler/stasis/http-loader.rb
267
- - lib/rhet-butler/stasis/identity-transform.rb
268
- - lib/rhet-butler/stasis/rack-loader.rb
269
- - lib/rhet-butler/stasis/resource-mapping.rb
270
- - lib/rhet-butler/stasis/transform-queue.rb
271
- - lib/rhet-butler/stasis/writer.rb
272
233
  - bin/rhet-butler
273
- - spec/slide-loader.rb
274
- - spec/html-generation.rb
275
- - spec/rhet-butler.rb
276
- - spec/presentation-view.rb
277
- - default-configuration/assets/favicon.ico
278
234
  - default-configuration/assets/apple-touch-icon-precomposed.png
279
235
  - default-configuration/assets/apple-touch-icon.png
280
- - default-configuration/assets/rhet-butler.jpg
281
- - default-configuration/assets/fonts/ptserif/v5/QABk9IxT-LFTJ_dQzv7xpJ0EAVxt0G0biEntp43Qt6E.ttf
282
- - default-configuration/assets/fonts/ptserif/v5/EgBlzoNBIHxNPCMwXaAhYPesZW2xOQ-xsNqO47m55DA.ttf
283
- - default-configuration/assets/fonts/ptserif/v5/Foydq9xJp--nfYIx2TBz9fEr6Hm6RMS0v1dtXsGir4g.ttf
284
- - default-configuration/assets/fonts/ptserif/v5/03aPdn7fFF3H6ngCgAlQzC3USBnSvpkopQaUR-2r7iU.ttf
285
- - default-configuration/assets/fonts/ptsans/v5/lILlYDvubYemzYzN7GbLkInF5uFdDttMLvmWuJdhhgs.ttf
286
- - default-configuration/assets/fonts/ptsans/v5/FUDHvzEKSJww3kCxuiAo2A.ttf
287
- - default-configuration/assets/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNC3USBnSvpkopQaUR-2r7iU.ttf
288
- - default-configuration/assets/fonts/ptsans/v5/PIPMHY90P7jtyjpXuZ2cLKCWcynf_cDxXwCLxiixG1c.ttf
236
+ - default-configuration/assets/favicon.ico
237
+ - default-configuration/assets/fonts.googleapis.com/css/family=Arimo:700|Droid Sans
238
+ Mono|Cinzel Decorative:700,900|Slackey,subset=latin,latin-ext
239
+ - default-configuration/assets/fonts.gstatic.com/s/arimo/v12/P5sBzZCDf9_T_1Wi4TRNrZc.ttf
240
+ - default-configuration/assets/fonts.gstatic.com/s/cinzeldecorative/v7/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa9lESTQ.ttf
241
+ - default-configuration/assets/fonts.gstatic.com/s/cinzeldecorative/v7/daaHSScvJGqLYhG8nNt8KPPswUAPniZoadlESTQ.ttf
242
+ - default-configuration/assets/fonts.gstatic.com/s/droidsansmono/v10/6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf
243
+ - default-configuration/assets/fonts.gstatic.com/s/slackey/v9/N0bV2SdQO-5yM0-dGlNQIQ.ttf
289
244
  - default-configuration/assets/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf
290
- - default-configuration/assets/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf
291
- - default-configuration/assets/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf
292
245
  - default-configuration/assets/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf
293
- - default-configuration/assets/themes.googleusercontent.com/static/fonts/cinzeldecorative/v1/pXhIVnhFtL_B9Vb1wq2F9wIh9oxuYcmvOvyh_107lQs.ttf
294
- - default-configuration/assets/themes.googleusercontent.com/static/fonts/cinzeldecorative/v1/pXhIVnhFtL_B9Vb1wq2F9zCUrkmwPfdnoTjOU_kXqBI.ttf
295
- - default-configuration/assets/themes.googleusercontent.com/static/fonts/arimo/v5/K-bXE71xZHgbUS_UdQjugvesZW2xOQ-xsNqO47m55DA.ttf
296
- - default-configuration/assets/themes.googleusercontent.com/static/fonts/slackey/v3/bJZDrYrGx8atJRHR9DVdqg.ttf
297
- - default-configuration/assets/themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJYW_AySPyikQrZReizgrnuw.ttf
298
- - default-configuration/assets/stylesheets/prez-local.css
299
- - default-configuration/assets/stylesheets/solarized.sass
300
- - default-configuration/assets/stylesheets/solarized.scss
301
- - default-configuration/assets/stylesheets/google-open-sans.css
302
- - default-configuration/assets/stylesheets/rhet.css.sass
303
- - default-configuration/assets/stylesheets/font.sass
304
- - default-configuration/assets/stylesheets/presenter/rhet.css.sass
246
+ - default-configuration/assets/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf
247
+ - default-configuration/assets/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf
248
+ - default-configuration/assets/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNC3USBnSvpkopQaUR-2r7iU.ttf
249
+ - default-configuration/assets/fonts/ptsans/v5/FUDHvzEKSJww3kCxuiAo2A.ttf
250
+ - default-configuration/assets/fonts/ptsans/v5/PIPMHY90P7jtyjpXuZ2cLKCWcynf_cDxXwCLxiixG1c.ttf
251
+ - default-configuration/assets/fonts/ptsans/v5/lILlYDvubYemzYzN7GbLkInF5uFdDttMLvmWuJdhhgs.ttf
252
+ - default-configuration/assets/fonts/ptserif/v5/03aPdn7fFF3H6ngCgAlQzC3USBnSvpkopQaUR-2r7iU.ttf
253
+ - default-configuration/assets/fonts/ptserif/v5/EgBlzoNBIHxNPCMwXaAhYPesZW2xOQ-xsNqO47m55DA.ttf
254
+ - default-configuration/assets/fonts/ptserif/v5/Foydq9xJp--nfYIx2TBz9fEr6Hm6RMS0v1dtXsGir4g.ttf
255
+ - default-configuration/assets/fonts/ptserif/v5/QABk9IxT-LFTJ_dQzv7xpJ0EAVxt0G0biEntp43Qt6E.ttf
256
+ - default-configuration/assets/javascript/highlight.js/LICENSE
257
+ - default-configuration/assets/javascript/highlight.js/README.md
258
+ - default-configuration/assets/javascript/highlight.js/README.ru.md
259
+ - default-configuration/assets/javascript/highlight.js/classref.txt
260
+ - default-configuration/assets/javascript/highlight.pack.js
261
+ - default-configuration/assets/javascript/keyboard-nav.js
262
+ - default-configuration/assets/javascript/presenter.js
263
+ - default-configuration/assets/javascript/rhet-butler/child-step.js
264
+ - default-configuration/assets/javascript/rhet-butler/step.js
265
+ - default-configuration/assets/javascript/rhet-butler/steps/group.js
266
+ - default-configuration/assets/javascript/rhet-butler/steps/item.js
267
+ - default-configuration/assets/javascript/rhet-butler/steps/root.js
268
+ - default-configuration/assets/javascript/rhet-butler/steps/slide.js
269
+ - default-configuration/assets/javascript/rhet-butler/transition-states.js
270
+ - default-configuration/assets/javascript/rhet-butler/transition-station.js
271
+ - default-configuration/assets/javascript/rhet-butler/transition-stations.js
272
+ - default-configuration/assets/javascript/rhet-butler/tree-builder.js
273
+ - default-configuration/assets/javascript/sockjs-0.2.1.js
274
+ - default-configuration/assets/javascript/sockjs-0.3.4.js
275
+ - default-configuration/assets/javascript/sockjs-0.3.js
276
+ - default-configuration/assets/javascript/utils.js
277
+ - default-configuration/assets/rhet-butler.jpg
305
278
  - default-configuration/assets/stylesheets/_animate-helpers.scss
306
- - default-configuration/assets/stylesheets/animate/fade/_fadeIn.sass
307
- - default-configuration/assets/stylesheets/animate/fade/_fadeOut.sass
308
- - default-configuration/assets/stylesheets/animate/flip/_flipOut.scss
309
- - default-configuration/assets/stylesheets/animate/flip/_flipIn.scss
310
- - default-configuration/assets/stylesheets/animate/roll/_rollIn.scss
311
- - default-configuration/assets/stylesheets/animate/roll/_rollOut.scss
312
- - default-configuration/assets/stylesheets/animate/attention/_tada.scss
279
+ - default-configuration/assets/stylesheets/animate/_attention.scss
280
+ - default-configuration/assets/stylesheets/animate/_bounce.scss
281
+ - default-configuration/assets/stylesheets/animate/_fade.scss
282
+ - default-configuration/assets/stylesheets/animate/_flip.scss
283
+ - default-configuration/assets/stylesheets/animate/_lightSpeed.scss
284
+ - default-configuration/assets/stylesheets/animate/_roll.scss
285
+ - default-configuration/assets/stylesheets/animate/_rotate.scss
286
+ - default-configuration/assets/stylesheets/animate/_special.scss
287
+ - default-configuration/assets/stylesheets/animate/_windblown.sass
288
+ - default-configuration/assets/stylesheets/animate/attention/_flash.scss
313
289
  - default-configuration/assets/stylesheets/animate/attention/_pulse.scss
314
- - default-configuration/assets/stylesheets/animate/attention/_wobble.scss
315
- - default-configuration/assets/stylesheets/animate/attention/_swing.scss
316
- - default-configuration/assets/stylesheets/animate/attention/._pulse.scss.swp
317
290
  - default-configuration/assets/stylesheets/animate/attention/_shake.scss
291
+ - default-configuration/assets/stylesheets/animate/attention/_swing.scss
292
+ - default-configuration/assets/stylesheets/animate/attention/_tada.scss
318
293
  - default-configuration/assets/stylesheets/animate/attention/_wiggle.scss
319
- - default-configuration/assets/stylesheets/animate/attention/_flash.scss
320
- - default-configuration/assets/stylesheets/animate/windblown/_windblownIn.sass
321
- - default-configuration/assets/stylesheets/animate/windblown/_windblownOut.sass
322
- - default-configuration/assets/stylesheets/animate/_fade.scss
323
- - default-configuration/assets/stylesheets/animate/_attention.scss
324
- - default-configuration/assets/stylesheets/animate/_special.scss
325
- - default-configuration/assets/stylesheets/animate/special/_hinge.scss
326
- - default-configuration/assets/stylesheets/animate/bounce/_bounceOut.scss
294
+ - default-configuration/assets/stylesheets/animate/attention/_wobble.scss
327
295
  - default-configuration/assets/stylesheets/animate/bounce/_bounceIn.scss
328
- - default-configuration/assets/stylesheets/animate/_lightSpeed.scss
329
- - default-configuration/assets/stylesheets/animate/lightSpeed/_lightSpeedOut.scss
296
+ - default-configuration/assets/stylesheets/animate/bounce/_bounceOut.scss
297
+ - default-configuration/assets/stylesheets/animate/fade/_fadeIn.sass
298
+ - default-configuration/assets/stylesheets/animate/fade/_fadeOut.sass
299
+ - default-configuration/assets/stylesheets/animate/flip/_flipIn.scss
300
+ - default-configuration/assets/stylesheets/animate/flip/_flipOut.scss
330
301
  - default-configuration/assets/stylesheets/animate/lightSpeed/_lightSpeedIn.scss
331
- - default-configuration/assets/stylesheets/animate/_flip.scss
332
- - default-configuration/assets/stylesheets/animate/_roll.scss
333
- - default-configuration/assets/stylesheets/animate/_rotate.scss
302
+ - default-configuration/assets/stylesheets/animate/lightSpeed/_lightSpeedOut.scss
303
+ - default-configuration/assets/stylesheets/animate/roll/_rollIn.scss
304
+ - default-configuration/assets/stylesheets/animate/roll/_rollOut.scss
334
305
  - default-configuration/assets/stylesheets/animate/rotate/_rotateIn.scss
335
306
  - default-configuration/assets/stylesheets/animate/rotate/_rotateOut.scss
336
- - default-configuration/assets/stylesheets/animate/_bounce.scss
337
- - default-configuration/assets/stylesheets/animate/_windblown.sass
338
- - default-configuration/assets/stylesheets/highlight/solarized_dark.css
339
- - default-configuration/assets/stylesheets/highlight/pojoaque.css
340
- - default-configuration/assets/stylesheets/highlight/pojoaque.jpg
307
+ - default-configuration/assets/stylesheets/animate/special/_hinge.scss
308
+ - default-configuration/assets/stylesheets/animate/windblown/_windblownIn.sass
309
+ - default-configuration/assets/stylesheets/animate/windblown/_windblownOut.sass
310
+ - default-configuration/assets/stylesheets/font.sass
311
+ - default-configuration/assets/stylesheets/google-open-sans.css
312
+ - default-configuration/assets/stylesheets/highlight/arta.css
341
313
  - default-configuration/assets/stylesheets/highlight/ascetic.css
342
- - default-configuration/assets/stylesheets/highlight/tomorrow-night-blue.css
314
+ - default-configuration/assets/stylesheets/highlight/brown_paper.css
315
+ - default-configuration/assets/stylesheets/highlight/brown_papersq.png
343
316
  - default-configuration/assets/stylesheets/highlight/dark.css
344
- - default-configuration/assets/stylesheets/highlight/rainbow.css
345
- - default-configuration/assets/stylesheets/highlight/github.css
346
- - default-configuration/assets/stylesheets/highlight/school_book.css
347
- - default-configuration/assets/stylesheets/highlight/school_book.png
348
- - default-configuration/assets/stylesheets/highlight/xcode.css
349
317
  - default-configuration/assets/stylesheets/highlight/default.css
350
- - default-configuration/assets/stylesheets/highlight/googlecode.css
351
318
  - default-configuration/assets/stylesheets/highlight/far.css
319
+ - default-configuration/assets/stylesheets/highlight/github.css
320
+ - default-configuration/assets/stylesheets/highlight/googlecode.css
352
321
  - default-configuration/assets/stylesheets/highlight/idea.css
353
- - default-configuration/assets/stylesheets/highlight/brown_papersq.png
354
- - default-configuration/assets/stylesheets/highlight/tomorrow-night-bright.css
355
- - default-configuration/assets/stylesheets/highlight/sunburst.css
356
- - default-configuration/assets/stylesheets/highlight/zenburn.css
357
- - default-configuration/assets/stylesheets/highlight/tomorrow.css
358
- - default-configuration/assets/stylesheets/highlight/monokai.css
359
322
  - default-configuration/assets/stylesheets/highlight/ir_black.css
323
+ - default-configuration/assets/stylesheets/highlight/magula.css
324
+ - default-configuration/assets/stylesheets/highlight/monokai.css
325
+ - default-configuration/assets/stylesheets/highlight/pojoaque.css
326
+ - default-configuration/assets/stylesheets/highlight/pojoaque.jpg
327
+ - default-configuration/assets/stylesheets/highlight/rainbow.css
328
+ - default-configuration/assets/stylesheets/highlight/school_book.css
329
+ - default-configuration/assets/stylesheets/highlight/school_book.png
330
+ - default-configuration/assets/stylesheets/highlight/solarized_dark.css
360
331
  - default-configuration/assets/stylesheets/highlight/solarized_light.css
361
- - default-configuration/assets/stylesheets/highlight/vs.css
362
- - default-configuration/assets/stylesheets/highlight/tomorrow-night.css
363
- - default-configuration/assets/stylesheets/highlight/arta.css
332
+ - default-configuration/assets/stylesheets/highlight/sunburst.css
333
+ - default-configuration/assets/stylesheets/highlight/tomorrow-night-blue.css
334
+ - default-configuration/assets/stylesheets/highlight/tomorrow-night-bright.css
364
335
  - default-configuration/assets/stylesheets/highlight/tomorrow-night-eighties.css
365
- - default-configuration/assets/stylesheets/highlight/brown_paper.css
366
- - default-configuration/assets/stylesheets/highlight/magula.css
367
- - default-configuration/assets/stylesheets/setup.css
336
+ - default-configuration/assets/stylesheets/highlight/tomorrow-night.css
337
+ - default-configuration/assets/stylesheets/highlight/tomorrow.css
338
+ - default-configuration/assets/stylesheets/highlight/vs.css
339
+ - default-configuration/assets/stylesheets/highlight/xcode.css
340
+ - default-configuration/assets/stylesheets/highlight/zenburn.css
368
341
  - default-configuration/assets/stylesheets/presentation.css
369
- - default-configuration/assets/javascript/sockjs-0.2.1.js
370
- - default-configuration/assets/javascript/sockjs-0.3.4.js
371
- - default-configuration/assets/javascript/keyboard-nav.js
372
- - default-configuration/assets/javascript/highlight.pack.js
373
- - default-configuration/assets/javascript/highlight.js/LICENSE
374
- - default-configuration/assets/javascript/highlight.js/README.md
375
- - default-configuration/assets/javascript/highlight.js/README.ru.md
376
- - default-configuration/assets/javascript/highlight.js/classref.txt
377
- - default-configuration/assets/javascript/rhet-present.js
378
- - default-configuration/assets/javascript/rhet-present.min.js
379
- - default-configuration/assets/javascript/sockjs-0.3.js
380
- - default-configuration/presenter/config.yaml
381
- - default-configuration/presenter/templates/stylesheets.html.erb
382
- - default-configuration/presenter/templates/slide.html.erb
383
- - default-configuration/presenter/templates/slide-notes.html.erb
384
- - default-configuration/presenter/templates/live-javascript.html.erb
342
+ - default-configuration/assets/stylesheets/presenter/rhet.css.sass
343
+ - default-configuration/assets/stylesheets/prez-local.css
344
+ - default-configuration/assets/stylesheets/rhet.css.sass
345
+ - default-configuration/assets/stylesheets/setup.css
346
+ - default-configuration/assets/stylesheets/solarized.sass
347
+ - default-configuration/assets/stylesheets/solarized.scss
385
348
  - default-configuration/common/config.yaml
386
349
  - default-configuration/common/templates/group.html.erb
387
- - default-configuration/common/templates/slide.html.erb
388
350
  - default-configuration/common/templates/header-javascript.html
389
- - default-configuration/common/templates/stylesheets.html.erb
390
351
  - default-configuration/common/templates/presentation.html.erb
391
352
  - default-configuration/common/templates/presenter-qr.html.erb
392
- - default-configuration/skels/slides.yaml
353
+ - default-configuration/common/templates/slide.html.erb
354
+ - default-configuration/common/templates/stylesheets.html.erb
355
+ - default-configuration/presenter/config.yaml
356
+ - default-configuration/presenter/templates/live-javascript.html.erb
357
+ - default-configuration/presenter/templates/slide-notes.html.erb
358
+ - default-configuration/presenter/templates/slide.html.erb
359
+ - default-configuration/presenter/templates/stylesheets.html.erb
393
360
  - default-configuration/skels/config.yaml
394
361
  - default-configuration/viewer/config.yaml
395
- - default-configuration/viewer/templates/slide-notes.html.erb
396
362
  - default-configuration/viewer/templates/live-javascript.html.erb
363
+ - default-configuration/viewer/templates/slide-notes.html.erb
364
+ - lib/rhet-butler/command-line.rb
365
+ - lib/rhet-butler/configuration.rb
366
+ - lib/rhet-butler/file-loading.rb
367
+ - lib/rhet-butler/file-manager.rb
368
+ - lib/rhet-butler/filter-resolver.rb
369
+ - lib/rhet-butler/html-generator.rb
370
+ - lib/rhet-butler/include-processor.rb
371
+ - lib/rhet-butler/messaging.rb
372
+ - lib/rhet-butler/resource-localizer.rb
373
+ - lib/rhet-butler/sass-functions.rb
374
+ - lib/rhet-butler/slide-contents.rb
375
+ - lib/rhet-butler/slide-contents/embed.rb
376
+ - lib/rhet-butler/slide-group.rb
377
+ - lib/rhet-butler/slide-includer.rb
378
+ - lib/rhet-butler/slide-loader.rb
379
+ - lib/rhet-butler/slide-renderer.rb
380
+ - lib/rhet-butler/slide-renderers/code.rb
381
+ - lib/rhet-butler/slide-renderers/cues.rb
382
+ - lib/rhet-butler/slide-renderers/markdown.rb
383
+ - lib/rhet-butler/slide-renderers/textile.rb
384
+ - lib/rhet-butler/slide-rendering.rb
385
+ - lib/rhet-butler/slide-traverser.rb
386
+ - lib/rhet-butler/slide.rb
387
+ - lib/rhet-butler/stasis.rb
388
+ - lib/rhet-butler/stasis/css-transform.rb
389
+ - lib/rhet-butler/stasis/document-transform.rb
390
+ - lib/rhet-butler/stasis/html-transform.rb
391
+ - lib/rhet-butler/stasis/http-loader.rb
392
+ - lib/rhet-butler/stasis/identity-transform.rb
393
+ - lib/rhet-butler/stasis/rack-loader.rb
394
+ - lib/rhet-butler/stasis/resource-mapping.rb
395
+ - lib/rhet-butler/stasis/transform-queue.rb
396
+ - lib/rhet-butler/stasis/writer.rb
397
+ - lib/rhet-butler/static-generator.rb
398
+ - lib/rhet-butler/web/assets-app.rb
399
+ - lib/rhet-butler/web/main-app.rb
400
+ - lib/rhet-butler/web/presentation-app.rb
401
+ - lib/rhet-butler/web/qr-display-app.rb
402
+ - lib/rhet-butler/yaml-schema.rb
403
+ - lib/rhet-butler/yaml-type.rb
404
+ - spec/command-line.rb
405
+ - spec/configuration.rb
406
+ - spec/html-generation.rb
407
+ - spec/javascripts/fixtures/long-animation-group-1.html
408
+ - spec/javascripts/fixtures/long-transition-group-1.html
409
+ - spec/javascripts/fixtures/looped-animation-group-1.html
410
+ - spec/javascripts/fixtures/quiet_console.js
411
+ - spec/javascripts/fixtures/test-presentation.html
412
+ - spec/javascripts/helpers/.gitkeep
413
+ - spec/javascripts/helpers/jasmine-jquery.js
414
+ - spec/javascripts/helpers/jj-fixture-path.js
415
+ - spec/javascripts/helpers/jquery-3.4.0.min.js
416
+ - spec/javascripts/present_spec.js
417
+ - spec/javascripts/support/jasmine.yml
418
+ - spec/javascripts/support/jasmine_helper.rb
419
+ - spec/javascripts/support/run.html.erb
420
+ - spec/javascripts/utils_spec.js
421
+ - spec/main-app.rb
422
+ - spec/messaging.rb
423
+ - spec/presentation-view.rb
424
+ - spec/resource-localizer.rb
425
+ - spec/rhet-butler.rb
426
+ - spec/sass-functions.rb
427
+ - spec/slide-loader.rb
428
+ - spec/slide-rendering.rb
429
+ - spec/static-generator.rb
397
430
  - spec_support/gem_test_suite.rb
398
431
  homepage: http://nyarly.github.com/rhet-butler
399
432
  licenses:
@@ -401,26 +434,26 @@ licenses:
401
434
  metadata: {}
402
435
  post_install_message:
403
436
  rdoc_options:
404
- - --inline-source
405
- - --main
437
+ - "--inline-source"
438
+ - "--main"
406
439
  - doc/README
407
- - --title
408
- - rhet-butler-0.13.0 Documentation
440
+ - "--title"
441
+ - rhet-butler-0.14.0 Documentation
409
442
  require_paths:
410
443
  - lib/
411
444
  required_ruby_version: !ruby/object:Gem::Requirement
412
445
  requirements:
413
- - - ! '>='
446
+ - - ">="
414
447
  - !ruby/object:Gem::Version
415
448
  version: '0'
416
449
  required_rubygems_version: !ruby/object:Gem::Requirement
417
450
  requirements:
418
- - - ! '>='
451
+ - - ">="
419
452
  - !ruby/object:Gem::Version
420
453
  version: '0'
421
454
  requirements: []
422
455
  rubyforge_project: rhet-butler
423
- rubygems_version: 2.0.14
456
+ rubygems_version: 2.7.6.2
424
457
  signing_key:
425
458
  specification_version: 4
426
459
  summary: A web tech presentation system