kramdown-latexish 1.0.0 → 1.0.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: 06fa0ad97174ba629adeb406d91151b6b4aba7fc47d0b3b8e33d2b9aa147e722
4
- data.tar.gz: d9af99b898053cd8dc701fac591520eba772855ad2e479197c1b0b90f048098b
3
+ metadata.gz: 3565bf499d3d169275166a25c41be254bf48d28a5c54c4c5ce31791ea350ac4b
4
+ data.tar.gz: 139204e3736eeea6382322af70ba78e208c8eb4b475d8fe24e6a66bdb0333975
5
5
  SHA512:
6
- metadata.gz: 54597cc241e9985853017b5f3e56140917d0b898ad7d8451c9701b77db625f59060a110867a37acbf35b6750f88fdbe465797c97cd1e6f2b1d031d2495d4860c
7
- data.tar.gz: ebaacce34386a0ea7fce3c848891e7f4e9e22f018f026bd53d4b2d60814c7b901ba33f12f9b59fe6adcbb881f9d9bde929e093f99a81b5dc982edf681965dce9
6
+ metadata.gz: 3bbd30c5be8b41b709dff6874c4473f4250a059d44196f731e17df1a8288f4aef422520b552438749cd786cd8eaf4b4dc41568570efcf72ed6b309bdfb446511
7
+ data.tar.gz: f6042e7af39265624e1cb5ceddc216c72dabc1208d7ad29a104517c1832867d077f3966b6cc2d205087b9580148f30243370a056b80b3702561b94b0f3e31449
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kramdown-latexish (1.0.0)
4
+ kramdown-latexish (1.0.1)
5
5
  bibtex-ruby (~> 6.0)
6
6
  citeproc-ruby (~> 2.0)
7
7
  csl-styles (~> 2.0)
@@ -8,8 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Luc J. Bourhis"]
9
9
  spec.email = ["luc_j_bourhis@mac.com"]
10
10
 
11
- spec.summary = %q{An extension of Kramdown taylored for math-heavy documents.}
12
- spec.description = %q{It provides theorem environments, and easy references to those environments as well as to equations and section headers. Moreover, a bibliography section can be generated from a BibTeX file, and an flexible and easy mean of citing bibliographical entries is provided.}
11
+ spec.summary = %q{Kramdown extension for math-heavy document.}
12
+ spec.description = %q{Kramdown extension for math-heavy document. It provides theorem environments, and easy references to those environments as well as to equations and section headers. Moreover, a bibliography section can be generated from a BibTeX file, and an flexible and easy mean of citing bibliographical entries is provided. Sections and environments are
13
+ automatically numbered.}
13
14
  spec.homepage = "https://github.com/luc-j-bourhis/kramdown-latexish"
14
15
  spec.license = "MIT"
15
16
 
@@ -1,5 +1,5 @@
1
1
  module Kramdown
2
2
  module Latexish
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-latexish
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luc J. Bourhis
@@ -122,10 +122,9 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '2.0'
125
- description: It provides theorem environments, and easy references to those environments
126
- as well as to equations and section headers. Moreover, a bibliography section can
127
- be generated from a BibTeX file, and an flexible and easy mean of citing bibliographical
128
- entries is provided.
125
+ description: |-
126
+ Kramdown extension for math-heavy document. It provides theorem environments, and easy references to those environments as well as to equations and section headers. Moreover, a bibliography section can be generated from a BibTeX file, and an flexible and easy mean of citing bibliographical entries is provided. Sections and environments are
127
+ automatically numbered.
129
128
  email:
130
129
  - luc_j_bourhis@mac.com
131
130
  executables: []
@@ -170,5 +169,5 @@ requirements: []
170
169
  rubygems_version: 3.2.33
171
170
  signing_key:
172
171
  specification_version: 4
173
- summary: An extension of Kramdown taylored for math-heavy documents.
172
+ summary: Kramdown extension for math-heavy document.
174
173
  test_files: []