pogo 2.39.2 → 2.39.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -205,7 +205,7 @@ protected
205
205
  return unless File.exists?(".git")
206
206
  git("remote -v").split("\n").each do |remote|
207
207
  name, url, method = remote.split(/\s/)
208
- if url =~ /^git@#{Heroku::Auth.git_host}(?:[\.\w]*):([\w\d-]+)\.git$/
208
+ if url =~ /^git@#{Heroku::Auth.git_host}(?:[\.\w]*):([\w\d-\/]+)\.git$/
209
209
  remotes[name] = $1
210
210
  end
211
211
  end
@@ -1,3 +1,3 @@
1
1
  module Heroku
2
- VERSION = "2.39.2"
2
+ VERSION = "2.39.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pogo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.39.2
4
+ version: 2.39.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: