How to install gem from differnet location

i always try to install gem using the gem tools. for eg gem install
<name>
how can i download and install a gem other than the
gems.rubyforge.org.

this is the gem i want to try.

http://trypticon.org/software/actionmessenger/doc/

Junkone wrote:

i always try to install gem using the gem tools. for eg gem install
<name>
how can i download and install a gem other than the
gems.rubyforge.org.

this is the gem i want to try.

http://trypticon.org/software/actionmessenger/doc/

gem install activerecord-sqlserver-adapter
--source=http://gems.rubyonrails.org

or in your case

gem install agem
--source=http://trypticon.org/software/actionmessenger/doc/

by
TheR

···

--
Posted via http://www.ruby-forum.com/\.

action_messenger is in the gems.rubyforge.org repository.

$ gem list -r action_m

*** REMOTE GEMS ***

action_messager (0.0.2)

···

On Jun 12, 2008, at 18:39 PM, Junkone wrote:

i always try to install gem using the gem tools. for eg gem install
<name>
how can i download and install a gem other than the
gems.rubyforge.org.

this is the gem i want to try.

http://trypticon.org/software/actionmessenger/doc/

I tried installing using your suggestion

U:\>gem install actionmessenger-0.2.0 --source=http://trypticon.org/
software/actionmessenger/
ERROR: While executing gem ... (Gem::RemoteSourceException)
    HTTP Response 404

I am getting a 404. so i downloaded the gem to my local directory and
get a different kind of error. how do i convert the local source as a
url.

U:\>gem install actionmessenger-0.2.0 --source =c:\temp\
ERROR: While executing gem ... (URI::InvalidURIError)
    bad URI(is not URI?): =c:\temp\/yaml

appreciate any help in fixing my gem command it from the http source
or my local source

Appreciate any help

Seede

···

On Jun 13, 1:47 am, Damjan Rems <d_r...@yahoo.com> wrote:

Junkone wrote:
> i always try to install gem using the gem tools. for eg gem install
> <name>
> how can i download and install a gem other than the
> gems.rubyforge.org.

> this is the gem i want to try.

>http://trypticon.org/software/actionmessenger/doc/

gem install activerecord-sqlserver-adapter
--source=http://gems.rubyonrails.org

or in your case

gem install agem
--source=http://trypticon.org/software/actionmessenger/doc/

by
TheR
--
Posted viahttp://www.ruby-forum.com/.

Junkone wrote:

Junkone wrote:

i always try to install gem using the gem tools. for eg gem install
<name>
how can i download and install a gem other than the
gems.rubyforge.org.
this is the gem i want to try.
http://trypticon.org/software/actionmessenger/doc/

gem install activerecord-sqlserver-adapter
--source=http://gems.rubyonrails.org

or in your case

gem install agem
--source=http://trypticon.org/software/actionmessenger/doc/

by
TheR
--
Posted viahttp://www.ruby-forum.com/.

I tried installing using your suggestion

U:\>gem install actionmessenger-0.2.0 --source=http://trypticon.org/
software/actionmessenger/
ERROR: While executing gem ... (Gem::RemoteSourceException)
    HTTP Response 404

I am getting a 404. so i downloaded the gem to my local directory and
get a different kind of error. how do i convert the local source as a
url.

U:\>gem install actionmessenger-0.2.0 --source =c:\temp\
ERROR: While executing gem ... (URI::InvalidURIError)
    bad URI(is not URI?): =c:\temp\/yaml

cd c:\temp
gem install actionmessenger-0.2.0

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.blogspot.com

You striving, bickering, foolishly brave humans.
~ -- Apollo, "Who Mourns for Adonais?" stardate 3468.1

···

On Jun 13, 1:47 am, Damjan Rems <d_r...@yahoo.com> wrote: