Sha256: 1e51dfc4e9caee763ab44935fe41d8eea241ff9214b0a0dd806776f149912dfd
Contents?: true
Size: 1.58 KB
Versions: 0
Compression: gzip
Compressed size: 744 Bytes
Stored size: 744 Bytes
Contents
--- !ruby/object:Gem::Specification name: rerb version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Forthoney autorequire: bindir: exe cert_chain: [] date: 2023-11-15 00:00:00.000000000 Z dependencies: [] description: RERB is an unopinionated tool for compiling ERB/rhtml into ruby.wasm DOM operations. It generates code which, when run on a Ruby VM on WASM, generate the desired DOM. email: - castlehoneyjung@gmail.com executables: - rerb extensions: [] extra_rdoc_files: [] files: - ".rspec" - ".rubocop.yml" - ".ruby-version" - CHANGELOG.md - CODE_OF_CONDUCT.md - LICENSE.txt - README.md - Rakefile - Steepfile - docs/capabilities.md - exe/rerb - lib/rerb.rb - lib/rerb/cli.rb - lib/rerb/compiler.rb - lib/rerb/ir.rb - lib/rerb/templater.rb - lib/rerb/version.rb - sig/rerb.rbs - sig/rerb/cli.rbs - sig/rerb/compiler.rbs - sig/rerb/ir.rbs - sig/rerb/templater.rbs homepage: https://github.com/forthoney/werb licenses: - MIT metadata: homepage_uri: https://github.com/forthoney/werb source_code_uri: https://github.com/forthoney/rerb changelog_uri: https://github.com/Forthoney/rerb/blob/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.21 signing_key: specification_version: 4 summary: Build a DOM for ruby.wasm with ERB test_files: []