Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
server one shouldn't tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Jul 30, 2011
1 parent 13193bb commit 3378bf5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Expand Up @@ -18,8 +18,13 @@ namespace :spitball do
Bundler::GemHelper.install_tasks(:name => 'spitball')
end

class NonTaggingGemHelper < Bundler::GemHelper
def guard_already_tagged; end
def tag_version; yield if block_given?; end
end

namespace :spitball_server do
Bundler::GemHelper.install_tasks(:name => 'spitball-server')
NonTaggingGemHelper.install_tasks(:name => 'spitball-server')
end

desc "build spitball/spitball-server"
Expand Down

0 comments on commit 3378bf5

Please sign in to comment.