Sha256: b4f21ea6d1653398c51fe7e4a1468186ddd492b615cb0a93b07768fb9346500e

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'asciimath/version'

Gem::Specification.new do |spec|
  spec.name          = "asciimath"
  spec.version       = AsciiMath::VERSION
  spec.authors       = ["Pepijn Van Eeckhoudt", "Gark Garcia"]
  spec.email         = ["pepijn@vaneeckhoudt.net", "pablo-ecobar@riseup.net"]
  spec.summary       = %q{AsciiMath parser and converter}
  spec.description   = %q{A pure Ruby AsciiMath parsing and conversion library.}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "> 0"
  spec.add_development_dependency "rake", "~> 13.0.0"
  spec.add_development_dependency "rspec", "~> 3.9.0"
  spec.add_development_dependency "nokogiri", "~> 1.10.9"
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
asciimath-2.0.2 asciimath.gemspec
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/asciimath-2.0.1/asciimath.gemspec
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/asciimath-2.0.1/asciimath.gemspec
asciimath-2.0.1 asciimath.gemspec