Moved gembin, since it'll be a problem later with the gemspec
This commit is contained in:
parent
5f5b080464
commit
626326932c
|
@ -1,2 +1,2 @@
|
||||||
bin/gembin/*
|
gembin/*
|
||||||
vendor/gems/*
|
vendor/gems/*
|
2
Gemfile
2
Gemfile
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue