[ANN] arrayfields-3.3.0

jib:~/shared/eg/ruby/arrayfields > diff -bBu arrayfields-3.2.0/README arrayfields-3.3.0/README --- arrayfields-3.2.0/README 2004-06-29 23:12:01.000000000 -0600
+++ arrayfields-3.3.0/README 2004-07-01 10:59:33.000000000 -0600
@@ -2,6 +2,7 @@

    - http://raa.ruby-lang.org/project/arrayfields/
    - Index of /lib/ruby/arrayfields
+ - http://rubyforge.org/projects/arrayfields/

  SYNOPSIS:

@@ -67,6 +68,17 @@

  HISTORY:

+ 3.3.0:
+ - added gemspec file - thnx Assaph Mehr
+ - added FieldedArray proxy class which minimizes modifications to class
+ Array and allow ArrayFields to work (potentially) other arraylike objects.
+ thnk. Sean O'Dell
+ - added ArrayFields#to_hash method - this seems like an obvious one to add!
+ - remedied bug where using append feature of assigning with unknown field
+ appended but did not append to acutal fields
+ - added samples
+ - created rubyforge accnt @ http://rubyforge.org/projects/arrayfields/

···

+
    3.2.0:
      - precedence fix in many methods - thnx. nobu
      - test for #slice! were not being run - corrected

--

to all the gem experts out there - i've uploaded a gem file to rubyforge but
it does not appear when i do

~ > gem --list arrayfields

*** LOCAL GEMS ***

arrayfields (3.3.0, 3.2.0)
    Allow keyword access to arrays

*** REMOTE GEMS ***

i'm guessing it takes a while for the db to get updated or something, but i
may not have done the right thing - the docs suggest any gem file uploaded is
automatically added to the db upon upload to rubyforge but it hasn't yet
appeared at

   RubyGems.org | your community gem host

do i need to do something else?

cheers.

-a
--

EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
A flower falls, even though we love it;
and a weed grows, even though we do not love it. --Dogen

===============================================================================

Nope, I just ran the cronjobs manually, all is well:

···

On Thu, 2004-07-01 at 13:32, Ara.T.Howard wrote:

i'm guessing it takes a while for the db to get updated or something, but i
may not have done the right thing - the docs suggest any gem file uploaded is
automatically added to the db upon upload to rubyforge but it hasn't yet
appeared at

   RubyGems.org | your community gem host

do i need to do something else?

====================
[tom@hal tom]$ gem --list arrayf

*** LOCAL GEMS ***

*** REMOTE GEMS ***

arrayfields (3.3.0)
    Allow keyword access to arrays
[tom@hal tom]$

Yours,

Tom

It takes a bit sometimes, but it will eventually appear. Give it a day or
two.

Nice little release there, Ara. Small, simple, extremely useful. Now, when
will arrayfields get ported to a C extension? =)

  Sean O'Dell

···

On Thursday 01 July 2004 10:32, Ara.T.Howard wrote:

to all the gem experts out there - i've uploaded a gem file to rubyforge
but it does not appear when i do

definitely on the TODO list sean!

cheers.

-a

···

On Fri, 2 Jul 2004, Sean O'Dell wrote:

On Thursday 01 July 2004 10:32, Ara.T.Howard wrote:

to all the gem experts out there - i've uploaded a gem file to rubyforge
but it does not appear when i do

It takes a bit sometimes, but it will eventually appear. Give it a day or
two.

Nice little release there, Ara. Small, simple, extremely useful. Now, when
will arrayfields get ported to a C extension? =)

  Sean O'Dell

--

EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
A flower falls, even though we love it;
and a weed grows, even though we do not love it. --Dogen

===============================================================================