Project

zephyr

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Battle-tested HTTP client using Typhoeus, derived from the Riak client
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.0
~> 1.6.4
~> 0.12.0
~> 2.11.3

Runtime

~> 0.4.2
 Project Readme

Simple HTTP client using Typheous, derived from the Riak client

Notes

It works for us, handles a large number operations a day. It hasn't been polished for the public yet. I wanted to get it up on RubyGems quickly: I was fighting the consquences of Ruby's global mutable namespaces combined with the unfortunate choice of naming our library Http and suddenly fighting with http_parser.rb for class Http vs module Http.

Authors

  • Coda Hale
  • Benjamin Kudria
  • Brian Morton
  • Jordi Bunster
  • Matthew Knopp
  • Mohammed Rafiq
  • Ryan Kennedy
  • Vidit Drolia
  • Vivek Aggarwal

References

Deploying to RubyGems

  1. Bump version in VERSION and zephyr.gemspec.
  2. Run bundle to update gem in Gemfile.lock.
  3. Commit changes with version update.
  4. Tag the release
  • git tag -a v1.x.x
    • git push --tags
  1. Build the gem: gem build zephyr.gemspec
  2. Push to rubygems: gem push zephyr-1.2.2.gem