Ok, I just pushed hobo_bootstrap-2.0.0.pre3 to rubygems, but I'm afraid we need to update Hobo to make it work "out of the box", because the "2.0.0.pre2" is being written into the new app's Gemfile :S.
I think for the moment it would be nice to keep it in sync with Hobo, let's see how it works out. Regards, Ignacio El 26/09/12 20:02, Bryan Larsen escribió: > If ~> 2.0.0.pre2 means that it will work with ~> 2.0.0.pre3 and > 2.0.0 but not 2.0.1, that's OK for now. If it doesn't work with > 2.0.0, we'll have to think of something better. > > It's OK if the hobo_bootstrap version number desynchronizes from > hobo, although in that case it should probably be significantly > different rather than similar... > > Bryan > > On Wed, Sep 26, 2012 at 1:59 PM, Ignacio Huerta > <[email protected]> wrote: >> Hi, >> >> I tried pushing it to rubygems but >> s.add_runtime_dependency('hobo', "~> 2.0.0") doesn't work with >> Hobo "pre" versions. This is what happens while creating an app: >> >> Bundler could not find compatible versions for gem "hobo": In >> Gemfile: hobo_bootstrap (= 2.0.0.pre2) ruby depends on hobo (~> >> 2.0.0) ruby >> >> hobo (2.0.0.pre2) >> >> I investigated a bit and I need to use "~> 2.0.0.pre1" instead. I >> was about to push a new "2.0.0.pre3" hobo_bootstrap version, but >> I'm not sure if this is the right name. >> >> What do you recommend, Bryan? >> >> Regards, Ignacio >> >> El 26/09/12 00:55, Bryan Larsen escribió: >>> https://github.com/suyccom/hobo_bootstrap is the primary >>> source for hobo_bootstrap. My fork is just for feeding >>> changes to Ignacio, so you're going to have to wait for Ignacio >>> to update the gem. Ignacio, perhaps relaxing the version >>> requirements for hobo_bootstrap to ~> 2.0.0 is a good idea so >>> we don't have to synchronize so closely? >>> >>> Bryan >>> >>> >>> On Tue, Sep 25, 2012 at 5:37 PM, Arnaud Doyen >>> <[email protected]> wrote: >>>> Hi Bryan, >>>> >>>> Great release of Hobo 2.0. It seems to be already very stable >>>> and I like to use this new version (although it's still in >>>> pre-release). One thing to say : could you update also >>>> hobo_bootstrap dependencies so that we can install it with >>>> pre2 ? >>>> >>>> Thanks, Arnaud. >>>> >>>> 2012/9/25 Bryan Larsen <[email protected]> >>>>> >>>>> blog post here: >>>>> http://hobocentral.net/blog/2012/09/25/2-0-0-pre2/ >>>>> >>>>> Note that Hobo/will_paginate is now required in your >>>>> gemfile: >>>>> >>>>> gem "will_paginate", :git => >>>>> "git://github.com/Hobo/will_paginate.git" >>>>> >>>>> Also note the new, very-cool, bottom-load-javascript >>>>> option. >>>>> >>>>> cheers, Bryan >>>>> >>>>> -- You received this message because you are subscribed to >>>>> the Google Groups "Hobo Users" 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/hobousers?hl=en. >>>>> >>>> >>>> -- You received this message because you are subscribed to >>>> the Google Groups "Hobo Users" 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/hobousers?hl=en. >>> >> >> -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 >> 645 70 77 35 Email realizado con software libre -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
