# -*- encoding: utf-8 -*- # stub: asciimath 2.0.3 ruby lib Gem::Specification.new do |s| s.name = "asciimath".freeze s.version = "2.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Pepijn Van Eeckhoudt".freeze, "Gark Garcia".freeze] s.date = "2021-07-26" s.description = "A pure Ruby AsciiMath parsing and conversion library.".freeze s.email = ["pepijn@vaneeckhoudt.net".freeze, "pablo-ecobar@riseup.net".freeze] s.executables = ["asciimath".freeze] s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, "AST.adoc".freeze, "CHANGELOG.adoc".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.adoc".freeze, "Rakefile".freeze, "asciimath.gemspec".freeze, "bin/asciimath".freeze, "dump_symbol_table.rb".freeze, "lib/asciimath.rb".freeze, "lib/asciimath/ast.rb".freeze, "lib/asciimath/cli.rb".freeze, "lib/asciimath/color_table.rb".freeze, "lib/asciimath/html.rb".freeze, "lib/asciimath/latex.rb".freeze, "lib/asciimath/markup.rb".freeze, "lib/asciimath/mathml.rb".freeze, "lib/asciimath/parser.rb".freeze, "lib/asciimath/symbol_table.rb".freeze, "lib/asciimath/version.rb".freeze, "spec/ast.rb".freeze, "spec/customisation_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/schema/mathml2/common/common-attribs.xsd".freeze, "spec/schema/mathml2/common/math.xsd".freeze, "spec/schema/mathml2/common/xlink-href.xsd".freeze, "spec/schema/mathml2/content/arith.xsd".freeze, "spec/schema/mathml2/content/calculus.xsd".freeze, "spec/schema/mathml2/content/common-attrib.xsd".freeze, "spec/schema/mathml2/content/constants.xsd".freeze, "spec/schema/mathml2/content/constructs.xsd".freeze, "spec/schema/mathml2/content/elementary-functions.xsd".freeze, "spec/schema/mathml2/content/functions.xsd".freeze, "spec/schema/mathml2/content/linear-algebra.xsd".freeze, "spec/schema/mathml2/content/logic.xsd".freeze, "spec/schema/mathml2/content/relations.xsd".freeze, "spec/schema/mathml2/content/semantics.xsd".freeze, "spec/schema/mathml2/content/sets.xsd".freeze, "spec/schema/mathml2/content/statistics.xsd".freeze, "spec/schema/mathml2/content/tokens.xsd".freeze, "spec/schema/mathml2/content/vector-calculus.xsd".freeze, "spec/schema/mathml2/mathml2.xsd".freeze, "spec/schema/mathml2/presentation/action.xsd".freeze, "spec/schema/mathml2/presentation/characters.xsd".freeze, "spec/schema/mathml2/presentation/common-attribs.xsd".freeze, "spec/schema/mathml2/presentation/common-types.xsd".freeze, "spec/schema/mathml2/presentation/error.xsd".freeze, "spec/schema/mathml2/presentation/layout.xsd".freeze, "spec/schema/mathml2/presentation/scripts.xsd".freeze, "spec/schema/mathml2/presentation/space.xsd".freeze, "spec/schema/mathml2/presentation/style.xsd".freeze, "spec/schema/mathml2/presentation/table.xsd".freeze, "spec/schema/mathml2/presentation/tokens.xsd".freeze, "spec/schema/mathml3/mathml3-common.xsd".freeze, "spec/schema/mathml3/mathml3-content.xsd".freeze, "spec/schema/mathml3/mathml3-presentation.xsd".freeze, "spec/schema/mathml3/mathml3-strict-content.xsd".freeze, "spec/schema/mathml3/mathml3.xsd".freeze, "style/math.css".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "AsciiMath parser and converter".freeze s.test_files = ["spec/ast.rb".freeze, "spec/customisation_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/schema/mathml2/common/common-attribs.xsd".freeze, "spec/schema/mathml2/common/math.xsd".freeze, "spec/schema/mathml2/common/xlink-href.xsd".freeze, "spec/schema/mathml2/content/arith.xsd".freeze, "spec/schema/mathml2/content/calculus.xsd".freeze, "spec/schema/mathml2/content/common-attrib.xsd".freeze, "spec/schema/mathml2/content/constants.xsd".freeze, "spec/schema/mathml2/content/constructs.xsd".freeze, "spec/schema/mathml2/content/elementary-functions.xsd".freeze, "spec/schema/mathml2/content/functions.xsd".freeze, "spec/schema/mathml2/content/linear-algebra.xsd".freeze, "spec/schema/mathml2/content/logic.xsd".freeze, "spec/schema/mathml2/content/relations.xsd".freeze, "spec/schema/mathml2/content/semantics.xsd".freeze, "spec/schema/mathml2/content/sets.xsd".freeze, "spec/schema/mathml2/content/statistics.xsd".freeze, "spec/schema/mathml2/content/tokens.xsd".freeze, "spec/schema/mathml2/content/vector-calculus.xsd".freeze, "spec/schema/mathml2/mathml2.xsd".freeze, "spec/schema/mathml2/presentation/action.xsd".freeze, "spec/schema/mathml2/presentation/characters.xsd".freeze, "spec/schema/mathml2/presentation/common-attribs.xsd".freeze, "spec/schema/mathml2/presentation/common-types.xsd".freeze, "spec/schema/mathml2/presentation/error.xsd".freeze, "spec/schema/mathml2/presentation/layout.xsd".freeze, "spec/schema/mathml2/presentation/scripts.xsd".freeze, "spec/schema/mathml2/presentation/space.xsd".freeze, "spec/schema/mathml2/presentation/style.xsd".freeze, "spec/schema/mathml2/presentation/table.xsd".freeze, "spec/schema/mathml2/presentation/tokens.xsd".freeze, "spec/schema/mathml3/mathml3-common.xsd".freeze, "spec/schema/mathml3/mathml3-content.xsd".freeze, "spec/schema/mathml3/mathml3-presentation.xsd".freeze, "spec/schema/mathml3/mathml3-strict-content.xsd".freeze, "spec/schema/mathml3/mathml3.xsd".freeze] end