adiwg-mdtranslator 1.4.0.beta9 → 1.4.0.beta10
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: 5b54644388b60c03948091762248392f7d20fe79
|
4
|
+
data.tar.gz: 644183bd971260c3f01c3e198370812926c16208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 350ce95bed1422f34287834e1bfbc916c7579ba3eb42865a5a5435cae13b9e6e1f724923631d2ccb4cba362adfafd506929c95a1edafcf2e9cdea20fbdb2d9b3
|
7
|
+
data.tar.gz: 625d62c0814cb681e22b8b5d10601f4a2c4f65a99dde2a1a7fd7248c3424b19aaa9836ad21d77d32f2bc36de994b7a0894eee7fdfe4d1b1016a7f0ae337cd956
|
@@ -24,7 +24,7 @@ module ADIWG
|
|
24
24
|
if s != ''
|
25
25
|
if hContact['contactType'] == 'person'
|
26
26
|
intCont[:indName] = s
|
27
|
-
intCont[:orgName] = hContact['organization']['displayText']
|
27
|
+
intCont[:orgName] = hContact['organization']['displayText'] unless hContact[:organization].nil?
|
28
28
|
else
|
29
29
|
intCont[:orgName] = s
|
30
30
|
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.beta10
|
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-06-
|
12
|
+
date: 2016-06-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|