Skip to content

Commit

Permalink
Opens url to current branch in default browser
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Smith <[email protected]>
  • Loading branch information
smithbh committed Feb 14, 2020
1 parent f77cc0e commit a531c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitpage.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Gitpage < Formula
desc "Open the git repository page quickly from within a project."
homepage "https://github.com/smithbh/gitpage"
url "https://github.com/smithbh/gitpage/archive/0.0.1.tar.gz"
version "0.0.1"
sha256 "dd16ecbce4218a879e1891b26c189d359ed754fa90a8cf10f57dbf7fa920e3c2"
url "https://github.com/smithbh/gitpage/archive/0.0.2.tar.gz"
version "0.0.2"
sha256 "2c8570bd09e5d0396d6064d8493532bbc88f394b877e149fd9b25fab4d734fc8"
def install
bin.install "gitpage"
end
Expand Down

0 comments on commit a531c96

Please sign in to comment.