restify 0.3.2.1.b65 → 0.3.2.1.b66

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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjQyMDMyODM0YjQ3NjBiMjNiNjc4NTBhZmZhNmQ3ODkxMDkwZjkzMA==
4
+ MzlkYTNkMjNiMTc0ZWFmMTQ5YTI4NjVhYzIxOGY3NDFmMWZkOTAzZA==
5
5
  data.tar.gz: !binary |-
6
- YmVlMDcyNDgxYTE2NGM0ZDRlMDM5NzMxNjYzNWNiZTYzZTI2Mzg0MQ==
6
+ Y2VjNzQ2ZDJkZGZlMjk3OTQzNTM1NzY4YzhhODM0YTQwMWQ3MDljNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTc5MTc4ZjUwYTc1ZjQxNjdlY2U3MWEwNmIzNzUzYzBmZDQ4ZTE5ZGY0ZmY2
10
- NmJjZmNlNzYyNmVjNTBmZWM3YmEyM2VjNDZhYmNhMGY3MGJmYTQ0Y2M2NTMy
11
- ZTdhNDUzY2RjNWRmZjc3MGZmNzI0YTlmN2I1ODk2MDUxMjk0NDU=
9
+ ZTM3OWZjNGU5OThmZjFmOGNiZmE5N2IxMTY1YTJjN2I1ODZkYWQ5MWM4YzM0
10
+ MTVlMTQ5NWQ1YzcyNzY1MDRjMGM0ZGQyMjYyNDE3YTA0OTI5ZGY1NmRhMWU1
11
+ MGQwNzMyMWEwMDA5ZTZkOWQwMzI0YzgwZGI3YjNkZGY0MmI3MDM=
12
12
  data.tar.gz: !binary |-
13
- ZWZlNjMzZjRjZGVlMjg1NzQ0ZWZlZjJiYjI2YjNhNTVkNzY3ZDEzMTdmYzlj
14
- NjVhZTM0NTE3ZmM1Y2Y0NmJmMGZlZTkyYzllOGUxNTMwOGMwYjE3YmYxNmU4
15
- YWM1ZTg3ODBkOTc5OTY2ZDVlODM1YjUyNDI5NjE2ZmFmY2UzZWE=
13
+ ZTQzYmZhMjZlMzRlZGJiYTc0YTEyNWFlYjFkZThhNjI1ZWY2ODJiOTg0YTFl
14
+ ZTYwYTc1NGU0YmIxOGEwOGI0OTlkZjY3MTk3OGMxZTFjMGE2M2U0NjQ3MzIy
15
+ Y2I5ZDM4MDZlZmE2MzIzODExZDY0OWU5Mjk0NDIwNDVmOTQ3YTg=
data/README.md CHANGED
@@ -14,6 +14,10 @@ Restify is build upon
14
14
  provided HTTP adapters for
15
15
 
16
16
  * [em-http-request](https://github.com/igrigorik/em-http-request)
17
+ * [celluloid-io](https://github.com/celluloid/celluloid-io) / [http](https://github.com/httprb/http) (experimental)
18
+ * [typhoeus](https://github.com/typhoeus/typhoeus) (not widely tested)
19
+
20
+ They are mostly run in a background thread and may not survive mid-application forks.
17
21
 
18
22
  and can decode and encode
19
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.1.b65
4
+ version: 0.3.2.1.b66
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Graichen