adiwg-mdtranslator 1.4.0.beta13 → 1.4.0.beta14
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bd405daca925ff1d6c5d23779a7b96a2ce296a6
|
4
|
+
data.tar.gz: 69d98a953f7d62365bba6a9ad2ab69d5606af508
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cd8d7c292b406b554b5b9567482d65fe032c5492f3cd8601ff7e5c160f11bd7a60034cd624ba1988454198c76cc5cd7af6b06ff6c5d050ab0c01dc934265207
|
7
|
+
data.tar.gz: c4733bece8615ce91a5de5fd67d19fc1c6ca6053bb9ab287a6c60c3d774d03e3d3fd6fe91a8b9de04ec12501ec6ab87629530ca6cce27d09d30cdeb332c42ace
|
data/.travis.yml
CHANGED
@@ -118,7 +118,7 @@ module ADIWG
|
|
118
118
|
# address
|
119
119
|
if hContact.has_key?('address')
|
120
120
|
conAddress = hContact['address']
|
121
|
-
hAddress =
|
121
|
+
hAddress = Address.unpack(conAddress, responseObj)
|
122
122
|
unless hAddress.nil?
|
123
123
|
intCont[:address] = hAddress
|
124
124
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adiwg-mdtranslator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.0.
|
4
|
+
version: 1.4.0.beta14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stan Smith
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-11-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|