[ANN] 0.10.2 release with win32 gem

Hey all,

I’ve just released Ferret version 0.10.2. It is mostly just a bug fix
release. The only change is that a highlight method has been added to
Ferret::Index::Index. Please try it out and let me know what you
think.

The big news for this release is that there is also a binary win32 gem
included. This is the first time I’ve build a gem like this so please
let me know if there are any issues.

Cheers,
Dave

Great, Successfully installed on WindowsXP with InstantRails.

F:>gem install ferret-0.10.2-mswin32.gem
Attempting local installation of ‘ferret-0.10.2-mswin32.gem’
Successfully installed ferret, version 0.10.2
Installing RDoc documentation for ferret-0.10.2-mswin32…

F:>irb -rrubygems
irb(main):001:0> require ‘ferret’
=> false
irb(main):002:0> include Ferret
=> Object
irb(main):003:0> index = Index::Index.new()
=> #<Ferret::Index::Index:0x292ba30 @open=true, @mon_owner=nil,
@id_field=:id, @
options={:analyzer=>#Ferret::Analysis::StandardAnalyzer:0x292b868,
:dir=>#, :default_field=>:,
:lock_retry_time=>2}, @
reader=nil, @mon_waiting_queue=[], @writer=nil,
@default_input_field=:id, @dir=#
Ferret::Store::RAMDirectory:0x292b9e8, @mon_entering_queue=[],
@qp=nil, @searc
her=nil, @mon_count=0, @default_field=:
, @auto_flush=false>

On 9/4/06, David B. [email protected] wrote:

Cheers,
Dave


Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk


hui
http://blog.treasured.cn
skype: bourne.z

David B. wrote:

Hey all,

I’ve just released Ferret version 0.10.2. It is mostly just a bug fix
release. The only change is that a highlight method has been added to
Ferret::Index::Index. Please try it out and let me know what you
think.

The big news for this release is that there is also a binary win32 gem
included. This is the first time I’ve build a gem like this so please
let me know if there are any issues.

Cheers,
Dave

What happens when I upload my site from Windows XP to a Linux host, do I
have to get another gem? This is the only thing I’m really unsure about.
Obviously I need the Win32 as my test environment is a Windows machine.

What happens when I upload my site from Windows XP to a Linux host, do I
have to get another gem? This is the only thing I’m really unsure about.
Obviously I need the Win32 as my test environment is a Windows machine.

Hey …

it’s the same gem… just run “gem install ferret” on your windows and
your
linux machine… gem will take care of the rest… :slight_smile:

Ben