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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b03b4e39c4750194759beaf8e06ee3c8c252729cc9b5c968e8f58b10d3816cba
4
- data.tar.gz: 4f748e4b8bc6ebf35bcc98c1878bbcbafab6a56f145ed91811aef5a9f1b19bbb
3
+ metadata.gz: 2dfaa083777a299044389bba598a0d6ee0401075fc8a7dc079b7855e0de47149
4
+ data.tar.gz: 63d773db76630e7bbca9144cb5305d4d16ac37a0bf31fff4a137d770f0d50f62
5
5
  SHA512:
6
- metadata.gz: 68028a3983f40b52503ac03f7792008f7aab78e84dccd20cf6b69564e8e686014f9262b6e613fddd5ef6078ea364f1c722128a9273336307587ec4f909716368
7
- data.tar.gz: 356d3e4e7bf05d5561c93e8e4dcdcb719c00e6139e483959fb09d5db2e0278319ee8af9a1134f01119131ba443e611b59fa79015741ec4b31638664cead37df4
6
+ metadata.gz: fd46f5f364ee584986deb32691afb9afd44d12470f98345c132f471833b6d8ae59b750d4a6d7576bb05ee7cf059c672a6e47636e1a9f038527dffdff4d745b5c
7
+ data.tar.gz: 828cf8ed590f738d96a39a435b8221b769d4f174924c95966a3634aa9c14c8238db1641e989689d67c87c4256f543f7a9e45b5b7ccd29e4be39cd894a2b82f97
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.0.2] - 2022-09-03
6
+
7
+ ### Fixes
8
+
9
+ * Repository URL
10
+
5
11
  ## [0.0.1] - 2022-09-03
6
12
 
7
13
  Initial release.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Djot
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
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.1
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: []