aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index 24460e8bf..e4da9ab62 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
require 'formula'
-class GitFlowCompletion <Formula
+class GitFlowCompletion < Formula
url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.0.2'
version '0.4.0.2'
head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'
@@ -17,7 +17,7 @@ class GitFlowCompletion <Formula
homepage 'https://github.com/bobthecow/git-flow-completion'
end
-class GitFlow <Formula
+class GitFlow < Formula
url 'git://github.com/nvie/gitflow.git', :tag => '0.4.1'
version '0.4.1'
head 'git://github.com/nvie/gitflow.git', :branch => 'develop'