rack-json-api-version 0.0.1 → 0.0.2
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 +4 -4
- data/lib/rack/json/api/version/version.rb +1 -1
- data/rack-json-api-version.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b62add5c80b54fb21a52f7b0fa0dfc6a8612e39
|
|
4
|
+
data.tar.gz: bce73b5075392f7876997945376007586fa867ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb252d1c2c081cb4d7cfb133e54e0f7a804e54d000c24470a7fb794042386f00900eeb912ccb29a09c746f88c7f3141281e3a3637d499acb055823ce94a30903
|
|
7
|
+
data.tar.gz: 017befd98d6f829fb19dcc9a5bf9274d307aed3ce6e4fdf1f951dafed3b2ff7585efd25a12c288a38587fda8472506764c6c62edfedf16f6f0ff06dc3a914ab2
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Daniel Mantilla"]
|
|
10
10
|
spec.email = ["dan@appcabinet.com"]
|
|
11
11
|
spec.summary = %q{Middleware to extract the API version from request headers}
|
|
12
|
-
spec.description = %q{
|
|
12
|
+
spec.description = %q{Middleware to extract the API version from request headers. Check documentation for details}
|
|
13
13
|
spec.homepage = "http://github.com/dmantilla/rack-json-api-version"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-json-api-version
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Mantilla
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
56
|
-
for
|
|
55
|
+
description: Middleware to extract the API version from request headers. Check documentation
|
|
56
|
+
for details
|
|
57
57
|
email:
|
|
58
58
|
- dan@appcabinet.com
|
|
59
59
|
executables: []
|