faraday-http-cache 0.0.1.dev → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -0
- metadata +7 -9
data/README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
# Faraday Http Cache
|
2
|
+
|
3
|
+
[![Build Status](https://secure.travis-ci.org/plataformatec/faraday-http-cache.png)](https://travis-ci.org/plataformatec/faraday-http-cache)
|
4
|
+
|
2
5
|
a [Faraday](https://github.com/technoweenie/faraday) middleware that respects HTTP cache,
|
3
6
|
by checking expiration and validation of the stored responses.
|
4
7
|
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faraday-http-cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Lucas Mazza
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-12-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -172,18 +172,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
172
172
|
- - ! '>='
|
173
173
|
- !ruby/object:Gem::Version
|
174
174
|
version: '0'
|
175
|
-
segments:
|
176
|
-
- 0
|
177
|
-
hash: -1000702172389321332
|
178
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
179
176
|
none: false
|
180
177
|
requirements:
|
181
|
-
- - ! '
|
178
|
+
- - ! '>='
|
182
179
|
- !ruby/object:Gem::Version
|
183
|
-
version:
|
180
|
+
version: '0'
|
184
181
|
requirements: []
|
185
182
|
rubyforge_project:
|
186
|
-
rubygems_version: 1.8.
|
183
|
+
rubygems_version: 1.8.24
|
187
184
|
signing_key:
|
188
185
|
specification_version: 3
|
189
186
|
summary: A Faraday middleware that stores and validates cache expiration.
|
@@ -195,3 +192,4 @@ test_files:
|
|
195
192
|
- spec/storage_spec.rb
|
196
193
|
- spec/support/test_app.rb
|
197
194
|
- spec/support/test_server.rb
|
195
|
+
has_rdoc:
|