Skip to content

Commit

Permalink
removed faraday http cache
Browse files Browse the repository at this point in the history
removed faraday http cache and updated incorrect readme
  • Loading branch information
camerontucker committed Jan 21, 2016
1 parent 2b3f48a commit 60b104b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Responses are cached with Dalli which requires memcached

Set config/regis_api.yml

Set features/config/test_values.yml

```
require 'regis'
Expand All @@ -49,4 +47,6 @@ All responses are cached based on the request URL. So, all endpoints must includ

## Testing

Set features/config/test_values.yml

$ cucumber
1 change: 0 additions & 1 deletion regis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'faraday', '~> 0.8', '>= 0.8.0'
s.add_runtime_dependency 'faraday_middleware', '~> 0.8', '>= 0.8.0'
s.add_runtime_dependency 'faraday-cookie_jar', '~> 0.0.6', '>= 0.0.6'
s.add_runtime_dependency 'faraday-http-cache', '~> 1.2', '>= 1.2.2'
s.add_runtime_dependency 'dalli', '~> 2.7', '>= 2.7.0'
s.add_development_dependency 'cucumber', '~> 1.3', '>= 1.3.20'
s.add_development_dependency 'rspec', '~> 3.0', '>= 3.0.0'
Expand Down

0 comments on commit 60b104b

Please sign in to comment.