A
Ara.T.Howard
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/
- http://www.codeforpeople.com/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
http://gems.rubyforge.org/gems/
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
===============================================================================
--- 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/
- http://www.codeforpeople.com/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
http://gems.rubyforge.org/gems/
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
===============================================================================