parliament-grom-decorators 0.16.3 → 0.16.4

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: ea8192e3154588594800bbaeef46e1a1ef244904
4
- data.tar.gz: 32dc25c2e07bea9ce588142d263cdbabd714f4c7
3
+ metadata.gz: 363de74fa7cb54f63fe176460f32aa492a155ecd
4
+ data.tar.gz: 601835c1a208ae662d0d2f943160e319c78b5c01
5
5
  SHA512:
6
- metadata.gz: ef2c332128f1170b698fbebad46a2a8382b98b27fa32614e034d9e6667e278b97666ccbee2f389dcc4804f5e1079779b85d4851cdb5b4345c32afbc63d4e082c
7
- data.tar.gz: 58b58e5522920c6779ff0efd89916ee4d41ec9a13145f31cfd099648ba2ac0904407a17d1eb5f5f80df44c9be9fa00ec919b6d5b3175dc338d3b1d696565eeb4
6
+ metadata.gz: da826ff0ed281561fadaf4f9311ed87de106743a4d1cfc24da6cb0e3a73472d9b3f8dd16904fd46c9fc139c7515091641f8f4c74da1300217999d9dbc4a60683
7
+ data.tar.gz: 3720bfdffc89b98ed8997d132a4d1e21db3e08f0e362771ec1038d3f0ceb1ca6bcbb5aeada9daf036ab647605be765ad77e4db3011b8d2da4b7daef4e498be27
@@ -34,14 +34,14 @@ module Parliament
34
34
  # Alias conceptHasBroaderConcept with fallback.
35
35
  #
36
36
  # @return [Array, Array] array of parent Concept Grom::Nodes or an empty array.
37
- def parent_concepts
37
+ def broader_concepts
38
38
  respond_to?(:conceptHasBroaderConcept) ? conceptHasBroaderConcept : []
39
39
  end
40
40
 
41
41
  # Alias conceptHasNarrowerConcept with fallback.
42
42
  #
43
43
  # @return [Array, Array] array of child Concept Grom::Nodes or an empty array.
44
- def child_concepts
44
+ def narrower_concepts
45
45
  respond_to?(:conceptHasNarrowerConcept) ? conceptHasNarrowerConcept : []
46
46
  end
47
47
  end
@@ -1,7 +1,7 @@
1
1
  module Parliament
2
2
  module Grom
3
3
  module Decorator
4
- VERSION = '0.16.3'.freeze
4
+ VERSION = '0.16.4'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-grom-decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.3
4
+ version: 0.16.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rebecca Appleyard
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-06 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler