Sha256: 35e1a44fb2241fb6fc59e15676b1f7067c3b81d73bd0f06640f9b9eeb406522b

Contents?: true

Size: 822 Bytes

Versions: 3

Compression:

Stored size: 822 Bytes

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"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciimath-2.0.5 asciimath.gemspec
asciimath-2.0.4 asciimath.gemspec
asciimath-2.0.3 asciimath.gemspec