Sha256: be64d0ab5d47032f292f26eb80ae708c8dfb15ab6d8ee5e6f06628f9fd62428b

Contents?: true

Size: 940 Bytes

Versions: 8

Compression:

Stored size: 940 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"]
  spec.email         = ["pepijn@vaneeckhoudt.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", "~> 1.6"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.1.0"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asciimath-1.0.7 asciimath.gemspec
asciimath-1.0.6 asciimath.gemspec
asciimath-1.0.5 asciimath.gemspec
asciimath-1.0.4 asciimath.gemspec
asciimath-1.0.3 asciimath.gemspec
asciimath-1.0.2 asciimath.gemspec
asciimath-1.0.1 asciimath.gemspec
asciimath-1.0.0 asciimath.gemspec