ruby-expression-parser 0.9.1-5 source package in Ubuntu

Changelog

ruby-expression-parser (0.9.1-5) unstable; urgency=medium

  * Add patch to remove relative patch in spec/parser_spec.rb (Closes: #830091)
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.3.0 (no changes needed)
  * Use salsa.debian.org in Vcs-* fields
  * Add myself as an uploader
  * Update d/control
  * Update d/copyright
  * Add patch description

 -- Utkarsh Gupta <email address hidden>  Tue, 05 Mar 2019 14:41:39 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-expression-parser_0.9.1-5.dsc 2.2 KiB 134a9ad3f5e14977e97e2599b40eeed0d3ff1bd315c2ca1e673d784143e16305
ruby-expression-parser_0.9.1.orig.tar.gz 4.0 KiB 2e2713656ef3193808a276502deb6f60b4dd35f225eddf13711014ef9b92c57a
ruby-expression-parser_0.9.1-5.debian.tar.xz 3.3 KiB 4058774b1e7e001538eaca4c9bce2fd944eb5a7a652ad98871d21ee6cd827500

Available diffs

No changes file available.

Binary packages built by this source

ruby-expression-parser: Mathematical expression parser for Ruby

 Implementation of a parser for mathematical expressions. Introducing the
 Parser class which parses raw string input and gives mathematical objects as
 output.
 .
 Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .

ruby-expression-parser-doc: mathematical expression parser for Ruby (documentation)

 Implementation of a parser for mathematical expressions. Introducing the
 Parser class which parses raw string input and gives mathematical objects as
 output.
 .
 Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .
 .
 This package contains the documentation for ruby-expression-parser.