relaton-iso-bib 0.3.4 → 0.3.5

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
  SHA1:
3
- metadata.gz: 34e97929932b22fae6ad70bf14aa030c1a84a463
4
- data.tar.gz: 59b85feda25ffe386f31d8e8af3b7b9128acadd0
3
+ metadata.gz: e582dc61722d2b4fe79dfb6d25debc0f2844bae7
4
+ data.tar.gz: 45f81d2be3f8261401aeb600b540479d81ad54b1
5
5
  SHA512:
6
- metadata.gz: 05fd243871b9bb2325837135d3207dd5cd14c4fb65ce160f74cf9c4e0d463eec15f3161ad739cae5474156dad3ee6a824dbea50227509fa06f590ce738be4c28
7
- data.tar.gz: 67c4ba59d22a20612a68318e58a0c07ff7d0f03da0a1433d0f920b00848cebc9c1b11390c081ad3ed2ca1c2898639ead7b1f7e908c16ce157accd7097b4f0fe5
6
+ metadata.gz: c5602dcb2b522a5db62616cff786134e51ca59a4ced7c6365acbd08108b43db294f03b9326723d98f597877429a57cffec9c52f33ce29bc42e0d48b933ad57e1
7
+ data.tar.gz: 64fb22d607b84c346cae1a87a7da80e515c59ed62cbd42201d81dc9137e3899850df8ecf99c5d03b5d76ac4c7bb0cc68681275fbb887bb254c549c9f169facc4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relaton-iso-bib (0.3.4)
4
+ relaton-iso-bib (0.3.5)
5
5
  isoics (~> 0.1.6)
6
6
  relaton-bib (~> 0.3.0)
7
7
  ruby_deep_clone (~> 0.8.0)
@@ -9,8 +9,8 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.6.0)
13
- public_suffix (>= 2.0.2, < 4.0)
12
+ addressable (2.7.0)
13
+ public_suffix (>= 2.0.2, < 5.0)
14
14
  byebug (11.0.1)
15
15
  coderay (1.1.2)
16
16
  debase (0.2.2)
@@ -32,7 +32,7 @@ GEM
32
32
  pry-byebug (3.7.0)
33
33
  byebug (~> 11.0)
34
34
  pry (~> 0.10)
35
- public_suffix (3.1.1)
35
+ public_suffix (4.0.1)
36
36
  rake (10.5.0)
37
37
  relaton-bib (0.3.5)
38
38
  addressable
@@ -278,7 +278,7 @@ module RelatonIsoBib
278
278
  # @param script [String]
279
279
  # @raise ArgumentError
280
280
  def check_type(type)
281
- if type && !TYPES.include?(type)
281
+ if type && !self.class::TYPES.include?(type)
282
282
  raise ArgumentError, "invalid type: #{type}"
283
283
  end
284
284
  end
@@ -1,3 +1,3 @@
1
1
  module RelatonIsoBib
2
- VERSION = "0.3.4".freeze
2
+ VERSION = "0.3.5".freeze
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %(RelatonIsoBib: Ruby ISOXMLDOC impementation.)
14
14
  spec.description = %(RelatonIsoBib: Ruby ISOXMLDOC impementation.)
15
- spec.homepage = "https://github.com/metanorma/relaton-iso-bib"
15
+ spec.homepage = "https://github.com/relaton/relaton-iso-bib"
16
16
  spec.license = "BSD-2-Clause"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-iso-bib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-20 00:00:00.000000000 Z
11
+ date: 2019-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -194,7 +194,7 @@ files:
194
194
  - lib/relaton_iso_bib/version.rb
195
195
  - lib/relaton_iso_bib/xml_parser.rb
196
196
  - relaton_iso_bib.gemspec
197
- homepage: https://github.com/metanorma/relaton-iso-bib
197
+ homepage: https://github.com/relaton/relaton-iso-bib
198
198
  licenses:
199
199
  - BSD-2-Clause
200
200
  metadata: {}