git-deploy 0.6.0 → 0.6.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/lib/git_deploy/configuration.rb +1 -1
  2. metadata +3 -3
@@ -36,7 +36,7 @@ class GitDeploy
36
36
  def remote_urls(remote)
37
37
  git_config["remote -v"].to_s.split("\n").
38
38
  select {|l| l =~ /^#{remote}\t/ }.
39
- map {|l| l.split("\t")[1].sub(/\(.+?\)$/, '') }
39
+ map {|l| l.split("\t")[1].sub(/\s+\(.+?\)$/, '') }
40
40
  end
41
41
 
42
42
  def remote_url(remote = options[:remote])
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: git-deploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.0
5
+ version: 0.6.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mislav Marohnić
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-12 00:00:00.000000000 Z
12
+ date: 2013-09-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  prerelease: false
@@ -79,7 +79,7 @@ files:
79
79
  - spec/configuration_spec.rb
80
80
  - README.markdown
81
81
  - LICENSE
82
- homepage: https://github.com/mislav/git-deploy
82
+ homepage: https://github.com/mislav/git-deploy#readme
83
83
  licenses:
84
84
  - MIT
85
85
  post_install_message: