mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
remove Rash dependency
This commit is contained in:
parent
3cb374cb4a
commit
366a963be8
2 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ require 'instapaper/version'
|
|||
Gem::Specification.new do |spec|
|
||||
spec.add_dependency 'faraday_middleware', '~> 0.7'
|
||||
spec.add_dependency 'multi_json', '~> 1'
|
||||
spec.add_dependency 'rash'
|
||||
spec.add_dependency 'simple_oauth'
|
||||
spec.add_dependency 'values'
|
||||
spec.add_development_dependency 'bundler', '~> 1.0'
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ module Instapaper
|
|||
end
|
||||
builder.use Faraday::Request::Multipart
|
||||
builder.use Faraday::Request::UrlEncoded
|
||||
# builder.use Faraday::Response::Rashify unless raw
|
||||
builder.use Instapaper::API::Response::ParseJson unless raw
|
||||
builder.use Faraday::Response::RaiseHttp1xxx
|
||||
builder.adapter(adapter)
|
||||
|
|
|
|||
Loading…
Reference in a new issue