seangeo / ratom

A fast, libxml based, Ruby Atom library supporting the Syndication Format and the Publishing Protocol.
http://rdoc.info/github/seangeo/ratom/frames
MIT License
97 stars 31 forks source link

not being loaded in ruby 1.8 ubuntu 9.04 #1

Closed ontoworks closed 14 years ago

ontoworks commented 15 years ago

i installed libxml-ruby and ratom gems succesfully, however when i try to load ratom it keeps saying it is not found: $ irb irb(main):001:0> require 'atom' LoadError: no such file to load -- atom from (irb):1:in `require' from (irb):1

seangeo commented 14 years ago

did you do gem 'ratom' first?