html2md icon indicating copy to clipboard operation
html2md copied to clipboard

Dependencies should be in gemspec

Open aprescott opened this issue 12 years ago • 0 comments

Your Gemfile contains dependencies, but these don't exist in your gemspec file. add_runtime_dependency and add_development_dependency should be used in the gemspec, then Gemfile can contain the line:

gemspec

to rely on the gemspec.

Without this, users of the library will need to manually cover Nokogiri. (Your other dependencies are dev-only, I believe.)

http://gembundler.com/v1.2/rubygems.html

aprescott avatar Mar 18 '13 01:03 aprescott