requirements()
Instance Public methods
Lists the external (to RubyGems) requirements that must be met for this gem to work. It's simply information for the user.
Usage:
1 2 | spec.requirements << 'libmagick, v6.0' spec.requirements << 'A good graphics card' |
Please login to continue.