restify 0.3.2.1.b69 → 0.3.2.1.b70
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.
- checksums.yaml +8 -8
- data/README.md +2 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjgwZWMxY2Q1ZmQ1MGNlODZmNzI5ZWM2YjkzNDAwZmVjNmUwYWUzNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjZmMGE3ZGM0YWJjMGNhNzBhZTVlZDIxNmJjMjg5N2RiMmNlNDJjZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTg3ODI5NDM1YzUxMTE1N2EyZWQwNmUwMTJmNWFjOWQ3Zjg5YmRjMTU4Mzgz
|
|
10
|
+
NjYxNGRmMjM3N2M5OTAxMzQ3ZTMwYmU5Y2ZhZGFiZjI2ZTMyZWFlNGNlOGNl
|
|
11
|
+
ODRhMGIzYWMyNGE4N2Y5OTNhZjVlZTRhMGM3MTM4MmZiOTdmNjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZmRlYTYxNWFlMDdiNGNjOWUwNTEzMTBlOTZjNDkyZGM0ZDIyMDA1NDM3YzJm
|
|
14
|
+
ODg4YjRmNjRlZGE5OWZiZmU2YmM3OTVlNmZmMWViOGU2MTY3M2M4MjU4ZGIw
|
|
15
|
+
YjFkYjUzYjM1OWY4MTViZThmMjVjZGVhOWQ0MWUxNDkyYTg3Mzk=
|
data/README.md
CHANGED
|
@@ -33,12 +33,10 @@ Restify requires Ruby 2.0+.
|
|
|
33
33
|
|
|
34
34
|
Planned features:
|
|
35
35
|
|
|
36
|
-
* API versions via header
|
|
36
|
+
* API versions via header
|
|
37
37
|
* Content-Type and Language negotiation
|
|
38
|
-
*
|
|
39
|
-
* ZeroMQ FLP backend
|
|
38
|
+
* Processors for MessagePack, JSON-HAL, etc.
|
|
40
39
|
* Eventmachine integration (see obligation library)
|
|
41
|
-
* Alternative HTTP backends
|
|
42
40
|
|
|
43
41
|
## Installation
|
|
44
42
|
|