T
Trans
I have a multipackage project layout:
workspace/
setup.rb
packages/
proj1/
lib/
proj2/
lib/
...
setup.rb of course was designed to handle this, but how do I create a
gem that includes all the packages? I have created gems for each
subproject, and then created a "metagem" that just lists them as
dependencies, but some endusers aren't happy with this and want a gem
that actually _contains_ all the subprojects.
Any suggestions for achieving this? Does Gems have any way to handle
this itself? If not, would it behove gems to be updated to support
this?
Thanks,
T.
workspace/
setup.rb
packages/
proj1/
lib/
proj2/
lib/
...
setup.rb of course was designed to handle this, but how do I create a
gem that includes all the packages? I have created gems for each
subproject, and then created a "metagem" that just lists them as
dependencies, but some endusers aren't happy with this and want a gem
that actually _contains_ all the subprojects.
Any suggestions for achieving this? Does Gems have any way to handle
this itself? If not, would it behove gems to be updated to support
this?
Thanks,
T.