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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97d1a1a8301526c56df7679e52a749018b39aa36fabaace29bc4b3ef1d7c9fec
4
- data.tar.gz: dd67b58259ff8b6834ab7aace641818960a23a1e4845e9d6efd44542f1dd5fee
3
+ metadata.gz: 60961123e0a77b1f9dd263dffc7264c2ba3914bd66bd59efbf1bbfae2ed8ee12
4
+ data.tar.gz: aecb6b6c3aec272d327c0f8810c174c82c009be01064bc1eb132c22f05a0f262
5
5
  SHA512:
6
- metadata.gz: c168e6af83a32b6300cdb7644b12d29409d4582e30b169514c80cb1dc241965e13901832aff962f4a8d2b2f25c7baee4cfc1d2795e2547089b5c3f0e5a5b6d44
7
- data.tar.gz: 6199a768f449f53e3bd19bc8698b23fdd4d186bb1a22fc4b4d4a4c5c0e76737d7cb64bd7450b2edae0c7adbf202b55486e040a67b5bffb403798249daa78590a
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
- ## Status
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
@@ -3,5 +3,5 @@
3
3
  require "kramdown"
4
4
 
5
5
  module Kramdown::Gemtext
6
- VERSION = "0.1.0"
6
+ VERSION = "0.2.0"
7
7
  end
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.1.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: 2024-08-27 00:00:00.000000000 Z
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: 'A Gemtext generator for the Kramdown Markdown parser
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: A Gemtext generator for the Kramdown Markdown parser
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