Sha256: 17efdbb27ec7d8bf80e5766d2d464638b46ddfd53ab0dd1e66f564997e1762b5

Contents?: true

Size: 1.15 KB

Versions: 32

Compression:

Stored size: 1.15 KB

Contents

require_relative 'lib/plurimath/version'

Gem::Specification.new do |spec|
  spec.name          = "plurimath"
  spec.version       = Plurimath::VERSION
  spec.authors       = ['Ribose Inc.']
  spec.email         = ['open.source@ribose.com']

  spec.summary       = 'Converts LaTeX math into MathML.'
  spec.description   = 'Converts LaTeX math into MathML.'
  spec.homepage      = 'https://github.com/plurimath/plurimath'
  spec.license       = 'BSD-2-Clause'

  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')

  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://github.com/plurimath/plurimath'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]
  spec.add_dependency 'parslet'
  spec.add_dependency 'ox'
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
plurimath-0.8.2 plurimath.gemspec
plurimath-0.8.1 plurimath.gemspec
plurimath-0.8.0 plurimath.gemspec
plurimath-0.7.2 plurimath.gemspec
plurimath-0.7.1 plurimath.gemspec
plurimath-0.7.0 plurimath.gemspec
plurimath-0.6.0 plurimath.gemspec
plurimath-0.5.0 plurimath.gemspec
plurimath-0.4.4 plurimath.gemspec
plurimath-0.4.3 plurimath.gemspec
plurimath-0.4.2 plurimath.gemspec
plurimath-0.4.1 plurimath.gemspec
plurimath-0.3.9 plurimath.gemspec
plurimath-0.3.8 plurimath.gemspec
plurimath-0.3.7 plurimath.gemspec
plurimath-0.3.6 plurimath.gemspec
plurimath-0.3.5 plurimath.gemspec
plurimath-0.3.4 plurimath.gemspec
plurimath-0.3.3 plurimath.gemspec
plurimath-0.3.2 plurimath.gemspec