deploydots 0.2 → 0.2.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.
Files changed (2) hide show
  1. data/bin/deploydots +1 -1
  2. metadata +5 -4
@@ -71,7 +71,7 @@ Dir['*'].each do |topfile|
71
71
  dotfile_child_path = File.join(home_dir, '.' + file)
72
72
  topfile_child_path = File.join(dotfiles_dir, file)
73
73
  if File.directory? topfile_child_path
74
- Dir.mkdir dotfile_child_path unless File.directory? dotfile_path # create the folder unless it already exists
74
+ Dir.mkdir dotfile_child_path unless File.directory? dotfile_child_path # create the folder unless it already exists
75
75
  else # regular file
76
76
  link topfile_child_path, dotfile_child_path
77
77
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploydots
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-04 00:00:00.000000000 Z
12
+ date: 2012-02-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Symlinks all your dot files from ~/dotfiles into ~
15
15
  email: gostrc@gmail.com
@@ -18,7 +18,8 @@ executables:
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - bin/deploydots
21
+ - !binary |-
22
+ YmluL2RlcGxveWRvdHM=
22
23
  homepage: https://github.com/gostrc/deploydots
23
24
  licenses: []
24
25
  post_install_message:
@@ -39,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
40
  version: '0'
40
41
  requirements: []
41
42
  rubyforge_project:
42
- rubygems_version: 1.8.15
43
+ rubygems_version: 1.8.16
43
44
  signing_key:
44
45
  specification_version: 3
45
46
  summary: Deploy your dots!