Skip to content

Commit

Permalink
Add local jewel path to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmoreira committed Jun 10, 2012
1 parent 6fc383d commit 8153dba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Expand Up @@ -2,7 +2,11 @@ source :rubygems

gemspec

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

0 comments on commit 8153dba

Please sign in to comment.