dotfiles 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dot_files/command.rb +1 -0
  2. metadata +2 -2
@@ -66,6 +66,7 @@ module DotFiles
66
66
  def remote_files
67
67
  if files = get_remote_files
68
68
  array = []
69
+ DotFiles.config.shas = Hash.new unless DotFiles.config.shas.is_a?(Hash)
69
70
  for filename, remote_sha in files
70
71
  hash = {:filename => filename, :action => nil, :local_sha => nil, :local_cached_sha => nil, :remote_sha => remote_sha, :local_path => File.join(ENV['HOME'], filename)}
71
72
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adam Cooke