Sha256: ed6c22086abff872e0f7054cb9c1c8a5bd0dd3d8e9492a3e7cff61177321373a
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
## ColorParser The ColorParser gem provides a simple way to parse the colors from an html page or CSS file. It works with both local and remote resources. ## Example ```ruby page = ColorParser::Page.new("http://sportspyder.com/") colors = page.colors ``` ## Installation ``` gem install color_parser ``` ``` gem "color_parser" ``` ## LICENSE (The MIT License) Copyright © 2012 [Derek DeVries](https://github.com/devrieda/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
color_parser-0.0.2 | README.md |