djot 0.0.1 → 0.0.2
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/djot.gemspec +1 -1
- data/lib/djot/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2dfaa083777a299044389bba598a0d6ee0401075fc8a7dc079b7855e0de47149
|
|
4
|
+
data.tar.gz: 63d773db76630e7bbca9144cb5305d4d16ac37a0bf31fff4a137d770f0d50f62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd46f5f364ee584986deb32691afb9afd44d12470f98345c132f471833b6d8ae59b750d4a6d7576bb05ee7cf059c672a6e47636e1a9f038527dffdff4d745b5c
|
|
7
|
+
data.tar.gz: 828cf8ed590f738d96a39a435b8221b769d4f174924c95966a3634aa9c14c8238db1641e989689d67c87c4256f543f7a9e45b5b7ccd29e4be39cd894a2b82f97
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
|
37
37
|
|
|
38
38
|
## Contributing
|
|
39
39
|
|
|
40
|
-
Bug reports and pull requests are welcome on [GitLab](https://gitlab.com/gemmaro/djot).
|
|
40
|
+
Bug reports and pull requests are welcome on [GitLab](https://gitlab.com/gemmaro/ruby-djot).
|
|
41
41
|
This project is intended to be a safe,
|
|
42
42
|
welcoming space for collaboration,
|
|
43
43
|
and contributors are expected to adhere
|
data/djot.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Call Lua Djot"
|
|
12
12
|
spec.description = "Call Lua Djot for rendering Djot documents in HTML"
|
|
13
|
-
spec.homepage = "https://gitlab.com/gemmaro/djot"
|
|
13
|
+
spec.homepage = "https://gitlab.com/gemmaro/ruby-djot"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
|
16
16
|
|
data/lib/djot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: djot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gemmaro
|
|
@@ -51,13 +51,13 @@ files:
|
|
|
51
51
|
- lib/lua/djot/inline.lua
|
|
52
52
|
- lib/lua/djot/match.lua
|
|
53
53
|
- sig/djot.rbs
|
|
54
|
-
homepage: https://gitlab.com/gemmaro/djot
|
|
54
|
+
homepage: https://gitlab.com/gemmaro/ruby-djot
|
|
55
55
|
licenses:
|
|
56
56
|
- MIT
|
|
57
57
|
metadata:
|
|
58
|
-
homepage_uri: https://gitlab.com/gemmaro/djot
|
|
59
|
-
source_code_uri: https://gitlab.com/gemmaro/djot
|
|
60
|
-
changelog_uri: https://gitlab.com/gemmaro/djot/blob/main/CHANGELOG.md
|
|
58
|
+
homepage_uri: https://gitlab.com/gemmaro/ruby-djot
|
|
59
|
+
source_code_uri: https://gitlab.com/gemmaro/ruby-djot
|
|
60
|
+
changelog_uri: https://gitlab.com/gemmaro/ruby-djot/blob/main/CHANGELOG.md
|
|
61
61
|
rubygems_mfa_required: 'true'
|
|
62
62
|
post_install_message:
|
|
63
63
|
rdoc_options: []
|