kramdown-mermaid 0.1.0 → 0.1.1

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: f5bbc7267222c2bf22f400d6234eb43743266fb19744d09887d78f82c690519a
4
- data.tar.gz: b8d05090d568e921919e59811954e8d70545f6b7ec1cdd233adb8c70f27e22c4
3
+ metadata.gz: bb6576c262717d42ee9dc158bcaae66c361dc9aba99df5366336aa989f5d63d8
4
+ data.tar.gz: d84e471413cbfb32b7070f63c511d5bdcccc642def6bc899d3f571815eec9fa5
5
5
  SHA512:
6
- metadata.gz: 2e4ce1e078d67aa593fa1d07c90f14b63e4ac2af99454e21b0dc474014e6f4f68d1ea15765b437ceee3fa9082e4d042fc75d59dfcef4c4bcb1a81534d2c0dd11
7
- data.tar.gz: 817e7c8db99750ba5e41b8f0753125c26db065f7770014f6bbff17dc2cf8109ba5ff009f0c741bfee71f6f8d6526117b80bb10f94aacf9fdc3580304d8cb6bda
6
+ metadata.gz: 32406f8c3d83c82a8f18e6f80f00f03c75f61ef498c2e200fad1923ce3082c0c8c164bc515332b78d1d72b3a0698dced5b5645d4da352d59a267f0b58051eefc
7
+ data.tar.gz: 37f569ea4c51cec12a256b99e7b897e5d028f3014d25f8d6fd2ed81e7cce52eaacf1cf91419438ff62e63a42fa3d3fcfe6a6fd0ccf55c53dd1eabdf9603af5b2
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = 'Extended Kramdown syntax for mermaid.js'
12
12
  spec.description = 'Extended Kramdown syntax for mermaid.js'
13
- spec.homepage = 'https://github.com/38tter/kramdown-mermaid-mermaid'
13
+ spec.homepage = 'https://github.com/38tter/kramdown-mermaid'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = '>= 2.6.0'
16
16
 
17
17
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
- spec.metadata['source_code_uri'] = 'https://github.com/38tter/kramdown-mermaid-mermaid'
21
- spec.metadata['changelog_uri'] = 'https://github.com/38tter/kramdown-mermaid-mermaid/blob/main/CHANGELOG.md'
20
+ spec.metadata['source_code_uri'] = 'https://github.com/38tter/kramdown-mermaid'
21
+ spec.metadata['changelog_uri'] = 'https://github.com/38tter/kramdown-mermaid/blob/main/CHANGELOG.md'
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kramdown
4
4
  module Parser
5
- KRAMDOWN_MERMAID_VERSION = '0.1.0'
5
+ KRAMDOWN_MERMAID_VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-mermaid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seiya Miyata
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-16 00:00:00.000000000 Z
11
+ date: 2023-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown
@@ -43,13 +43,13 @@ files:
43
43
  - lib/kramdown-mermaid/parser/kramdown.rb
44
44
  - lib/kramdown-mermaid/version.rb
45
45
  - sig/kramdown-mermaid.rbs
46
- homepage: https://github.com/38tter/kramdown-mermaid-mermaid
46
+ homepage: https://github.com/38tter/kramdown-mermaid
47
47
  licenses:
48
48
  - MIT
49
49
  metadata:
50
- homepage_uri: https://github.com/38tter/kramdown-mermaid-mermaid
51
- source_code_uri: https://github.com/38tter/kramdown-mermaid-mermaid
52
- changelog_uri: https://github.com/38tter/kramdown-mermaid-mermaid/blob/main/CHANGELOG.md
50
+ homepage_uri: https://github.com/38tter/kramdown-mermaid
51
+ source_code_uri: https://github.com/38tter/kramdown-mermaid
52
+ changelog_uri: https://github.com/38tter/kramdown-mermaid/blob/main/CHANGELOG.md
53
53
  post_install_message:
54
54
  rdoc_options: []
55
55
  require_paths: