tourico 0.0.7 → 0.0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8d9003fcb8bcbc4c74a3818775b0681b799d7bc
4
- data.tar.gz: 89f656b9acff35c2825a600b098347e6e3c643f4
3
+ metadata.gz: f54f749d2c8848c727d2b49512d0b57cb7350107
4
+ data.tar.gz: 7608b55f297e8b3924ddc3f77501496fe83f557d
5
5
  SHA512:
6
- metadata.gz: b81bc4f138d623fabff341f824bbf01f880752f83d8800111b59f0c2510a200a3c4e6b72783e8243c8a2a38bdec1e3e6ec160d1354511b10137105e6808c0a74
7
- data.tar.gz: c07a3daf2bf9acd41c773651e80b08757503ab7b1b385d1c1dcde3af735b56068ff9e1e46ccbd7c3e6e51d53ccb7264139f8cf9c256046f9f3ddf9ef755cd511
6
+ metadata.gz: 02cc7491e8aeb55612639f4968ba3a5308958b85d9e627ca7e5d8478fe64ab40b00d7af829dead00d93cee31455701e612adefb447cae54c2a41e2909d2cf424
7
+ data.tar.gz: 7e3b7641ea69be614b1453112759c68d33e2bcd98ae81e030e9aacc64777e7dc5b86893787b26a38256e617d1df557f6f1a79ea0655deeccaa4718f7fd93997e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tourico (0.0.7)
4
+ tourico (0.0.7.1)
5
5
  savon (~> 2.5.0)
6
6
 
7
7
  GEM
@@ -8,7 +8,7 @@ module Tourico
8
8
  puts 'Making hotels request to Tourico'
9
9
  client = Savon.client do
10
10
  log true
11
- wsdl `Tourico.hotel_service_link`
11
+ wsdl Tourico.hotel_service_link
12
12
  soap_header 'aut:AuthenticationHeader' => {
13
13
  'aut:LoginName' => Tourico.login_name,
14
14
  'aut:Password' => Tourico.password,
@@ -1,3 +1,3 @@
1
1
  module Tourico
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.7.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tourico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitali Margolin