Sha256: 2c6145ce9b44b76724a9390c359e58fcf12e3e67c9d5b0200d3a82625030da7d

Contents?: true

Size: 684 Bytes

Versions: 4

Compression:

Stored size: 684 Bytes

Contents

# Cinch Toolbox

This is just a gem required fro many of my plugins, it facilitates a variety of mundane operations.

* URL Shortening / Expansion.
* Webpage DOM element retrieval (via xpath or css selectors).
* Output truncation for sanity proof channel output.

## Installation

Add this line to your application's Gemfile:

    gem 'cinch-toolbox'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cinch-toolbox

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cinch-toolbox-0.0.4 README.md
cinch-toolbox-0.0.3 README.md
cinch-toolbox-0.0.2 README.md
cinch-toolbox-0.0.1 README.md