zsh_dots 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module Dots
11
11
 
12
12
  # The Git remote we'll be pulling from. Set this in your +~/.zshenv+
13
13
  # to use a different fork of the project.
14
- REMOTE = ENV['DOTS_REMOTE']
14
+ REMOTE = ENV['DOTS_REMOTE'] or 'origin'
15
15
 
16
16
  # Attempts to update DOTS, but fails if changes are detected
17
17
  # in the repo beforehand.
@@ -1,3 +1,3 @@
1
1
  module Dots
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zsh_dots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: