dwc_agent 1.5.0 → 1.5.0.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
  SHA256:
3
- metadata.gz: 87cfd6b6ab9ee83156f9503e48669691d486f143f64a623f93a40f064d2dc7f7
4
- data.tar.gz: 7f40287aa6bf7e7b90408d72594fd9ab5498401c5ee402da6f2a78163f011a9a
3
+ metadata.gz: 8c68777377378c1b85c2a86e4dbd72c8115233a9b86fd3d9233fa273b395b6bf
4
+ data.tar.gz: b1cef19d499caab6280b2084d3b4ce9f8fdabc7d2b34bce5334c3e40471e6f08
5
5
  SHA512:
6
- metadata.gz: 4cb91ffc7530bd1a93fbbc70c716ad96d49cab139bf95507e3a688566ce997cb71510b13013bb07cb52dffe2ce7419d294392028eedd28f1caba8b032eb98c9a
7
- data.tar.gz: ae226c63106a2b41899b6d4c85c92aa372d8d1cbce8a90023cf9b8d1a4c153a28bd33a9eb8064c492fa79d5d4229ec8979d5ca4f751d97fc1ec09132b0e46ca3
6
+ metadata.gz: 561146115cc194b0e4a03e25d9bebc99f266dfc5b2b294f576b3cd0e4be21f2566b5a1453f3aac29f9a759bea918ba6e967885f99f19cb041231948c88ff3627
7
+ data.tar.gz: 83362e1759206a8cca73e27563c456cb3ad521b9fa719868bdb8bda8f9a8a69548e5b43ac5736ba7bace4ec46f30adb3992e933bfe9f0b7768eab46561479435
@@ -85,8 +85,8 @@ module DwcAgent
85
85
  given = parsed_namae.given.strip rescue nil
86
86
  particle = parsed_namae.particle.strip rescue nil
87
87
  appellation = parsed_namae.appellation.strip rescue nil
88
- suffix = parsed_names.suffix.strip rescue nil
89
- title = parsed_names.title.strip rescue nil
88
+ suffix = parsed_namae.suffix.strip rescue nil
89
+ title = parsed_namae.title.strip rescue nil
90
90
 
91
91
  if !given.nil? && given.match(/[A-Z]\.[A-Za-z]{2,}/)
92
92
  given = given.gsub(".", ". ").strip
@@ -126,7 +126,7 @@ module DwcAgent
126
126
  return blank_name
127
127
  end
128
128
 
129
- { title: nil, appellation: nil, given: given, particle: particle, family: family, suffix: nil }
129
+ { title: title, appellation: appellation, given: given, particle: particle, family: family, suffix: suffix }
130
130
  end
131
131
 
132
132
  end
@@ -4,7 +4,7 @@ module DwcAgent
4
4
  MAJOR = 1
5
5
  MINOR = 5
6
6
  PATCH = 0
7
- BUILD = nil
7
+ BUILD = 1
8
8
 
9
9
  def self.version
10
10
  [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwc_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-06 00:00:00.000000000 Z
11
+ date: 2020-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: namae