showoff 0.16.2 → 0.17.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.
- checksums.yaml +4 -4
- data/lib/showoff.rb +27 -36
- data/lib/showoff/version.rb +1 -1
- data/lib/showoff_utils.rb +82 -52
- data/public/css/presenter.css +121 -159
- data/public/css/showoff.css +73 -13
- data/public/js/jquery-ui-1.12.1.js +2 -2
- data/public/js/presenter.js +80 -32
- data/public/js/showoff.js +8 -5
- data/views/header.erb +1 -0
- data/views/presenter.erb +130 -106
- metadata +14 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: showoff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Chacon
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-02-
|
12
|
+
date: 2017-02-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sinatra
|
@@ -365,7 +365,18 @@ homepage: https://puppetlabs.github.io/showoff
|
|
365
365
|
licenses:
|
366
366
|
- MIT
|
367
367
|
metadata: {}
|
368
|
-
post_install_message:
|
368
|
+
post_install_message: |2
|
369
|
+
_________________________________________
|
370
|
+
/ Ahoy ahead! \
|
371
|
+
| User interface changes in this release. |
|
372
|
+
| |
|
373
|
+
\ Please clear your browser cache. /
|
374
|
+
-----------------------------------------
|
375
|
+
\ ^__^
|
376
|
+
\ (oo)\_______
|
377
|
+
(__)\ )\/\
|
378
|
+
||----w |
|
379
|
+
|| ||
|
369
380
|
rdoc_options: []
|
370
381
|
require_paths:
|
371
382
|
- lib
|