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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 455f1189b86c78bc205abb692016a4891f8767479441404e464369fd7d0e81b6
4
- data.tar.gz: de3cc6d02777907db8fa875ff6d2fa4d50bdf329ee84e00d7db2c9a37916125a
3
+ metadata.gz: daa1c061f1cb03ec250d7bce7ac1b5f635e62593bb30ebd041f043081904c193
4
+ data.tar.gz: 2fe295f2d334a4030d9cbb707305407a9336da15017b5bf2a571c81f72e5805d
5
5
  SHA512:
6
- metadata.gz: adb862020e2ea8f827097267b8254e017328ee4fe55332df896f72bb4483470c1c340b2bd8e7cda8bc1f62f05ad9235ed833eae4775438b1d8a65c8d83f4faa6
7
- data.tar.gz: f4e83e6b46935e784b2049cd497ea6fe10b26d06cfac12edf3a53290939ad308f876161941af80811afd42a16e057d24bfdda9f707172f5faee6fe2b31d45741
6
+ metadata.gz: d6f233911c02d22f1b5fed92b2ab20f51b913ab6de4235e5fa9b38460c925ea892ccebc2842f9787df388565529645da7ff00fcdb038537945929e587ccb96eb
7
+ data.tar.gz: 74c1c75a103e81c8cb368cc0fbe9ab41da08bc6d060e7cadd42e1d37a381a17df8300b0d1e0e6229eebf70a6561b1ff05026aa86813c5943a227ea502ae90aec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.2.1
data/bin/template/Gemfile CHANGED
@@ -24,6 +24,7 @@ group :development do
24
24
  gem 'guard-rack'
25
25
  gem 'guard-livereload'
26
26
  gem 'rack'
27
+ gem 'rackup'
27
28
  gem 'rack-livereload'
28
29
  gem 'wdm', '>= 0.1.0' if Gem.win_platform?
29
30
  gem 'rb-readline'
@@ -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.1.0 ruby lib
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.0"
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 = "2022-10-11"
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.0
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: 2022-10-11 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puma