[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] attributes-3.2.0

Ara.T.Howard

10/17/2006 4:23:00 AM

7 Answers

pere.noel

10/17/2006 10:59:00 AM

0

<ara.t.howard@noaa.gov> wrote:

> NAME
>
> attributes.rb


with :

~/Desktop%> sudo gem install attributes

i get :
ERROR: Error installing gem attributes[.gem]: undefined method
`required_ruby_version' for nil:NilClass

over MacOS X 1O.4.8

and :
> ruby -version
ruby 1.8.5 (2006-08-25) [powerpc-darwin8.8.0]

and :
~/Desktop%> gem -v
0.9.0

Gavin Kistner

10/17/2006 1:16:00 PM

0

Une Bévue wrote:
> ERROR: Error installing gem attributes[.gem]: undefined method
> `required_ruby_version' for nil:NilClass

I'm also on Mac OS X 10.4.8, and it works for me, but with an older
version of gems:

Slim:~ gavinkistner$ ruby -v && gem -v
ruby 1.8.5 (2006-08-25) [powerpc-darwin8.7.0]
0.8.11
Slim:~ gavinkistner$ sudo gem install attributes
Password:
Attempting local installation of 'attributes'
Local gem file not found: attributes*.gem
Attempting remote installation of 'attributes'
Updating Gem source index for: http://gems.rub...
Successfully installed attributes-3.2.0


In fact, I can't seem to upgrade gems (but let's not hijack the thread
with that bit of info).

pere.noel

10/17/2006 2:00:00 PM

0

Phrogz <gavin@refinery.com> wrote:

>
> In fact, I can't seem to upgrade gems (but let's not hijack the thread
> with that bit of info).

i can'y downgrade )))

but i think i could install it "manually" by myself, don't worry ;-)

Ara.T.Howard

10/17/2006 2:12:00 PM

0

Bob Hutchison

10/17/2006 2:31:00 PM

0


On 17-Oct-06, at 7:00 AM, Une Bévue wrote:

> <ara.t.howard@noaa.gov> wrote:
>
>> NAME
>>
>> attributes.rb
>
>
> with :
>
> ~/Desktop%> sudo gem install attributes
>
> i get :
> ERROR: Error installing gem attributes[.gem]: undefined method
> `required_ruby_version' for nil:NilClass
>
> over MacOS X 1O.4.8
>
> and :
>> ruby -version
> ruby 1.8.5 (2006-08-25) [powerpc-darwin8.8.0]
>
> and :
> ~/Desktop%> gem -v
> 0.9.0
>

No problem here and I have almost the same configuration (I have i686-
darwin8.8.1)

Cheers,
Bob

----
Bob Hutchison -- blogs at <http://www.rec...
hutch/>
Recursive Design Inc. -- <http://www.rec...>
Raconteur -- <http://www.raconteur...
xampl for Ruby -- <http://rubyforge.org/projects/...




pere.noel

10/17/2006 3:45:00 PM

0

<ara.t.howard@noaa.gov> wrote:

>
>
> try to get a backtrace and send to the gem team.


i'd like (i'm also a gem modest designer) to help the gem community but
i don't know how to do a backtrace...

i get about the same prob attempting a remote install :

~/Desktop%> sudo gem install -r attributes
Password:
Bulk updating Gem source index for: http://gems.rub...
ERROR: While executing gem ... (NoMethodError)
undefined method `each' for #<Object:0x67518d0>

Ara.T.Howard

10/17/2006 4:25:00 PM

0