ruby-mustache 1.1.1-2 source package in Ubuntu

Changelog

ruby-mustache (1.1.1-2) unstable; urgency=medium

  * Team upload
  * Move debian/watch to gemwatch.debian.net
  * Add 003_no_simplecov.patch to remove usage of simplecov in tests
  * Add 004_fix_race_condition_tests.patch to fix order-related test failures
    (Closes: #954503)
  * Use the rake method to run tests
  * Update Team name
  * Explicitly mention that d/rules does not require root
  * Set debhelper-compat level to 13

 -- Cédric Boutillier <email address hidden>  Sun, 27 Sep 2020 00:15:55 +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
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-mustache_1.1.1-2.dsc 1.6 KiB 66ccfa4f852fe57b21a579cd4d1343a2598702ed6616077ca51d8512cde46c03
ruby-mustache_1.1.1.orig.tar.gz 38.4 KiB abe7d49eb8c4d71cfad7f352750e286313be60baa1e352bd3d871c06b756a939
ruby-mustache_1.1.1-2.debian.tar.xz 4.2 KiB 4d8d48a4d8e4acd96e9dc8456eb4d96bc8941da9a0e8668fc3c19e0f28b1c6a6

Available diffs

No changes file available.

Binary packages built by this source

ruby-mustache: Mustache is a framework-agnostic way to render logic-free views

 Inspired by ctemplate, Mustache is a framework-agnostic way to render
 logic-free views. (As in model-view-controller.)
 .
 As ctemplates says, "It emphasizes separating logic from presentation:
 it is impossible to embed application logic in this template
 language."
 .
 Think of Mustache as a replacement for your views. Instead of views
 consisting of ERB or HAML with random helpers and arbitrary logic,
 your views are broken into two parts: a Ruby class and an HTML
 template.