scholarmarkdown 2.6.0 → 2.7.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: 7706863395ba006040193bda58d4788efef5935494a7337be0cd604396c0f093
4
- data.tar.gz: 8a71634b511450130b8610cdab9362d6c491b388ea2101e7ca97ea0ae219faa1
3
+ metadata.gz: 7fba287ed1d5fbae2ef85bcf3333f1d29403eb373f070c42e2f3d91cdb7297ab
4
+ data.tar.gz: 4547309624c5c25e20e42bf2717834b2e57adc02090bb9af2e1c0509c76a20d1
5
5
  SHA512:
6
- metadata.gz: 50953b262188dca05a48145d34c2242bf7834dc64243a81505b11c5626f82f53dd708209f1b89afe343fe5ee16beba3c90de0313cba9c43999d30cda0b417484
7
- data.tar.gz: 0bcf49fbe70124d2e0e7fff72df236b13b379c26309d65221436fae277bb77c9dfc5ab4b1c87eaf34dd77715a3f12cd6f26f36001aadb41dc1fd7d498e1aa244
6
+ metadata.gz: 5ec3d2ba4b82c31bc9cbb41386fdc21e56484c5dc82eab838d82549e6edd7f90b7ab002811477a9d11d893f03a3ef4951ba34393f42bd547386650fc1c9dbc84
7
+ data.tar.gz: 4b6e51642a582b7756b8ebedadceb7caa03c8934bc6bd012c178008c67aecab41646b4f7d8adb1dede2623b1c83db06a8584d38f594d5a607bbb2edf64e26f15
data/Gemfile CHANGED
@@ -13,7 +13,7 @@ gem 'katex'
13
13
  gem 'sskatex'
14
14
  gem 'kramdown-math-sskatex'
15
15
  gem 'execjs'
16
- gem 'therubyracer' # embedded V8 JavaScript engine
16
+ gem 'therubyracer', :platforms => :ruby # embedded V8 JavaScript engine
17
17
 
18
18
  group :development do
19
19
  # management of this gem
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.6.0
1
+ 2.7.0
@@ -1,15 +1,15 @@
1
1
  # My Scholarly Article
2
2
 
3
- ## Build
3
+ ## Development mode
4
4
  ```
5
5
  bundle install
6
- bundle exec nanoc compile
6
+ bundle exec guard
7
7
  ```
8
8
 
9
- ## Development mode
9
+ ## Build
10
10
  ```
11
11
  bundle install
12
- bundle exec guard
12
+ bundle exec nanoc compile
13
13
  ```
14
14
 
15
15
  View on http://localhost:3000/
@@ -15,7 +15,7 @@ title: "My Awesome Article"
15
15
 
16
16
  <main>
17
17
  <!-- Add sections by specifying their file name, excluding the '.md' suffix. -->
18
- <%= section 'introduction' %>
18
+ <%= section 'introduction' %>
19
19
  </main>
20
20
 
21
21
  <footer></footer>
@@ -25,7 +25,7 @@ title: "My Awesome Article"
25
25
 
26
26
  <main>
27
27
  <!-- Add sections by specifying their file name, excluding the '.md' suffix. -->
28
- <%= section 'introduction' %>
28
+ <%= section 'introduction' %>
29
29
  </main>
30
30
 
31
31
  <footer></footer>
@@ -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 2.6.0 ruby lib
5
+ # stub: scholarmarkdown 2.7.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "scholarmarkdown".freeze
9
- s.version = "2.6.0"
9
+ s.version = "2.7.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 = "2019-08-01"
14
+ s.date = "2019-12-05"
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: 2.6.0
4
+ version: 2.7.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: 2019-08-01 00:00:00.000000000 Z
11
+ date: 2019-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n