Sha256: 9c3922176c5e32e370c017af58d1834aead91be3ce025a80360f2bbf31766171
Contents?: true
Size: 1.45 KB
Versions: 0
Compression: gzip
Compressed size: 689 Bytes
Stored size: 689 Bytes
Contents
--- !ruby/object:Gem::Specification name: d-mark version: !ruby/object:Gem::Version version: 1.0.0b2 platform: ruby authors: - Denis Defreyne autorequire: bindir: bin cert_chain: [] date: 2021-01-01 00:00:00.000000000 Z dependencies: [] description: D★Mark is a markup language aimed at being able to write semantically meaningful text without limiting itself to the semantics provided by HTML or Markdown. email: denis.defreyne@stoneship.org executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md - NEWS.md files: - Gemfile - Gemfile.lock - Guardfile - LICENSE - NEWS.md - README.md - Rakefile - d-mark.gemspec - ideas.dmark - lib/d-mark.rb - lib/d-mark/element_node.rb - lib/d-mark/parser.rb - lib/d-mark/translator.rb - lib/d-mark/version.rb - samples/trivial.dmark - samples/trivial.rb - spec/d-mark/element_node_spec.rb - spec/d-mark/parser_spec.rb - spec/d-mark/translator_spec.rb - spec/spec_helper.rb homepage: http://rubygems.org/gems/d-mark licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--main" - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.2.4 signing_key: specification_version: 4 summary: markup language for writing text test_files: []