kramdown-latexish 1.0.1 → 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: 3565bf499d3d169275166a25c41be254bf48d28a5c54c4c5ce31791ea350ac4b
4
- data.tar.gz: 139204e3736eeea6382322af70ba78e208c8eb4b475d8fe24e6a66bdb0333975
3
+ metadata.gz: e7ee4c9a981fb9f299e33ccf18195b8e8420c3673c9d6f9bbedda266d33d0ad9
4
+ data.tar.gz: 6c0c51e0d8d45aef0c22094a9f75d2b19c3f96b17364a7f39e8d9fffe2ed2f84
5
5
  SHA512:
6
- metadata.gz: 3bbd30c5be8b41b709dff6874c4473f4250a059d44196f731e17df1a8288f4aef422520b552438749cd786cd8eaf4b4dc41568570efcf72ed6b309bdfb446511
7
- data.tar.gz: f6042e7af39265624e1cb5ceddc216c72dabc1208d7ad29a104517c1832867d077f3966b6cc2d205087b9580148f30243370a056b80b3702561b94b0f3e31449
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.1)
4
+ kramdown-latexish (1.0.3)
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,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.
@@ -23,6 +26,9 @@ Gem::Specification.new do |spec|
23
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
27
  spec.require_paths = ["lib"]
25
28
 
29
+ # Tested with this version
30
+ spec.required_ruby_version = '~> 3.0'
31
+
26
32
  spec.add_development_dependency "bundler", "~> 2.2"
27
33
  spec.add_development_dependency "rake", "~> 10.0"
28
34
  spec.add_development_dependency "rspec", "~> 3.0"
@@ -1,5 +1,5 @@
1
1
  module Kramdown
2
2
  module Latexish
3
- VERSION = "1.0.1"
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.1
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,16 +150,17 @@ 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:
157
158
  - lib
158
159
  required_ruby_version: !ruby/object:Gem::Requirement
159
160
  requirements:
160
- - - ">="
161
+ - - "~>"
161
162
  - !ruby/object:Gem::Version
162
- version: '0'
163
+ version: '3.0'
163
164
  required_rubygems_version: !ruby/object:Gem::Requirement
164
165
  requirements:
165
166
  - - ">="
@@ -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: []