0

I followed the instructions in the Handsoap wiki.

However, when I try to run my application I get this error:

Missing these required gems:
troelskn-handsoap

And if I run:

gem install troelskn-handsoap

I get:

ERROR: Could not find a valid gem 'troelskn' (>= 0) in any repository

What am I missing?

Thx.

tiiin4
  • 539
  • 4
  • 7
  • 19

1 Answers1

1

The gem has been renamed - It's now simply named handsoap. Install it from gemcutter:

gem sources -a http://gemcutter.org
sudo gem install handsoap curb nokogiri

The canonical repository for Handsoap is now on https://github.com/unwire/handsoap

troelskn
  • 115,121
  • 27
  • 131
  • 155