You can just include that other gem as a dependency. Bayan
On Fri, Nov 26, 2010 at 4:29 PM, Andrew Grimm <[email protected]>wrote: > Asking as someone who doesn't use bundler yet (my day job doesn't > require it), are you able to tell bundler that a gem has an undeclared > dependency on another gem? > > Andrew > > On Fri, Nov 26, 2010 at 4:25 PM, Rufus Post <[email protected]> wrote: > > and spreadsheet uses an older parseexcel.rb lib from way back. > > > > Looking into your suggestion Josh. > > > > Cheers! > > > > On Fri, Nov 26, 2010 at 4:22 PM, Rufus Post <[email protected]> wrote: > >> > >> bleh roo has a dependency on spreadsheet - not bundle friendly only has > a > >> requre in the code. > >> > >> On Fri, Nov 26, 2010 at 4:14 PM, Rufus Post <[email protected]> > wrote: > >>> > >>> You could Win32::Registry in your open source code to install malware > ;) > >>> > >>> Cheers Andrew! > >>> > >>> On Fri, Nov 26, 2010 at 4:07 PM, Andrew Grimm < > [email protected]> > >>> wrote: > >>>> > >>>> I've used both roo ( > >>>> https://github.com/agrimm/hornsby-herbarium-parser ) and Win32API > (for > >>>> work, though I'm mainly generating rather than parsing excel > >>>> documents). > >>>> > >>>> Win32API allows you to handle both xls and xlsx files. Don't forget to > >>>> do > >>>> > >>>> port install windows ms-office > >>>> > >>>> Andrew > >>>> > >>>> On Fri, Nov 26, 2010 at 3:53 PM, Josh Price <[email protected]> wrote: > >>>> > I'm not aware of any gems that do this specifically, but you may be > >>>> > surprised that an XSLX file is just a zip file containing a folder > structure > >>>> > of reasonably parsable XML. > >>>> > > >>>> > So nokogiri is the "roll your own" option depending on exactly what > >>>> > you need to extract. > >>>> > > >>>> > Josh > >>>> > > >>>> > On 26/11/2010, at 3:48 PM, Rufus wrote: > >>>> > > >>>> >> What's the boss gem for this? > >>>> >> > >>>> >> Cheers Rufus > >>>> >> > >>>> >> -- > >>>> >> You received this message because you are subscribed to the Google > >>>> >> Groups "Ruby or Rails Oceania" group. > >>>> >> To post to this group, send email to > [email protected]. > >>>> >> To unsubscribe from this group, send email to > >>>> >> [email protected]<rails-oceania%[email protected]> > . > >>>> >> For more options, visit this group at > >>>> >> http://groups.google.com/group/rails-oceania?hl=en. > >>>> >> > >>>> > > >>>> > -- > >>>> > You received this message because you are subscribed to the Google > >>>> > Groups "Ruby or Rails Oceania" group. > >>>> > To post to this group, send email to [email protected] > . > >>>> > To unsubscribe from this group, send email to > >>>> > [email protected]<rails-oceania%[email protected]> > . > >>>> > For more options, visit this group at > >>>> > http://groups.google.com/group/rails-oceania?hl=en. > >>>> > > >>>> > > >>>> > >>>> -- > >>>> You received this message because you are subscribed to the Google > >>>> Groups "Ruby or Rails Oceania" group. > >>>> To post to this group, send email to [email protected]. > >>>> To unsubscribe from this group, send email to > >>>> [email protected]<rails-oceania%[email protected]> > . > >>>> For more options, visit this group at > >>>> http://groups.google.com/group/rails-oceania?hl=en. > >>>> > >>> > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby or Rails Oceania" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<rails-oceania%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/rails-oceania?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rails-oceania%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
