Skip to content

Commit

Permalink
getting make and bundle to work on stock osx
Browse files Browse the repository at this point in the history
  • Loading branch information
defn committed Apr 11, 2013
1 parent c1f03e0 commit 2d193be
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ require 'whatever'

require 'pancake/macports_profile' $shome/local
if [[ ! -f /etc/profile.d/rvm.sh ]]; then
require 'rvm' 1.9.3 # 'rbenv'
require 'rvm' # 'rbenv'
fi
export GEM_HOME="$HOME/vendor/gems"
PATH="$GEM_HOME/bin:$PATH"
require 'puddle'

require 'paul'
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ gem "t"

group :osx do
gem "plist"
gem "fusefs"
gem "terminal-notifier"
end

group :extra do
gem "fusefs"
end

# vim: set ft=ruby:
5 changes: 5 additions & 0 deletions vendor/gems/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/bin/
/doc/
/gems/
/lib/
/specifications/
Binary file added vendor/gems/cache/bundler-1.2.5.gem
Binary file not shown.
Binary file added vendor/gems/cache/rubygems-1.8.25.tgz
Binary file not shown.

0 comments on commit 2d193be

Please sign in to comment.