kramdown-latexish 1.0.0 → 1.0.2

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: 37ce80661353202c39fead7dd6310e1365529c05fbbacc54561daf977bcaacae
4
+ data.tar.gz: 0dcc1b93fbe865237a35b1306ef535b12f81d01a8561381cf5fccebe67787289
5
5
  SHA512:
6
- metadata.gz: 54597cc241e9985853017b5f3e56140917d0b898ad7d8451c9701b77db625f59060a110867a37acbf35b6750f88fdbe465797c97cd1e6f2b1d031d2495d4860c
7
- data.tar.gz: ebaacce34386a0ea7fce3c848891e7f4e9e22f018f026bd53d4b2d60814c7b901ba33f12f9b59fe6adcbb881f9d9bde929e093f99a81b5dc982edf681965dce9
6
+ metadata.gz: ba62ebac0712648d5fd349f2c76da016a2d49f1e92b0e1fc17eb3136b1b8d44a289d76cdcae3457f74cbd1e5f1a544f9224c0db58d935707b7fb877cc82d68e0
7
+ data.tar.gz: 392ca91c3e6688e394adf458fe3c2658552b109f71f02e505f9a0f61c83678c0287e371472cc525e62cfbadbeeccaa36346e42b8058c4bd54510a05ec04b6315
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.2)
5
5
  bibtex-ruby (~> 6.0)
6
6
  citeproc-ruby (~> 2.0)
7
7
  csl-styles (~> 2.0)
@@ -39,7 +39,7 @@ GEM
39
39
  parser
40
40
  unparser
41
41
  rake (10.5.0)
42
- rexml (3.2.5)
42
+ rexml (3.2.6)
43
43
  rspec (3.12.0)
44
44
  rspec-core (~> 3.12.0)
45
45
  rspec-expectations (~> 3.12.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
 
@@ -22,6 +23,9 @@ Gem::Specification.new do |spec|
22
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
24
  spec.require_paths = ["lib"]
24
25
 
26
+ # Tested with this version
27
+ spec.required_ruby_version = '~> 3.0'
28
+
25
29
  spec.add_development_dependency "bundler", "~> 2.2"
26
30
  spec.add_development_dependency "rake", "~> 10.0"
27
31
  spec.add_development_dependency "rspec", "~> 3.0"
@@ -1,5 +1,5 @@
1
1
  module Kramdown
2
2
  module Latexish
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.2"
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.2
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: []
@@ -158,9 +157,9 @@ require_paths:
158
157
  - lib
159
158
  required_ruby_version: !ruby/object:Gem::Requirement
160
159
  requirements:
161
- - - ">="
160
+ - - "~>"
162
161
  - !ruby/object:Gem::Version
163
- version: '0'
162
+ version: '3.0'
164
163
  required_rubygems_version: !ruby/object:Gem::Requirement
165
164
  requirements:
166
165
  - - ">="
@@ -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: []