stanford-mods 3.3.7 → 3.3.8

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: 292626c39e250361be721a184c0efdaf7d034c6aaacea914d476af067ba47258
4
- data.tar.gz: 4f3f415cd1ac32139bbfba181cc5257402287df2c25af646085850dc710fb72b
3
+ metadata.gz: b1e3a3a94c0657e2e29e3290209d67ea16d1f10d1cece61e334543f33c8cde7f
4
+ data.tar.gz: 17edb99128248caed061cc87d4d547bf896b7a915d08fdad9e2f209f2d6457fe
5
5
  SHA512:
6
- metadata.gz: 1256f658bd9a3dbfc6994761c76b0be137144af944437a6ab479ee6fd512dd7723b2ebf8e9ac1e221c3364ee3c20fdc9effc0ca9b783d13d584ab6da166b1625
7
- data.tar.gz: e98146dc149c668741f73ea2e7ef841ac284b23d99e71c3dd7646ce3c5b0f6fb19d66a2284c7294b8090fcd52370d18ebe0be833a7ae613ca4898921bd07dbe2
6
+ metadata.gz: ec96c2955e6e96205b83395953413bfb2662af53f2725c9c13149688ac6c15b2da8cf4e46fa8aea8ac299b212204bbf680cdfa876780169a25707661903c259b
7
+ data.tar.gz: 1e5a8ddd8ad2e2a90ea37363335f1655fe6a4ef58b5d37089b38be265f00a91f617f7593f4b617d0f7dc1d066045ec926f207d2d308fa9c748170a03545e4cf7
@@ -46,6 +46,16 @@ module Stanford
46
46
  end.compact.flatten
47
47
  end
48
48
 
49
+ # called by mods_display gem, so made public
50
+ def publisher_vals_str
51
+ return if element.publisher.text.strip.empty?
52
+
53
+ publishers = element.publisher.reject do |p|
54
+ p.text.strip.empty?
55
+ end.map(&:text)
56
+ compact_and_join_with_delimiter(publishers, ' : ')
57
+ end
58
+
49
59
  private
50
60
 
51
61
  def compact_and_join_with_delimiter(values, delimiter)
@@ -73,15 +83,6 @@ module Stanford
73
83
  end.map(&:text).join(' ').strip
74
84
  end
75
85
 
76
- def publisher_vals_str
77
- return if element.publisher.text.strip.empty?
78
-
79
- publishers = element.publisher.reject do |p|
80
- p.text.strip.empty?
81
- end.map(&:text)
82
- compact_and_join_with_delimiter(publishers, ' : ')
83
- end
84
-
85
86
  # PLACE processing methods ------
86
87
 
87
88
  def place_vals_str
@@ -1,6 +1,6 @@
1
1
  module Stanford
2
2
  module Mods
3
3
  # this is the Ruby Gem version
4
- VERSION = '3.3.7'.freeze
4
+ VERSION = '3.3.8'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stanford-mods
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-24 00:00:00.000000000 Z
12
+ date: 2023-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mods