kramdown-gemtext 0.1.0 → 0.2.0
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
- checksums.yaml.gz.sig +0 -0
- data/README.md +2 -34
- data/lib/kramdown/gemtext/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60961123e0a77b1f9dd263dffc7264c2ba3914bd66bd59efbf1bbfae2ed8ee12
|
4
|
+
data.tar.gz: aecb6b6c3aec272d327c0f8810c174c82c009be01064bc1eb132c22f05a0f262
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e9c751840399eac138e0e675c03df8217e69677f7990c10e943c707662ea2630701041a6e383c8811dd17ad8c1749a820d3a2fa7062f30a04fca88e63827945
|
7
|
+
data.tar.gz: f21acb0ea6215dd540b9dcb5c78a42d0d21397922395b5fd099192d2f39cc67737fd55c6f66d8f86e54c52f5bf17c8dc646916be6d2e63533c0b01a16bd6acf4
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -1,37 +1,5 @@
|
|
1
1
|
# Kramdown-gemtext
|
2
2
|
|
3
|
-
|
3
|
+
This gem is no longer maintained. Please see [mikekreuzer.com][mikekreuzer.com] for my more recent work.
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
... in Python terms.
|
8
|
-
|
9
|
-
(Those Python statuses are 1 - Planning, 2 - Pre-alpha, 3 - Alpha, 4 - Beta, 5 - Production/Stable, 6 - Mature, 7 - Inactive.)
|
10
|
-
|
11
|
-
## Why
|
12
|
-
|
13
|
-
...
|
14
|
-
|
15
|
-
## Installation
|
16
|
-
|
17
|
-
`gem install kramdown-gemtext`
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
...
|
22
|
-
|
23
|
-
## Development
|
24
|
-
|
25
|
-
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests.
|
26
|
-
|
27
|
-
To install this gem locally, run `bundle exec rake local`.
|
28
|
-
|
29
|
-
`bundle exec rake -T` to see the current options.
|
30
|
-
|
31
|
-
## Contributing
|
32
|
-
|
33
|
-
Bug reports and pull requests are welcome at https://codeberg.org/kreuzer/kramdown-gemtext. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://codeberg.org/kreuzer/kramdown-gemtext/src/branch/main/CODE_OF_CONDUCT.md).
|
34
|
-
|
35
|
-
## Code of Conduct
|
36
|
-
|
37
|
-
Everyone interacting in the Kramdown-gemtext project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://codeberg.org/kreuzer/kramdown-gemtext/src/branch/main/CODE_OF_CONDUCT.md).
|
5
|
+
[mikekreuzer.com]: https://mikekreuzer.com
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kramdown-gemtext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Kreuzer
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
YgqTixCwts6cQYIdYNFtJbzKvRNqyviKKxPaum7UWAv6Uy80gxgJ8p+fG81FsxbZ
|
36
36
|
0ULnXrHlhf/CHs550TxRlXalgxBCImGdHzWjhdJeC1dZP3olgNtjO23ywtw=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date:
|
38
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: kramdown
|
@@ -51,7 +51,8 @@ dependencies:
|
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '2.4'
|
54
|
-
description: '
|
54
|
+
description: 'This gem is no longer maintained. Please see mikekreuzer.com for my
|
55
|
+
more recent work.
|
55
56
|
|
56
57
|
'
|
57
58
|
email:
|
@@ -96,5 +97,6 @@ requirements: []
|
|
96
97
|
rubygems_version: 3.5.17
|
97
98
|
signing_key:
|
98
99
|
specification_version: 4
|
99
|
-
summary:
|
100
|
+
summary: This gem is no longer maintained. Please see mikekreuzer.com for my more
|
101
|
+
recent work.
|
100
102
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|