Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
adding Grit back in (#$#%@#$%#)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Trautmann committed Jan 3, 2012
1 parent 05029b4 commit 7441a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'whenever', '0.4.1', :require => false
gem 'rsolr', '0.12.1'
gem 'sunspot', '1.1.0'
gem 'sunspot_rails', '1.1.0', :require => 'sunspot/rails'
# gem 'grit'
gem 'grit'
gem 'aws-s3', :require => 'aws/s3'
gem 'delayed_job', '< 2'
gem 'fastercsv'
Expand Down
10 changes: 5 additions & 5 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
require 'erb'
require 'json'
# require 'grit'
require 'grit'
require 'capistrano/ext/multistage'
require "bundler/capistrano"

# def git_working_dir_branch
# repo = Grit::Repo.new(".")
# repo.head.name
# end
def git_working_dir_branch
repo = Grit::Repo.new(".")
repo.head.name
end

set :application, "pbcore"
set :scm, :git
Expand Down

0 comments on commit 7441a5d

Please sign in to comment.