wikitxt 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2eaeacc8b39a05eb00223418346c4e191e990f22e8a5dac767af324c29b19ae9
4
+ data.tar.gz: b791a01e0a07f3de3d698d9daa6a9ce2279d574dbcd2a651c40bc26588ca8dba
5
+ SHA512:
6
+ metadata.gz: b81ff24495f1ae4db65a5705395fbc7fa875687c119a9f8614b7a020cb2f7b7531c50c076fc7459d5d41243c8c65c6d457d6556d918f05979ae4cafedcf8290f
7
+ data.tar.gz: 2fb36c6754f466dbeca2495fea46e03935f3031453a593e36914610adb53c5f6de81e331f0526ddbdcc2de3b7591fa1a503a3408cbacfac21200d7048e0a1705
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-04-12
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at moeki.kawakami@icloud.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in wikitxt.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ wikitxt (0.1.0)
5
+ sinatra (~> 4.0)
6
+ thor (~> 1.3)
7
+ webrick (~> 1.8)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ base64 (0.2.0)
13
+ diff-lcs (1.5.1)
14
+ mustermann (3.0.0)
15
+ ruby2_keywords (~> 0.0.1)
16
+ rack (3.0.10)
17
+ rack-protection (4.0.0)
18
+ base64 (>= 0.1.0)
19
+ rack (>= 3.0.0, < 4)
20
+ rack-session (2.0.0)
21
+ rack (>= 3.0.0)
22
+ rake (13.2.1)
23
+ rspec (3.13.0)
24
+ rspec-core (~> 3.13.0)
25
+ rspec-expectations (~> 3.13.0)
26
+ rspec-mocks (~> 3.13.0)
27
+ rspec-core (3.13.0)
28
+ rspec-support (~> 3.13.0)
29
+ rspec-expectations (3.13.0)
30
+ diff-lcs (>= 1.2.0, < 2.0)
31
+ rspec-support (~> 3.13.0)
32
+ rspec-mocks (3.13.0)
33
+ diff-lcs (>= 1.2.0, < 2.0)
34
+ rspec-support (~> 3.13.0)
35
+ rspec-support (3.13.1)
36
+ ruby2_keywords (0.0.5)
37
+ sinatra (4.0.0)
38
+ mustermann (~> 3.0)
39
+ rack (>= 3.0.0, < 4)
40
+ rack-protection (= 4.0.0)
41
+ rack-session (>= 2.0.0, < 3)
42
+ tilt (~> 2.0)
43
+ thor (1.3.1)
44
+ tilt (2.3.0)
45
+ webrick (1.8.1)
46
+
47
+ PLATFORMS
48
+ arm64-darwin-22
49
+
50
+ DEPENDENCIES
51
+ rake (~> 13.0)
52
+ rspec (~> 3.0)
53
+ wikitxt!
54
+
55
+ BUNDLED WITH
56
+ 2.4.7
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Moeki Kawakami
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,66 @@
1
+ # Wikitxt
2
+
3
+ Most lightweight wiki writen by plain text.
4
+
5
+ ## Installation
6
+
7
+ Install the gem and add to the application's Gemfile by executing:
8
+
9
+ $ bundle add wikitxt
10
+
11
+ If bundler is not being used to manage dependencies, install the gem by executing:
12
+
13
+ $ gem install wikitxt
14
+
15
+ ## Usage
16
+
17
+ `wiki/index.txt`:
18
+
19
+ ```
20
+ Link to #sample .
21
+ ```
22
+
23
+ `wiki/sample.txt`:
24
+
25
+ ```
26
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mauris orci, euismod in tortor eu, condimentum pharetra libero.
27
+
28
+ Cras at tortor urna. Maecenas nec iaculis nulla.
29
+
30
+ Animals:
31
+ Elephant
32
+ Giraffe
33
+ Tiger
34
+ Penguin
35
+ Dolphin
36
+ Foods:
37
+ Pizza
38
+ Apple
39
+ Chocolate
40
+ Sushi
41
+ Broccoli
42
+ ```
43
+
44
+ ```
45
+ wikitxt s
46
+ ```
47
+
48
+ Access to http://localhost:8000 .
49
+
50
+ ## Development
51
+
52
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
53
+
54
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
55
+
56
+ ## Contributing
57
+
58
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kawakamimoeki/wikitxt. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/kawakamimoeki/wikitxt/blob/main/CODE_OF_CONDUCT.md).
59
+
60
+ ## License
61
+
62
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
63
+
64
+ ## Code of Conduct
65
+
66
+ Everyone interacting in the Wikitxt project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/kawakamimoeki/wikitxt/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: %i[spec]
data/exe/wikitxt ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "wikitxt"
4
+
5
+ Wikitxt::CLI.start
@@ -0,0 +1,25 @@
1
+ require "thor"
2
+ require 'webrick'
3
+
4
+ module Wikitxt
5
+ class CLI < Thor
6
+ package_name "wikitxt"
7
+ map "s" => :server
8
+
9
+ desc "server [PATH]", "start wiki site"
10
+ def server(path)
11
+ files = Dir.glob(File.join(path, "*.txt"))
12
+ files.each do |file|
13
+ text = File.read(file)
14
+ html = Wikitxt.to_html(text)
15
+ Dir.mkdir("dist") unless Dir.exist?("dist")
16
+ File.open(File.join("dist", "#{File.basename(file, ".txt")}.html"), "w+") do |f|
17
+ f.write(html)
18
+ end
19
+ end
20
+ server = WEBrick::HTTPServer.new :Port => 8000, :DocumentRoot => "dist"
21
+ trap 'INT' do server.shutdown end
22
+ server.start
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Wikitxt
4
+ class BaseNode
5
+ attr_accessor :attrs, :children
6
+
7
+ def initialize(**attrs)
8
+ @attrs = attrs
9
+ @children = []
10
+ end
11
+ end
12
+
13
+ class BodyNode < BaseNode
14
+ def to_html
15
+ children.map(&:to_html).join
16
+ end
17
+ end
18
+
19
+ class ParagraphNode < BaseNode
20
+ def to_html
21
+ <<~HTML
22
+ <div class="line">
23
+ <div class="text">#{Parser::Inline.new(self).to_html}</div>
24
+ </div>
25
+ HTML
26
+ end
27
+ end
28
+
29
+ class ListNode < BaseNode
30
+ def to_html
31
+ <<~HTML
32
+ <div class="line">
33
+ <div class="dot" style="margin-left: #{attrs[:indent] * 5}px;"></div>
34
+ <div class="list">#{Parser::Inline.new(self).to_html}</div>
35
+ </div>
36
+ HTML
37
+ end
38
+ end
39
+
40
+ class TextNode < BaseNode
41
+ def to_html
42
+ "<span>#{attrs[:text]}</span>"
43
+ end
44
+ end
45
+
46
+ class LinkNode < BaseNode
47
+ def to_html
48
+ "<a href=\"/#{attrs[:page]}.html\">#{attrs[:page]}</a>"
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,68 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Wikitxt
4
+ class Parser
5
+ class Block
6
+ attr_accessor :text
7
+
8
+ def initialize(text)
9
+ @text = text
10
+ end
11
+
12
+ def body
13
+ b = BodyNode.new
14
+
15
+ text.lines.each do |line|
16
+ if match = line.match(/^(?<indent> {2,})(?<text>.*)$/)
17
+ b.children << ListNode.new(text: match[:text], indent: match[:indent].length - 2)
18
+ next
19
+ end
20
+
21
+ b.children << ParagraphNode.new(text: line.chomp)
22
+ end
23
+
24
+ b
25
+ end
26
+ end
27
+
28
+ class Inline
29
+ attr_accessor :parent
30
+
31
+ def initialize(parent)
32
+ @parent = parent
33
+ end
34
+
35
+ def to_html
36
+ pending = nil
37
+
38
+ scanner = StringScanner.new(parent.attrs[:text])
39
+
40
+ if match = parent.attrs[:text].match(/^#(?<page>.+)$/)
41
+ parent.children << LinkNode.new(page: match[:page])
42
+ return parent.children.map(&:to_html).join
43
+ end
44
+
45
+ until scanner.eos? do
46
+ if result = scanner.scan(/ #.+ /)
47
+ parent.children << pending
48
+ pending = nil
49
+ match = result.match(/ #(?<page>.+) /)
50
+ parent.children << LinkNode.new(page: match[:page])
51
+ next
52
+ end
53
+
54
+ if pending
55
+ pending.attrs[:text] += scanner.scan(/./)
56
+ next
57
+ end
58
+
59
+ pending = TextNode.new(text: scanner.scan(/./))
60
+ end
61
+
62
+ parent.children << pending if pending
63
+
64
+ parent.children.map(&:to_html).join
65
+ end
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Wikitxt
4
+ class Renderer
5
+ attr_accessor :text
6
+
7
+ def initialize(text)
8
+ @text = text
9
+ @parser = Parser::Block.new(text)
10
+ end
11
+
12
+ def render
13
+ @parser.body.to_html
14
+ end
15
+
16
+ private
17
+
18
+ def lines
19
+ text.lines
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Wikitxt
4
+ VERSION = "0.1.0"
5
+ end
data/lib/wikitxt.rb ADDED
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "wikitxt/version"
4
+ require_relative "wikitxt/node"
5
+ require_relative "wikitxt/parser"
6
+ require_relative "wikitxt/renderer"
7
+ require_relative "wikitxt/cli"
8
+
9
+ module Wikitxt
10
+ class Error < StandardError; end
11
+ # Your code goes here...
12
+
13
+ def self.to_html(text)
14
+ Renderer.new(text).render
15
+ end
16
+ end
data/samples/index.txt ADDED
@@ -0,0 +1 @@
1
+ Link to #sample .
@@ -0,0 +1,17 @@
1
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mauris orci, euismod in tortor eu, condimentum pharetra libero.
2
+
3
+ Cras at tortor urna. Maecenas nec iaculis nulla.
4
+
5
+ Animals:
6
+ Elephant
7
+ Giraffe
8
+ Tiger
9
+ Penguin
10
+ Dolphin
11
+ Foods:
12
+ Pizza
13
+ Apple
14
+ Chocolate
15
+ Sushi
16
+ Broccoli
17
+
data/wikitxt.gemspec ADDED
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/wikitxt/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "wikitxt"
7
+ spec.version = Wikitxt::VERSION
8
+ spec.authors = ["Moeki Kawakami"]
9
+ spec.email = ["moeki.kawakami@icloud.com"]
10
+
11
+ spec.summary = "Most lightweight wiki writen by plain text."
12
+ spec.description = "Most lightweight wiki writen by plain text."
13
+ spec.homepage = "https://github.com/kawakamimoeki/wikitxt"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.6.0"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/kawakamimoeki/wikitxt"
19
+
20
+ spec.files = Dir.chdir(__dir__) do
21
+ `git ls-files -z`.split("\x0").reject do |f|
22
+ (File.expand_path(f) == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|circleci)|appveyor)})
23
+ end
24
+ end
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_dependency "sinatra", "~> 4.0"
30
+ spec.add_dependency "thor", "~> 1.3"
31
+ spec.add_dependency "webrick", "~> 1.8"
32
+
33
+ end
metadata ADDED
@@ -0,0 +1,106 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wikitxt
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Moeki Kawakami
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-04-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: sinatra
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: thor
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.3'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.3'
41
+ - !ruby/object:Gem::Dependency
42
+ name: webrick
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.8'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.8'
55
+ description: Most lightweight wiki writen by plain text.
56
+ email:
57
+ - moeki.kawakami@icloud.com
58
+ executables:
59
+ - wikitxt
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - ".rspec"
64
+ - CHANGELOG.md
65
+ - CODE_OF_CONDUCT.md
66
+ - Gemfile
67
+ - Gemfile.lock
68
+ - LICENSE.txt
69
+ - README.md
70
+ - Rakefile
71
+ - exe/wikitxt
72
+ - lib/wikitxt.rb
73
+ - lib/wikitxt/cli.rb
74
+ - lib/wikitxt/node.rb
75
+ - lib/wikitxt/parser.rb
76
+ - lib/wikitxt/renderer.rb
77
+ - lib/wikitxt/version.rb
78
+ - samples/index.txt
79
+ - samples/sample.txt
80
+ - wikitxt.gemspec
81
+ homepage: https://github.com/kawakamimoeki/wikitxt
82
+ licenses:
83
+ - MIT
84
+ metadata:
85
+ homepage_uri: https://github.com/kawakamimoeki/wikitxt
86
+ source_code_uri: https://github.com/kawakamimoeki/wikitxt
87
+ post_install_message:
88
+ rdoc_options: []
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: 2.6.0
96
+ required_rubygems_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ requirements: []
102
+ rubygems_version: 3.3.26
103
+ signing_key:
104
+ specification_version: 4
105
+ summary: Most lightweight wiki writen by plain text.
106
+ test_files: []