# ZeroClipboard for Rails This gem provides the ZeroClipboard Javascript/Flash library for a Rails 3.1+ application. ### Provides version 1.1.6 of ZeroClipboard. For more information about Zero Clipboard, visit [https://github.com/jonrohan/ZeroClipboard/](https://github.com/jonrohan/ZeroClipboard/) ## Installation Add the following to your Gemfile: ``` gem 'zero_clipboard-rails' ``` This will add the ZeroClipboard .js and .swf files to your asset pipeline. Then require it in your `application.js` manifest file: ``` //= require zero_clipboard ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License Licensed under the MIT License.