Moved gembin, since it'll be a problem later with the gemspec

This commit is contained in:
Mitchell Hashimoto 2010-01-29 21:14:09 -08:00
parent 5f5b080464
commit 626326932c
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
bin/gembin/* gembin/*
vendor/gems/* vendor/gems/*

View File

@ -15,7 +15,7 @@ end
# Since hobo uses bin/, change the bin_path to something # Since hobo uses bin/, change the bin_path to something
# else... # else...
bin_path "bin/gembin" bin_path "gembin"
# Makes sure that our code doesn't request gems outside # Makes sure that our code doesn't request gems outside
# of our dependency list. # of our dependency list.