Sha256: eaa0d1fa22cebeec2c1517dbdfd92b4aad8c0eef8a875f0193361cf5aaa81527
Contents?: true
Size: 585 Bytes
Versions: 10
Compression:
Stored size: 585 Bytes
Contents
# Snappy see http://code.google.com/p/snappy ## Installation Add this line to your application's Gemfile: gem 'snappy' And then execute: $ bundle Or install it yourself as: $ gem install snappy ## Usage ```ruby require 'snappy' Snappy.deflate(source) # => Compressed data Snappy.inflate(source) # => Decompressed data ``` ## 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
10 entries across 10 versions & 1 rubygems