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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c663d54cb5dd9931ee0e71fc1cd7bc622a9b48b5
4
- data.tar.gz: fe26d19d250103c5895963d0be66810192a2eb7a
3
+ metadata.gz: 77b66a784cfffb3465babed998a43774dd0a1341
4
+ data.tar.gz: c23b5f6fd53ef7150e584ff5ed86fca0849a9d72
5
5
  SHA512:
6
- metadata.gz: 348471ace5d0f27ca6d74c80056804794cb8ccaee1e45554566d837286e74f3b92461a95b3b98f7a0935150ea5d3ac62f9e3d8f9470c62727a6dbea07ca7dcca
7
- data.tar.gz: 4e5f19a3bcc9c8e2c4e44d6c5de78672b867a4f1ce41f23d251bdc7cfca0ab50b7c0745e7ab8dead79a4bd5dca83bbab2db722676e97e5baf91498bcf476f0e7
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
- 2.0.0
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 -o slides # Output slideshow to slides folder
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
 
@@ -8,7 +8,7 @@ module SlideshowCli
8
8
 
9
9
  MAJOR = 3
10
10
  MINOR = 0
11
- PATCH = 0
11
+ PATCH = 1
12
12
  VERSION = [MAJOR,MINOR,PATCH].join('.')
13
13
 
14
14
  def self.version
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.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-02 00:00:00.000000000 Z
11
+ date: 2016-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: slideshow-models