slideoff 0.2 → 0.3
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/README.md +34 -25
- data/bin/slideoff +19 -4
- data/lib/slideoff.rb +1 -1
- data/lib/slideoff/config_builder.rb +10 -8
- data/lib/slideoff/presentation.rb +6 -6
- data/lib/slideoff/server.rb +2 -2
- data/lib/slideoff/utils.rb +50 -21
- data/themes/modern/css/print.css +6 -0
- data/themes/modern/css/screen.css +100 -103
- data/themes/modern/index.erb +2 -0
- data/themes/modern/js/script.coffee +16 -35
- data/themes/modern/js/script.js +20 -40
- data/themes/modern/styles/_full.scss +3 -8
- data/themes/modern/styles/_increment.scss +3 -0
- data/themes/modern/styles/_list.scss +0 -6
- data/themes/modern/styles/_progress.scss +0 -1
- data/themes/modern/styles/print.scss +13 -0
- data/themes/modern/styles/screen.scss +45 -38
- metadata +5 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slideoff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DSIW
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: goliath
|
@@ -215,6 +215,7 @@ files:
|
|
215
215
|
- themes/modern/css/GENERATED_CONTENT
|
216
216
|
- themes/modern/css/defaults.css
|
217
217
|
- themes/modern/css/fonts.css
|
218
|
+
- themes/modern/css/print.css
|
218
219
|
- themes/modern/css/pygments/colorful.css
|
219
220
|
- themes/modern/css/pygments/github.css
|
220
221
|
- themes/modern/css/pygments/solarized-dark.css
|
@@ -287,6 +288,7 @@ files:
|
|
287
288
|
- themes/modern/styles/_progress.scss
|
288
289
|
- themes/modern/styles/defaults.scss
|
289
290
|
- themes/modern/styles/fonts.scss
|
291
|
+
- themes/modern/styles/print.scss
|
290
292
|
- themes/modern/styles/pygments/_solarized.scss
|
291
293
|
- themes/modern/styles/pygments/colorful.scss
|
292
294
|
- themes/modern/styles/pygments/github.scss
|
@@ -334,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
334
336
|
version: '0'
|
335
337
|
requirements: []
|
336
338
|
rubyforge_project:
|
337
|
-
rubygems_version: 2.
|
339
|
+
rubygems_version: 2.4.5
|
338
340
|
signing_key:
|
339
341
|
specification_version: 4
|
340
342
|
summary: Slideoff is a presentation tool. You write some slides in markdown, choose
|