Skip to content

Commit

Permalink
Use Ribbon from source if available.
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmoreira committed Dec 27, 2011
1 parent 29d9657 commit 7ef4ca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -2,7 +2,9 @@ source :rubygems

gemspec

{ acclaim: '~/projects/acclaim', rookie: '~/projects/rookie' }.each do |project, path|
{ acclaim: '~/projects/acclaim',
ribbon: '~/projects/ribbon',
rookie: '~/projects/rookie' }.each do |project, path|
path = File.expand_path path
gem project.to_s, path: path if Dir.exists? path
end

0 comments on commit 7ef4ca6

Please sign in to comment.