[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Whatever happened to the Calibre project?

John W. Long

9/26/2006 6:31:00 PM

Whatever happened to the Calibre project?

It seems that there are a few gems that are remnants of the project (gem
search --remote calibre), but I can't locate a related Web site.

There doesn't even appear to be a project for it on RubyForge anymore:

http://calibre.rub...

Has it been renamed?

--
John Long
http://wiseheart...
http://radi...

5 Answers

Pau Garcia i Quiles

9/26/2006 6:36:00 PM

0

Quoting "John W. Long" <ng@johnwlong.com>:

I think they merged their project with Ruby Facets
(http://facets.ruby...)

> Whatever happened to the Calibre project?
>
> It seems that there are a few gems that are remnants of the project
> (gem search --remote calibre), but I can't locate a related Web site.
>
> There doesn't even appear to be a project for it on RubyForge anymore:
>
> http://calibre.rub...
>
> Has it been renamed?
>
> --
> John Long
> http://wiseheart...
> http://radi...



Ross Bamford

9/26/2006 6:42:00 PM

0

On Wed, 2006-09-27 at 03:35 +0900, Pau Garcia i Quiles wrote:
> Quoting "John W. Long" <ng@johnwlong.com>:
> > Whatever happened to the Calibre project?
> >
> > It seems that there are a few gems that are remnants of the project
> > (gem search --remote calibre), but I can't locate a related Web site.
> >
> > There doesn't even appear to be a project for it on RubyForge anymore:
> >
> > http://calibre.rub...
> >
> > Has it been renamed?
> >
> >
> I think they merged their project with Ruby Facets
> (http://facets.ruby...)

Yeah, I think (?) Facets was originally a subproject of Calibre (with
others planned) but that they all merged into Facets.

As an aside, Facets is one of my favourite Ruby libraries - always
something useful in there. Thanks Trans and everyone else involved :)

--
Ross Bamford - rosco@roscopeco.REMOVE.co.uk


Trans

9/27/2006 2:51:00 AM

0


John W. Long wrote:
> Whatever happened to the Calibre project?
>
> It seems that there are a few gems that are remnants of the project (gem
> search --remote calibre), but I can't locate a related Web site.
>
> There doesn't even appear to be a project for it on RubyForge anymore:
>
> http://calibre.rub...
>
> Has it been renamed?

Pau Garcia and Ross are correct. Calibre became Facets/MORE. I.e. the
class and module additions of Facets (as opposed to Facets/CORE which
houses the extension methods).

Calibre did have one advantage over Facets, btw. With Calibre you could
download/install any class/module independently of any other. With
Facets you have to download and install everything at once. Some people
complain about the size of lib becuase of this, but it's really not all
thay big by today's standards, and you are welcome to cherry pick the
lib if you wish (just be sure to give proper credits). Also, I will
soon release a very nice solution for this very issue.

HFH,
T.

(Hey Ross. Thanks for the good word!)

John W. Long

9/27/2006 4:07:00 AM

0

Trans wrote:
> Pau Garcia and Ross are correct. Calibre became Facets/MORE. I.e. the
> class and module additions of Facets (as opposed to Facets/CORE which
> houses the extension methods).

Perhaps something could be setup so that when you search for Calibre on
RubyForge it comes up with the Facets library? I think it's just a
matter of mentioning Calibre in the project summary.

--
John Long
http://wiseheart...
http://radi...

Trans

9/27/2006 6:01:00 AM

0


John W. Long wrote:
> Trans wrote:
> > Pau Garcia and Ross are correct. Calibre became Facets/MORE. I.e. the
> > class and module additions of Facets (as opposed to Facets/CORE which
> > houses the extension methods).
>
> Perhaps something could be setup so that when you search for Calibre on
> RubyForge it comes up with the Facets library? I think it's just a
> matter of mentioning Calibre in the project summary.

Done. Good idea!

Thanks,
T.