jekyll-latex-block 0.10.0.rc.1 → 0.10.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: 1ae3302f79cf8dc2a28a790b29ad6263872fb6bf5ad522a82a8860198c149ebd
4
- data.tar.gz: ecfe2e7d2a5a1e2aaf7106018de08f7e422521f2be8847283d2529f9555bc1b9
3
+ metadata.gz: 28823cf442fd6144d8b4938e0ffb02eee7b75be12a2bcc2080ad5dc7fd0c06bd
4
+ data.tar.gz: ce07f42cb7dba8e59d7610cefb279f5aaaafd2b04ff77c6f1264364ceb510c53
5
5
  SHA512:
6
- metadata.gz: 2d69216934cd4c750d64203d63de2342c84e7a580a9bcbedf471e18c352a3ee0a19ca5a19595e8e95d68e1db74ebd41e8adb84ae4afdb081088803ababe3884c
7
- data.tar.gz: d356c620c64ebab80670bf658a45a5f3c9dcf61a2befc3980130f05de5c1485a2a7328593ea5ed7f35ec5d16a150f614276320a8caf30b6ea400245b965b6d5a
6
+ metadata.gz: ccc6340e3e80ef2d78223d4eace7a8d3d9d25972a6c5fc7695e03e11467deb8925492b939622e632a65acd5436b32fd22ac500c65aa03eb1aafb1b9c9f9b8a6e
7
+ data.tar.gz: ac19e1ad973c24b5ba3a9547e5ae03854c1e6dda821f748576e43f03a11480fc374d2ad062027836f9742639559ddeb6e58a6f3dab10b06d614ffb3ba4c8539c
data/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  [![Depfu](https://img.shields.io/depfu/t-richards/jekyll-latex-block.svg?style=flat-square)](https://depfu.com/github/t-richards/jekyll-latex-block?project=Bundler)
4
4
  [![Gem Version](https://img.shields.io/gem/v/jekyll-latex-block.svg?style=flat-square)](https://rubygems.org/gems/jekyll-latex-block)
5
5
 
6
- Jekyll LaTeX Block is a plugin for Jekyll that uses [KaTeX][katex] to render
7
- LaTeX at build time, without the need for client-side JavaScript.
6
+ Jekyll LaTeX Block is a plugin for [Jekyll][jekyll] that uses [KaTeX][katex] to
7
+ render LaTeX at build time, without the need for client-side JavaScript.
8
8
 
9
9
  ## Requirements
10
10
 
@@ -17,7 +17,7 @@ Add this gem to your project's `gems.rb` or `Gemfile`:
17
17
 
18
18
  ```ruby
19
19
  group :jekyll_plugins do
20
- gem "jekyll-latex-block", "~> 0.10.0.beta"
20
+ gem "jekyll-latex-block", "~> 0.10.0"
21
21
  end
22
22
  ```
23
23
 
@@ -55,7 +55,7 @@ client-side JavaScript.
55
55
  Place the following stylesheet inside your `<head>` tag:
56
56
 
57
57
  ```html
58
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0-beta/katex.min.css" integrity="sha384-9tPv11A+glH/on/wEu99NVwDPwkMQESOocs/ZGXPoIiLE8MU/qkqUcZ3zzL+6DuH" crossorigin="anonymous">
58
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css" integrity="sha384-9tPv11A+glH/on/wEu99NVwDPwkMQESOocs/ZGXPoIiLE8MU/qkqUcZ3zzL+6DuH" crossorigin="anonymous">
59
59
  ```
60
60
 
61
61
  ### Hard-mode CSS & Fonts Integration :warning:
@@ -90,6 +90,7 @@ https://github.com/t-richards/jekyll-latex.
90
90
  The gem is available as open source under the terms of the [MIT License][mit-license].
91
91
 
92
92
  [execjs]: https://github.com/rails/execjs
93
- [katex]: https://khan.github.io/KaTeX/
93
+ [jekyll]: https://jekyllrb.com
94
+ [katex]: https://katex.org
94
95
  [mit-license]: https://opensource.org/licenses/MIT
95
96
  [rendering-opts]: https://github.com/Khan/KaTeX#rendering-options
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module LatexBlock
3
- VERSION = '0.10.0.rc.1'.freeze
3
+ VERSION = '0.10.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-latex-block
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.rc.1
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Richards
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-15 00:00:00.000000000 Z
11
+ date: 2018-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -152,9 +152,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  requirements:
155
- - - ">"
155
+ - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: 1.3.1
157
+ version: '0'
158
158
  requirements: []
159
159
  rubyforge_project:
160
160
  rubygems_version: 2.7.7