passthejoe/blogPoster

Add results of jRuby test and instructions on how to run in that environment

Closed this issue · 2 comments

blogPoster does run in JRuby. All you have to do is add the gems in that environment:

jruby -S gem install nokogiri twitter

Using JRuby in Windows did limit my choice of text editors (seleted in blogPoster_configuration.rb):

Didn't work:

  • Vim (command line)
  • Geany
  • Notepad++

Did work:

  • Gvim
  • Notepad

Add this to the README

This has been added.