File: math_ml.gemspec

package info (click to toggle)
ruby-mathml 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: ruby: 10,090; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# frozen_string_literal: true

Gem::Specification.new do |s|
  s.name = 'math_ml'
  s.version = '1.0.0'
  s.summary = 'MathML Library'
  s.author = 'KURODA Hiraku'
  s.email = 'hirakuro@gmail.com'
  s.homepage = 'https://github.com/hirakuro/math_ml'
  s.license = 'GPL-2.0-only'
  s.metadata['rubygems_mfa_required'] = 'true'

  s.required_ruby_version = '>= 3.2.0'

  s.add_dependency 'eim_xml', '~> 1.0.0'

  s.files = Dir['LICENSE', 'lib/**/*']
end