tdtds / kindlegen

Installing kindlegen command via gem
GNU General Public License v3.0
47 stars 18 forks source link

Added required Ruby version for the gem #14

Closed emiraydin closed 9 years ago

emiraydin commented 9 years ago

I was trying to run this gem with Ruby 1.9.3 but got a NoMethodError on lib/kindlegen.rb line 33, because .to_h method for classes is not defined until Ruby 2.0.0.

@tdtds, I think it is a good idea to add this information in the gemspec so that people are aware of this before trying to use this gem.

tdtds commented 9 years ago

yeh, good idea. thank you!