bibliothecary 6.9.0 → 6.9.1

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
  SHA256:
3
- metadata.gz: f7ca2bc28f1c3a196e4720cfdac9666f17e6d5ec10ce27f8456a457c1f53c515
4
- data.tar.gz: c615681be7d7e01dd4b3c41a29801f427e4f29c596f409350edb0b2ff5732e25
3
+ metadata.gz: 7c5d41a3a8c73b6836a0cfaface97b412a72de93d0656bd1b81fa55c3059cafc
4
+ data.tar.gz: f2b1b0004f91c259e11c339df4680e8f24688b792e44fd943d340309373006b8
5
5
  SHA512:
6
- metadata.gz: 9b263efaf273fb07ba8d4aec80dd04862c07bd82da0e53654d140826a7294a277bcdedb74d8cee9fe0592ec9374dc05fcb1d8d6f17e31612dc2f6c7fa60aab31
7
- data.tar.gz: 116f2f45ebd796f1fdb505d87be5be6cfdb2e71694769e65e633e751d0d46e1ea1de41a0744ae095141244bebb901524f9baf9dd2c5c925b8c469b5b08e216b8
6
+ metadata.gz: 5065fcc1955f4143f6a6e3a5d25f4f84ac44b1d6cf9b9c1733b3a009ab396ec45a4748a6777d2d5e6be5640d971878fceaa474c72abe41e14e73a41b693f666d
7
+ data.tar.gz: 48720bf216d9893a970480bb2961b5c33aeae8fecaf17c261d6b4322e54b7c9e8f7fa86977e42ce83746655bb3b9f3098bc0674589a2455260ccd13087f182c2
@@ -228,7 +228,7 @@ module Bibliothecary
228
228
  # the xml root is <project> so lookup the non property name in the xml
229
229
  # this converts ${project/group.id} -> ${group/id}
230
230
  non_prop_name = property_name.gsub(".", "/").gsub("project/", "")
231
- return value if !xml.respond_to?("properties") && parent_properties.empty? && !xml.locate(non_prop_name)
231
+ return "${#{property_name}}" if !xml.respond_to?("properties") && parent_properties.empty? && xml.locate(non_prop_name).empty?
232
232
 
233
233
  prop_field = xml.properties.locate(property_name).first
234
234
  parent_prop = parent_properties[property_name]
@@ -1,3 +1,3 @@
1
1
  module Bibliothecary
2
- VERSION = "6.9.0"
2
+ VERSION = "6.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bibliothecary
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.9.0
4
+ version: 6.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-08 00:00:00.000000000 Z
11
+ date: 2020-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toml-rb
@@ -206,7 +206,7 @@ dependencies:
206
206
  - - ">="
207
207
  - !ruby/object:Gem::Version
208
208
  version: '0'
209
- description:
209
+ description:
210
210
  email:
211
211
  - andrewnez@gmail.com
212
212
  executables:
@@ -273,7 +273,7 @@ homepage: https://github.com/librariesio/bibliothecary
273
273
  licenses:
274
274
  - AGPL-3.0
275
275
  metadata: {}
276
- post_install_message:
276
+ post_install_message:
277
277
  rdoc_options: []
278
278
  require_paths:
279
279
  - lib
@@ -288,8 +288,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  - !ruby/object:Gem::Version
289
289
  version: '0'
290
290
  requirements: []
291
- rubygems_version: 3.0.8
292
- signing_key:
291
+ rubygems_version: 3.0.3
292
+ signing_key:
293
293
  specification_version: 4
294
294
  summary: Find and parse manifests
295
295
  test_files: []