metanorma-nist 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module Iso690Render
37
37
  completename = person.at("./name/completename")
38
38
  return completename.text if completename
39
39
  surname = person.at("./name/surname")
40
- initials = person.xpath("./name/initials")
40
+ initials = person.xpath("./name/initial")
41
41
  forenames = person.xpath("./name/forename")
42
42
  #given = []
43
43
  #forenames.each { |x| given << x.text }
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module NIST
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-nist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-27 00:00:00.000000000 Z
11
+ date: 2020-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities