Skip to content

Commit

Permalink
Merge pull request #60 from cyu/master
Browse files Browse the repository at this point in the history
Support definition_file in rubies definition
  • Loading branch information
fnichol committed Mar 3, 2014
2 parents b3ebf3b + 80c9afb commit 1274536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
if rubie.is_a?(Hash)
rbenv_ruby rubie['name'] do
environment rubie['environment'] if rubie['environment']
definition_file rubie['definition_file'] if rubie['definition_file']
end
else
rbenv_ruby rubie
Expand Down

0 comments on commit 1274536

Please sign in to comment.