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: 2f912542c0adac2bbf714499e51a64e7818941b2
4
- data.tar.gz: 0ccf2affad60913562a3fe1f9b6335ae353812fb
3
+ metadata.gz: 5b54644388b60c03948091762248392f7d20fe79
4
+ data.tar.gz: 644183bd971260c3f01c3e198370812926c16208
5
5
  SHA512:
6
- metadata.gz: 07e290749a1ffe4d755d8d9e41e3e9de56699d7036296e0eb96d01427a6f93bdf63d80f86e903ba64a57bb6c45e82a1ac6f6be64afc93b0b522fc26b85149189
7
- data.tar.gz: 7d9de3d3e2ecd01ec58ae6724f23d9be655b925bdf93315444a63a77e21192a86bdcb66479ac216f5575c22f44f3ad6bc57d2ef26ca16cb9f69f4902d668f0a1
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
@@ -61,6 +61,6 @@
61
61
  module ADIWG
62
62
  module Mdtranslator
63
63
  # current mdtranslator version
64
- VERSION = "1.4.0.beta9"
64
+ VERSION = "1.4.0.beta10"
65
65
  end
66
66
  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.beta9
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-22 00:00:00.000000000 Z
12
+ date: 2016-06-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler