chairman 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,9 +5,9 @@ module Faraday
5
5
  # the response headers and status informations about how the caching
6
6
  # middleware should handle this specific response.
7
7
  class Response
8
- def cacheable?
8
+ def cacheable?(unused_argument)
9
9
  return false if cache_control.no_store?
10
-
10
+
11
11
  cacheable_status_code? && (validateable? || fresh?)
12
12
  end
13
13
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Chairman
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chairman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: