scholarmarkdown 3.2.0 → 3.3.0
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 +4 -4
- data/VERSION +1 -1
- data/bin/template/Gemfile +1 -1
- data/bin/template_override_acm/content/styles/acm.scss +7 -3
- data/scholarmarkdown.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0b56658ecad272abe83fb245947a34dc2bf1f513238626388ca5fe20f89f5c8
|
4
|
+
data.tar.gz: 7feca96f4f765feb25f04806c4a9e8a1ed30c97386302cbc32aec8f483228460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d2c78f0289135ca1df99cf0721e348bd4770a16e7f658028acc692227b22dfcba4bce407c6fdff0d2b358c57befc4024016253aa6e4e51d37fd8086f573e492
|
7
|
+
data.tar.gz: 9acb3c0c18545d7a4db8279140dd25e4fc2c2fb58ba3af8400e7d2cc1c5d684b4c07c4bf3dd91ca171d71daaf4c0919607731d2651251d5138d9a8832739b503
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.0
|
data/bin/template/Gemfile
CHANGED
@@ -57,7 +57,7 @@ display:block;
|
|
57
57
|
}
|
58
58
|
|
59
59
|
#affiliations {
|
60
|
-
|
60
|
+
|
61
61
|
}
|
62
62
|
|
63
63
|
.author-org {
|
@@ -298,10 +298,13 @@ counter-reset:sub-sub-sub-section;
|
|
298
298
|
main section:not([id=abstract]):not([id=document-status]):not([id=keywords]):not([id=references]):not([id=categories-and-subject-descriptors]):not([id=general-terms]):not([id=appendix]):not([id=contact-us]):not([id^=table-of-]) > h2:before {
|
299
299
|
content:counter(section) "\00a0\00a0\00a0\00a0";
|
300
300
|
}
|
301
|
-
section
|
301
|
+
main section h2:before {
|
302
|
+
content:counter(section) "\00a0\00a0\00a0";
|
303
|
+
}
|
304
|
+
main section h3:before {
|
302
305
|
content:counter(section) "." counter(sub-section) "\00a0\00a0\00a0";
|
303
306
|
}
|
304
|
-
section
|
307
|
+
main section h4:before {
|
305
308
|
content:counter(section)"." counter(sub-section) "." counter(sub-sub-section) "\00a0\00a0\00a0";
|
306
309
|
}
|
307
310
|
|
@@ -557,6 +560,7 @@ font-family:Helvetica, Arial, sans-serif;
|
|
557
560
|
|
558
561
|
#authors {
|
559
562
|
position:relative;
|
563
|
+
font-size:1.2em;
|
560
564
|
}
|
561
565
|
|
562
566
|
#author-name,
|
data/scholarmarkdown.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: scholarmarkdown 3.
|
5
|
+
# stub: scholarmarkdown 3.3.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "scholarmarkdown".freeze
|
9
|
-
s.version = "3.
|
9
|
+
s.version = "3.3.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["Ruben Taelman".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2025-01-21"
|
15
15
|
s.email = "rubensworks@gmail.com".freeze
|
16
16
|
s.executables = ["generate-scholarmarkdown".freeze]
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scholarmarkdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ruben Taelman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puma
|