camping 2.3-1.1 source package in Ubuntu

Changelog

camping (2.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix broken font symlink (Closes: #861040)

 -- Tobias Frost <email address hidden>  Wed, 24 May 2023 17:43:23 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
camping_2.3-1.1.dsc 2.0 KiB d0bd1be206030183f8f25ef622b581b2bb6bfb34d47d6e57d62de8c1ba6bef49
camping_2.3.orig.tar.gz 394.5 KiB de5683732bd5b68a4e19ce67b711242e3f6fe6e7e9775bd054f01e0139d66395
camping_2.3-1.1.debian.tar.xz 34.6 KiB 1e61ca773268b9ec8f5c418b6d7130e1bea1c3e99aebbb4e971301608e05d0fb

Available diffs

No changes file available.

Binary packages built by this source

camping: small Ruby web framework for Model-View-Controller type applications

 Camping is a web framework which consistently stays at less than 4kb of
 code. The idea here is to store a complete fledgling web application
 (written in Ruby) in a single file like many small CGIs, but to organize
 it as a Model-View-Controller application like Rails does. You can then
 easily move it to Rails once you've got it going.