kramdown-latexish 1.0.2 → 1.0.3

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: 37ce80661353202c39fead7dd6310e1365529c05fbbacc54561daf977bcaacae
4
- data.tar.gz: 0dcc1b93fbe865237a35b1306ef535b12f81d01a8561381cf5fccebe67787289
3
+ metadata.gz: e7ee4c9a981fb9f299e33ccf18195b8e8420c3673c9d6f9bbedda266d33d0ad9
4
+ data.tar.gz: 6c0c51e0d8d45aef0c22094a9f75d2b19c3f96b17364a7f39e8d9fffe2ed2f84
5
5
  SHA512:
6
- metadata.gz: ba62ebac0712648d5fd349f2c76da016a2d49f1e92b0e1fc17eb3136b1b8d44a289d76cdcae3457f74cbd1e5f1a544f9224c0db58d935707b7fb877cc82d68e0
7
- data.tar.gz: 392ca91c3e6688e394adf458fe3c2658552b109f71f02e505f9a0f61c83678c0287e371472cc525e62cfbadbeeccaa36346e42b8058c4bd54510a05ec04b6315
6
+ metadata.gz: 82906cd9b8c229bfcbadc042ddd20c0e9077aea2be1501caa14b5e63c4448d61595d9e96572603531cec9b1f9b3b25f2c0de4d1afeb4b23f8e6bc58968ba6278
7
+ data.tar.gz: 486428994f66519cfe2222eff2ab3d8fb3e96ed196c87336f3dfc849a3ad6af2673953da8ccefb457fe257d71c7defa7397d449d5855b1a1d4cbebf346f58cf5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kramdown-latexish (1.0.2)
4
+ kramdown-latexish (1.0.3)
5
5
  bibtex-ruby (~> 6.0)
6
6
  citeproc-ruby (~> 2.0)
7
7
  csl-styles (~> 2.0)
@@ -8,11 +8,14 @@ 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{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
11
+ spec.summary = %q{Kramdown extension for math-heavy document}
12
+ spec.description = %Q{#{spec.summary}. 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
13
  automatically numbered.}
14
14
  spec.homepage = "https://github.com/luc-j-bourhis/kramdown-latexish"
15
15
  spec.license = "MIT"
16
+ spec.metadata = {
17
+ "homepage_uri" => spec.homepage,
18
+ }
16
19
 
17
20
  # Specify which files should be added to the gem when it is released.
18
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  module Kramdown
2
2
  module Latexish
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-latexish
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luc J. Bourhis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -150,7 +150,8 @@ files:
150
150
  homepage: https://github.com/luc-j-bourhis/kramdown-latexish
151
151
  licenses:
152
152
  - MIT
153
- metadata: {}
153
+ metadata:
154
+ homepage_uri: https://github.com/luc-j-bourhis/kramdown-latexish
154
155
  post_install_message:
155
156
  rdoc_options: []
156
157
  require_paths:
@@ -169,5 +170,5 @@ requirements: []
169
170
  rubygems_version: 3.2.33
170
171
  signing_key:
171
172
  specification_version: 4
172
- summary: Kramdown extension for math-heavy document.
173
+ summary: Kramdown extension for math-heavy document
173
174
  test_files: []