Sha256: e5d5c584717913e9425daaa4291f29ce570c71e61e76959e96fa372e75aa41a4

Contents?: true

Size: 1.55 KB

Versions: 5

Compression:

Stored size: 1.55 KB

Contents

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

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

  spec.summary       = "Convert Asciimath via MathML to UnitsML"
  spec.description   = <<~DESCRIPTION
  Convert Asciimath via MathML to UnitsML
  DESCRIPTION

  spec.homepage      = "https://github.com/plurimath/asciimath2unitsml"
  spec.license       = "BSD-2-Clause"

  spec.bindir        = "bin"
  spec.require_paths = ["lib"]
  spec.files         = `git ls-files`.split("\n")
  spec.test_files    = `git ls-files -- {spec}/*`.split("\n")
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")

  spec.add_dependency "asciimath"
  spec.add_dependency "htmlentities"
  spec.add_dependency "nokogiri", "~> 1.10.4"
  spec.add_dependency "rsec", "~> 1.0.0"

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "byebug", "~> 9.1"
  spec.add_development_dependency "equivalent-xml", "~> 0.6"
  spec.add_development_dependency "guard", "~> 2.14"
  spec.add_development_dependency "guard-rspec", "~> 4.7"
  spec.add_development_dependency "rake", "~> 12.0"
  spec.add_development_dependency "rspec", "~> 3.6"
  spec.add_development_dependency "rubocop", "= 0.54.0"
  spec.add_development_dependency "simplecov", "~> 0.15"
  spec.add_development_dependency "timecop", "~> 0.9"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
asciimath2unitsml-0.1.3 asciimath2unitsml.gemspec
asciimath2unitsml-0.1.2 asciimath2unitsml.gemspec
asciimath2unitsml-0.1.1 asciimath2unitsml.gemspec
asciimath2unitsml-0.1.0 asciimath2unitsml.gemspec
asciimath2unitsml-0.0.2 asciimath2unitsml.gemspec