Sha256: 38833274de80f5fbdf57723a4e1dfe2f1ee81a03ab88d282ad8ba9a8bf6c465f
Contents?: true
Size: 934 Bytes
Versions: 1
Compression:
Stored size: 934 Bytes
Contents
# Nutcracker This "library" wraps Twitter's [Nutcracker](https://github.com/twitter/twemproxy) in a gem package and provides ( in the near future I hope ) simple ruby API to the `nutcracker` executable. ## Motivation The main motivation here is to take the advantages of working with Bundler's dependencies management and to be able to embed Twitter's [Nutcracker](https://github.com/twitter/twemproxy) as a dependency to any Ruby project, this allow you to create small-configuration-only-apps tied to specific version of Nutcracker as I show in the example bellow. ## Installation `gem install nutcracker` Or if you are using a `Gemfile` ```ruby source :rubygems gem 'nutcracker' ``` ## Wanna build a new version? * Set the version @ `lib/nutcracker/version.rb` ( [Available Versions](https://code.google.com/p/twemproxy/downloads/list) ) * run the `rake build` command * look for `nutcracker-X.Y.Z` gem under the pkg folder
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nutcracker-0.2.3 | README.md |