Skip to content

Commit

Permalink
Update ohanakapa from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
monfresh committed Sep 25, 2017
1 parent c91e4e0 commit 89613a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down Expand Up @@ -110,7 +111,7 @@ GEM
erubi (1.6.1)
erubis (2.7.0)
execjs (2.7.0)
faraday (0.9.2)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand Down Expand Up @@ -204,8 +205,8 @@ GEM
multipart-post (2.0.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
ohanakapa (1.1.2)
sawyer (~> 0.5.3)
ohanakapa (1.1.3)
sawyer (~> 0.8)
os (0.9.6)
parser (2.4.0.0)
ast (~> 2.2)
Expand All @@ -214,6 +215,7 @@ GEM
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
powerpack (0.1.1)
public_suffix (3.0.0)
puma (3.9.1)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
Expand Down Expand Up @@ -295,9 +297,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sawyer (0.5.5)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sexp_processor (4.9.0)
signet (0.7.3)
addressable (~> 2.3)
Expand Down
8 changes: 0 additions & 8 deletions spec/controllers/status_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@
stub_request(:get,
'http://ohana-api-test.herokuapp.com/api/locations/' \
'san-mateo-free-medical-clinic').
with(headers: { 'Accept' => 'application/vnd.ohanapi-v1+json',
'Accept-Encoding' =>
'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'User-Agent' => 'Ohanakapa Ruby Gem 1.1.2' }).
to_return(status: 200, body: '', headers: {})

stub_request(:get,
'http://ohana-api-test.herokuapp.com/api/' \
'search?keyword=food').
with(headers: { 'Accept' => 'application/vnd.ohanapi-v1+json',
'Accept-Encoding' =>
'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'User-Agent' => 'Ohanakapa Ruby Gem 1.1.2' }).
to_return(status: 200, body: '', headers: {})

get 'check_status'
Expand Down

0 comments on commit 89613a2

Please sign in to comment.