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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/tourico/http_service.rb +1 -1
- data/lib/tourico/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f54f749d2c8848c727d2b49512d0b57cb7350107
|
|
4
|
+
data.tar.gz: 7608b55f297e8b3924ddc3f77501496fe83f557d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02cc7491e8aeb55612639f4968ba3a5308958b85d9e627ca7e5d8478fe64ab40b00d7af829dead00d93cee31455701e612adefb447cae54c2a41e2909d2cf424
|
|
7
|
+
data.tar.gz: 7e3b7641ea69be614b1453112759c68d33e2bcd98ae81e030e9aacc64777e7dc5b86893787b26a38256e617d1df557f6f1a79ea0655deeccaa4718f7fd93997e
|
data/Gemfile.lock
CHANGED
data/lib/tourico/http_service.rb
CHANGED
|
@@ -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
|
|
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,
|
data/lib/tourico/version.rb
CHANGED