Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Latest commit

 

History

87 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple HTTP client using Typheous, derived from the Riak client

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages