bolognese 0.9.60 → 0.9.61

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: ae4d4ae52679997fff3017ec16691903db6e2f6b
4
- data.tar.gz: 01d422699ef163a576277423082247a942f6db27
3
+ metadata.gz: 8a51ccda9a18daf333ffd87cadfe371259038a79
4
+ data.tar.gz: 8093cbda842088570c461f5027cbf53a47818fc6
5
5
  SHA512:
6
- metadata.gz: 760506cb48b4a780e3a7b76ff1e27d67ae59e299cb26b4c11786d28186848b487ef840ef40acb1497b1dfbac5d8a772a5ec770216c5e8f79881109acff344d90
7
- data.tar.gz: e5c0e49a8185e802354d01cb0918ddf86f673e4b0347f26a848ccad83f80a3e4ff4d376eb74282f6fde577b92f591f919393ff8378dac2c55435773e68df2b30
6
+ metadata.gz: 685d7488631c15d73aa912875960a1fbb58a9986d279654db1bbccb47e667852e1018240a442a9c88b54a8dd346de4073b17a6c994a84f147003745063726d49
7
+ data.tar.gz: ff29927c431ec4c01a9faccdf1c9e814ffef259532caa17bcc354f48399db83466dc09ddbd69bab287854e63ccad41f8eacfcb6a409a273aa82a2bb6c8594073
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bolognese (0.9.60)
4
+ bolognese (0.9.61)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (~> 4.1)
@@ -1,3 +1,3 @@
1
1
  module Bolognese
2
- VERSION = "0.9.60"
2
+ VERSION = "0.9.61"
3
3
  end
@@ -14,7 +14,7 @@ module Bolognese
14
14
  insert_editors(xml)
15
15
  insert_citation_title(xml) if is_article? || is_data? || is_chapter?
16
16
  insert_source(xml)
17
- insert_publisher_name(xml) unless is_data?
17
+ insert_publisher_name(xml) if publisher.present? && !is_data?
18
18
  insert_publication_date(xml)
19
19
  insert_volume(xml) if volume.present?
20
20
  insert_issue(xml) if issue.present?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bolognese
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.60
4
+ version: 0.9.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner