ruby-ruby2ruby 2.3.0-1 source package in Ubuntu

Changelog

ruby-ruby2ruby (2.3.0-1) unstable; urgency=medium

  * Team upload
  * Imported Upstream version 2.3.0
  * The gemspec file gets installed (Closes: #830931)
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Run wrap-and-sort on packaging files
  * Drop dont_require_rubygems patch. Not needed any more
  * Set Testsuite field to autopkgtest-pkg-ruby
  * Set minimal version for ruby-sexp-processor dependency to 4.7
  * Add read_ruby2ruby.patch

 -- Cédric Boutillier <email address hidden>  Thu, 21 Jul 2016 05:34:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ruby2ruby_2.3.0-1.dsc 1.8 KiB abe12aa8d2904785eb3158f8eba8bc4f058f36019f4f0858988f34c70d439d6c
ruby-ruby2ruby_2.3.0.orig.tar.gz 19.3 KiB 84dd18053707e935aad1b139b70d867205a75f6a98e89f030d9aede4e9921596
ruby-ruby2ruby_2.3.0-1.debian.tar.xz 3.1 KiB d2029e8e01ea4a25ff36022cf7a9f583789d5e05a5a0299ca4784a88bae80c56

No changes file available.

Binary packages built by this source

ruby-ruby2ruby: Generate pure ruby code easily from ParseTree's Sexps

 ruby2ruby provides a means of generating pure Ruby code easily from
 ParseTree's Sexps. This makes making dynamic language processors much
 easier in Ruby than ever before.