A
Ara.T.Howard
i have the somewhat standard lib dir hiearchy which looks like
lib/
lib/foo.rb
lib/foo/
lib/foo/a.rb
lib/foo/b.rb
here foo.rb obviously does a relative require of both foo/a.rb and foo/b.rb.
my gemspec has something like
spec.files = Dir[ File::join("{lib,bin}", "*") ]
but, for some reason, the foo/ directory is not included in the gem! any
thoughts on how to do this?
cheers.
-a
--
===============================================================================
| ara [dot] t [dot] howard [at] gmail [dot] com
| all happiness comes from the desire for others to be happy. all misery
| comes from the desire for oneself to be happy.
| -- bodhicaryavatara
===============================================================================
lib/
lib/foo.rb
lib/foo/
lib/foo/a.rb
lib/foo/b.rb
here foo.rb obviously does a relative require of both foo/a.rb and foo/b.rb.
my gemspec has something like
spec.files = Dir[ File::join("{lib,bin}", "*") ]
but, for some reason, the foo/ directory is not included in the gem! any
thoughts on how to do this?
cheers.
-a
--
===============================================================================
| ara [dot] t [dot] howard [at] gmail [dot] com
| all happiness comes from the desire for others to be happy. all misery
| comes from the desire for oneself to be happy.
| -- bodhicaryavatara
===============================================================================