hologram 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7506793859da81666c3cfce54518aa60404fd3b
4
- data.tar.gz: ebd72609ca0a28fce80ac0384a0c812bb4977c85
3
+ metadata.gz: b0342d18f4b8efdeb45281ae626fd406eb957ec7
4
+ data.tar.gz: c75e2c8bc874ab6933fc1e91075c837912f8f2f9
5
5
  SHA512:
6
- metadata.gz: 61dba38e58f9648f72018866b1c82f9569175abef77d2e4159db83adaf1bff1d093450096ea5215ab1df555d570fed4779ab4c319736bac218f6988cd8989361
7
- data.tar.gz: aaea89e65dd705d79a57885a941d969eb4d278e81afc2e4a7be281a393d023fa86b66316b36bac96c3b33504b0230dcbd3b772d5323495111b35545cdbdecec8
6
+ metadata.gz: 0cdd1efba7738ae5129030f0ce399cd57a621a199a6faf65e31dca37c4573d775eb1a12fe178e7476fffa76e84d7fc30a8869092011ca3a3cadf5e35fc360b58
7
+ data.tar.gz: 353cd7f8fc431ab2f3520a30b566df28cd6f6557025e240685d5e5bc1c389bdc2941d0b36e753e0054c1c40ffc98bbdc48f73beeba1e7d05fa04b00ea8afe667
@@ -161,7 +161,7 @@ module Hologram
161
161
  begin
162
162
  dirpath = Pathname.new(dir).realpath
163
163
  if File.directory?("#{dir}")
164
- FileUtils.rm "#{output_dir}/#{dirpath.basename}", :force => true
164
+ FileUtils.rm_r "#{output_dir}/#{dirpath.basename}", :force => true
165
165
  FileUtils.cp_r "#{dirpath}", "#{output_dir}/#{dirpath.basename}"
166
166
  end
167
167
  rescue
@@ -25,5 +25,5 @@
25
25
  # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
 
27
27
  module Hologram
28
- VERSION = "1.3.0"
28
+ VERSION = "1.3.1"
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hologram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JD Cantrell
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-20 00:00:00.000000000 Z
12
+ date: 2015-02-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: redcarpet