scholarmarkdown 3.1.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/bin/template/Gemfile +1 -0
- 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: daa1c061f1cb03ec250d7bce7ac1b5f635e62593bb30ebd041f043081904c193
|
4
|
+
data.tar.gz: 2fe295f2d334a4030d9cbb707305407a9336da15017b5bf2a571c81f72e5805d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6f233911c02d22f1b5fed92b2ab20f51b913ab6de4235e5fa9b38460c925ea892ccebc2842f9787df388565529645da7ff00fcdb038537945929e587ccb96eb
|
7
|
+
data.tar.gz: 74c1c75a103e81c8cb368cc0fbe9ab41da08bc6d060e7cadd42e1d37a381a17df8300b0d1e0e6229eebf70a6561b1ff05026aa86813c5943a227ea502ae90aec
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1
|
1
|
+
3.2.1
|
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.1
|
5
|
+
# stub: scholarmarkdown 3.2.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "scholarmarkdown".freeze
|
9
|
-
s.version = "3.1
|
9
|
+
s.version = "3.2.1"
|
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 = "2023-11-24"
|
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.1
|
4
|
+
version: 3.2.1
|
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: 2023-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puma
|