GEMS NEEDED: activemerchant and money

hey,

I need the gems activemerchant and money. I use it with sentry for
encryption of creditcard data. I used to install the gems with this
command:

gem install --source http://dist.leetsoft.com activemerchant
gem install --source http://dist.leetsoft.com money

But the url is bad, or doesnt exist anymore…

Then i installed the money gem like this:
gem install money

But where can i find activemerchant. On rubyforge there is the project
but no files.

Thx
N.

Hi Nick

activemerchant is available here : Too-biased

afaik the svn repository is located at
svn://home.leetsoft.com/active_merchant/trunk/active_merchant/

cheers

Thibaut

Thibaut Barrère wrote:

Hi Nick

activemerchant is available here : Too-biased

afaik the svn repository is located at
svn://home.leetsoft.com/active_merchant/trunk/active_merchant/

cheers

Thibaut

Thanks :wink:

Nick