installing OSM project - trubles

when i trying to install OSM project (openstreetmap.com) i have next error messages (it is rake installing step) - so thats error message

dnica@dnica:~/prj/rails/rails_port$ rake gems:install (in /home/dnica/prj/rails/rails_port) rake aborted! Could not find RubyGem oauth (>= 0.2.1)

(See full trace by running task with --trace)

(and what i need to search in the full trace - there is nothing interesting :frowning: )

It's out there:

$ gem list oauth -r

*** REMOTE GEMS ***

oauth (0.3.6) oauth-plugin (0.3.14) oauth-simple (0.0.2)

You can install it with: gem install oauth

You probably ought to read whatever install documents came with OSM with a sharp eye out for requirements.

Yes you are right - it is my error, but i find solution before i have read you opinion :slight_smile: and... Big thanks for your attention !!