zephyr 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +20 -0
- data/VERSION +1 -1
- data/lib/zephyr.rb +0 -1
- data/zephyr.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -1 +1,21 @@
|
|
|
1
1
|
## Simple HTTP client using Typheous, derived from the Riak client
|
|
2
|
+
|
|
3
|
+
### Notes
|
|
4
|
+
|
|
5
|
+
It works for us, handles a large number operations a day. It hasn't been polished for the public yet. I wanted to get
|
|
6
|
+
it up on RubyGems quickly: I was fighting the consquences of Ruby's global mutable namespaces combined with the
|
|
7
|
+
unfortunate choice of naming our library Http and suddenly fighting with http_parser.rb for class Http vs module Http.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Authors
|
|
11
|
+
|
|
12
|
+
* Coda Hale
|
|
13
|
+
* Benjamin Kudria
|
|
14
|
+
* Jordi Bunster
|
|
15
|
+
* Matthew Knopp
|
|
16
|
+
* Mohammed Rafiq
|
|
17
|
+
* Ryan Kennedy
|
|
18
|
+
|
|
19
|
+
### References
|
|
20
|
+
|
|
21
|
+
* Ruby Riak Client: https://bitbucket.org/basho/riak-ruby-client/src
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/lib/zephyr.rb
CHANGED
data/zephyr.gemspec
CHANGED
metadata
CHANGED