cantino / ruby-readability

Port of arc90's readability project to Ruby
Apache License 2.0
925 stars 170 forks source link

Bundle error (Johnson gem related) #39

Closed felixding closed 11 years ago

felixding commented 11 years ago

I added readability to Gemfile:

gem readability

and tried to bundle. But bundling failed due to the following reason:

An error occured while installing johnson (2.0.0.pre3), and Bundler cannot continue.

After Googling I have learned it is because johnson doesn't work with Ruby 1.9. But since readability requires johnson to work in Rails, the problem makes me impossible to use readability in Rails projects.

Am I wrong or is there anyway to fix the issue? Thank you!

cantino commented 11 years ago

Our gem is called "ruby-readability", not "readability". :)

felixding commented 11 years ago

@cantino How stupid I was! Now it works like a charm, thank you!