Sha256: cde961909232591fad00f4032030a2c41b25fca71d7aac2302f714d6a0d667a0
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
## Extends Nokogiri with useful methods. [](https://badge.fury.io/rb/nokogiri-tools) [](https://travis-ci.org/yivo/nokogiri-tools) ## Installing gem Add to your Gemfile: ```ruby gem 'nokogiri-tools', '~> 1.0' ``` ## Running Tests Install bundler: ```bash gem install bundler ``` Install dependencies: ```bash cd nokogiri-tools && bundle ``` Run tests: ```bash cd nokogiri-tools && bundle exec rake test ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nokogiri-tools-1.0.0 | README.md |