slideshow 3.0.0 → 3.0.1
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 +4 -5
- data/lib/slideshow/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77b66a784cfffb3465babed998a43774dd0a1341
|
4
|
+
data.tar.gz: c23b5f6fd53ef7150e584ff5ed86fca0849a9d72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91f47f13007e1082048e6f28a28f3a864ca6fbd6a90bfc045576d7ab849960bb17fdf2cc354f941ff1a3fcfadd8842ae6e10e0689c969c4dfc32146781c9bf97
|
7
|
+
data.tar.gz: 15c84c9b875e072cb624dbaaa6283df899955a16015742abd80ba4f45fec3b7965913a5c468b5ec920f11793aa9592cd9f8861a91a84e27fe83c94881b4d3b81
|
data/README.md
CHANGED
@@ -21,7 +21,7 @@ SYNOPSIS
|
|
21
21
|
slideshow [global options] command [command options] [arguments...]
|
22
22
|
|
23
23
|
VERSION
|
24
|
-
|
24
|
+
3.0.0
|
25
25
|
|
26
26
|
GLOBAL OPTIONS
|
27
27
|
-c, --config=PATH - Configuration Path (default: ~/.slideshow)
|
@@ -56,10 +56,9 @@ COMMAND OPTIONS
|
|
56
56
|
-t, --template=MANIFEST - Template Manifest (default: s6)
|
57
57
|
|
58
58
|
EXAMPLES
|
59
|
-
slideshow build microformats
|
60
|
-
slideshow build microformats.text
|
61
|
-
slideshow build microformats -
|
62
|
-
slideshow build microformats -t s5blank # Use your own slide show templates (e.g. s5blank)
|
59
|
+
slideshow build microformats.text
|
60
|
+
slideshow build microformats.text -o slides # Output slideshow to slides folder
|
61
|
+
slideshow build microformats.text -t s5blank # Use your own slide show templates (e.g. s5blank)
|
63
62
|
```
|
64
63
|
|
65
64
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slideshow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: slideshow-models
|