slideshow 1.1.0.beta6 → 1.1.0.beta7

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.
data/lib/slideshow/gen.rb CHANGED
@@ -76,7 +76,7 @@ class Gen
76
76
  if opts.config_path
77
77
  @config_dir = opts.config_path
78
78
  else
79
- @config_dir = config.cache_dir
79
+ @config_dir = cache_dir
80
80
  end
81
81
 
82
82
  # make sure path exists
@@ -1,3 +1,3 @@
1
1
  module Slideshow
2
- VERSION = '1.1.0.beta6'
2
+ VERSION = '1.1.0.beta7'
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slideshow
3
3
  version: !ruby/object:Gem::Version
4
- hash: 570047004
4
+ hash: 682290833
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
9
  - 0
10
10
  - beta
11
- - 6
12
- version: 1.1.0.beta6
11
+ - 7
12
+ version: 1.1.0.beta7
13
13
  platform: ruby
14
14
  authors:
15
15
  - Gerald Bauer