bergamasco 0.3.9 → 0.3.10

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: 400f38ed59f5b732866c952da0c79b5f1bd5d339
4
- data.tar.gz: 42dcc0d7d4fa12d69415ac0bd8c3a6d8735f9bd9
3
+ metadata.gz: 6ee2edf426c7bdc315c46d786465d5cb7db54883
4
+ data.tar.gz: 7d16b59c36681ed516520ab98194f028f4e8fc15
5
5
  SHA512:
6
- metadata.gz: dbfc6174b39dda4980a4213dc80a86a9014f24657831b37eef4e7026bc9231345b5cce7fdbbd69585a9ffc0232a9ef4745472ec3637029458ebc5dd0b1f1f0d3
7
- data.tar.gz: a484fe56539a49d72ec177ae2d34e586941c47c59f51fc8ac7a94cdb3e567eec1aa395a29568b625f2191291e83bd9b03a47db165f04fb9abf8a0162cbba3e35
6
+ metadata.gz: 19eb3a5903281490e9360523085acb0b63bae99047a7b2850b8bcd441a811e4843baa285a80184f6a12b236bcc684693185e905623f73946a15622e6ebcfc866
7
+ data.tar.gz: 07336bf1de0d04990659b06d09bcaa2a71f7b65bdd6277e06c52c4e4f80f0b9560b2a4fbf6b8c0511c021566666094475e1a4c5255dfefcd257e4dc857eac2cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bergamasco (0.3.9)
4
+ bergamasco (0.3.10)
5
5
  activesupport (~> 4.2, >= 4.2.5)
6
6
  addressable (~> 2.3.8)
7
7
  builder (~> 3.2, >= 3.2.2)
@@ -74,4 +74,4 @@ DEPENDENCIES
74
74
  simplecov
75
75
 
76
76
  BUNDLED WITH
77
- 1.12.5
77
+ 1.13.6
@@ -1,3 +1,3 @@
1
1
  module Bergamasco
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
@@ -3,13 +3,27 @@
3
3
  "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd">
4
4
  <article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ali="http://www.niso.org/schemas/ali/1.0/" article-type="edtorial" dtd-version="1.1">
5
5
  <front>
6
- $if(publisher)$
7
6
  <journal-meta>
7
+ $if(accession_number)$
8
+ <journal-id journal-id-type="publisher-id">$accession_number$</journal-id>
9
+ $endif$
10
+ <journal-title-group>
11
+ $if(journal_title)$
12
+ <journal-title>$journal_title$</journal-title>
13
+ $endif$
14
+ $if(journal_abbrev_title)$
15
+ <abbrev-journal-title>$journal_abbrev_title$</abbrev-journal-title>
16
+ $endif$
17
+ </journal-title-group>
18
+ $if(publisher)$
8
19
  <publisher>
9
- <publisher-name>$publisher$</publisher-name>
20
+ <publisher-name>$publisher_name$</publisher-name>
21
+ $if(publisher_loc)$
22
+ <publisher-loc>$publisher_loc$</publisher-loc>
23
+ $endif$
10
24
  </publisher>
11
- </journal-meta>
12
25
  $endif$
26
+ </journal-meta>
13
27
  <article-meta>
14
28
  $if(doi)$
15
29
  <article-id pub-id-type="doi">$doi$</article-id>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bergamasco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner