blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

Documentation suggestion #17

Closed holstvoogd closed 13 years ago

holstvoogd commented 13 years ago

When installing a gem in a gemset you need to use ruby-version@gemset-name as the 'ruby-version' attribute instead of the gemset identifier used in puppet (ruby-version/gemset-name).

Might be nice to add that to the documentation :)

Thanks for the great module btw, glad to see one that just works...

Arthur

blt04 commented 13 years ago

Good point. Hmm... I wonder if I should make the identifier used in puppet use an @ instead of a /, so: ruby-version@gemset-name.

holstvoogd commented 13 years ago

That would be nice for consistency..