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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cec69f4990a673477274c4af11574e14dc5ce096c205b9cb2ab59bdacdf61c5c
4
- data.tar.gz: 963c55f0975cf3193eb1a092e9b22b2e862c8c0b3257193a571ec139d5099733
3
+ metadata.gz: f0b56658ecad272abe83fb245947a34dc2bf1f513238626388ca5fe20f89f5c8
4
+ data.tar.gz: 7feca96f4f765feb25f04806c4a9e8a1ed30c97386302cbc32aec8f483228460
5
5
  SHA512:
6
- metadata.gz: d37732ccd2553b95985441ac17594d1625a9cfcc79e51b4212905e1350817a51cf2baa0dde4a2ee40087daf1bb7236f6353f8dd43397d6337b315a2d8c51e24a
7
- data.tar.gz: b732a6bdf3c3a544160f7511f3984f696eb9b9b03e96a6c3ec7fc2ecd4d2765797b50ffe24f8e08935277639ac9f1ee565d94dd6e22e20d36ba9730e6bd570f5
6
+ metadata.gz: 0d2c78f0289135ca1df99cf0721e348bd4770a16e7f658028acc692227b22dfcba4bce407c6fdff0d2b358c57befc4024016253aa6e4e51d37fd8086f573e492
7
+ data.tar.gz: 9acb3c0c18545d7a4db8279140dd25e4fc2c2fb58ba3af8400e7d2cc1c5d684b4c07c4bf3dd91ca171d71daaf4c0919607731d2651251d5138d9a8832739b503
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.3.0
data/bin/template/Gemfile CHANGED
@@ -23,7 +23,7 @@ group :development do
23
23
  gem 'guard-nanoc', '~> 2.1.2'
24
24
  gem 'guard-rack'
25
25
  gem 'guard-livereload'
26
- gem 'rack'
26
+ gem 'rack', '~> 3.0.9.1'
27
27
  gem 'rackup'
28
28
  gem 'rack-livereload'
29
29
  gem 'wdm', '>= 0.1.0' if Gem.win_platform?
@@ -57,7 +57,7 @@ display:block;
57
57
  }
58
58
 
59
59
  #affiliations {
60
- display:none;
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 > h3:before {
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 > h4:before {
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,
@@ -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.2.0 ruby lib
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.2.0"
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 = "2022-10-31"
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.2.0
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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2025-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puma