Skip to content

Commit

Permalink
Add savon gem for WSDL client explorations
Browse files Browse the repository at this point in the history
  • Loading branch information
dazza-codes committed Sep 27, 2017
1 parent 42fe262 commit 4d66afe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ gem 'paper_trail'
gem 'pry-rails'
gem 'pubmed_search'
gem 'rest-client'
gem 'savon', '~> 2.11'
gem 'simple_form'
gem 'whenever', require: false
gem 'yaml_db'
Expand Down
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ GEM
addressable (2.4.0)
airbrussh (1.1.2)
sshkit (>= 1.6.1, != 1.7.0)
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
arel (6.0.4)
ast (2.3.0)
autoprefixer-rails (5.2.1)
Expand Down Expand Up @@ -166,13 +169,18 @@ GEM
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
gyoku (1.3.1)
builder (>= 2.1.2)
hashdiff (0.2.3)
hashie (3.5.6)
high_voltage (2.3.0)
honeybadger (2.6.1)
http-cookie (1.0.2)
domain_name (~> 0.5)
httpclient (2.7.1)
httpi (2.4.2)
rack
socksify
i18n (0.8.6)
ice_nine (0.11.2)
jbuilder (2.3.0)
Expand Down Expand Up @@ -213,6 +221,7 @@ GEM
netrc (0.10.3)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nori (2.6.0)
okcomputer (1.13.0)
paper_trail (4.0.0)
activerecord (>= 3.0, < 6.0)
Expand Down Expand Up @@ -328,6 +337,14 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
savon (2.11.2)
akami (~> 1.2)
builder (>= 2.1.2)
gyoku (~> 1.2)
httpi (~> 2.3)
nokogiri (>= 1.4.0)
nori (~> 2.4)
wasabi (~> 3.4)
simple_form (3.2.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
Expand All @@ -337,6 +354,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
slop (3.6.0)
socksify (1.7.1)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -379,6 +397,9 @@ GEM
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
wasabi (3.5.0)
httpi (~> 2.0)
nokogiri (>= 1.4.2)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
Expand Down Expand Up @@ -446,6 +467,7 @@ DEPENDENCIES
retina_tag
rspec-rails (~> 3.0)
sass-rails (~> 5.0)
savon (~> 2.11)
simple_form
simplecov (~> 0.13)
therubyracer
Expand Down

0 comments on commit 4d66afe

Please sign in to comment.