githublaunch 0.1.3 → 0.1.4

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/githublaunch.rb +2 -2
  2. metadata +2 -2
@@ -3,7 +3,7 @@ require 'pathname'
3
3
  require 'grit'
4
4
 
5
5
  class GithubLaunch < Thor
6
- VERSION = "0.1.3"
6
+ VERSION = "0.1.4"
7
7
 
8
8
  desc "network", "Open network view"
9
9
  def network; launch "/network"; end
@@ -36,7 +36,7 @@ class GithubLaunch < Thor
36
36
 
37
37
  desc "pull BASE HEAD", "Open page to create pull request (head defaults to current branch)"
38
38
  def pull(base, head=nil)
39
- launch "/pull/new/#{base}...#{head || repo.head.name}"
39
+ launch "/pull/new/#{base.sub(/\//, ":")}...#{head || repo.head.name}"
40
40
  end
41
41
 
42
42
  desc "version", "Displays current version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: githublaunch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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-10-02 00:00:00.000000000 Z
12
+ date: 2013-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor