mdpress 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/mdpress +1 -1
  2. metadata +3 -3
data/bin/mdpress CHANGED
@@ -148,7 +148,7 @@ else
148
148
  end
149
149
 
150
150
  if OPTS[:images]
151
- if Dir.exist?(OPTS[:images])
151
+ if File.directory?(OPTS[:images])
152
152
  FileUtils.cp_r(OPTS[:images], File.join(DIRNAME, OPTS[:images]))
153
153
  log "copy the images into the presentation"
154
154
  else
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdpress
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 16
10
- version: 0.0.16
9
+ - 17
10
+ version: 0.0.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aditya Bhargava