ruby-view-component 3.12.1-1 source package in Ubuntu

Changelog

ruby-view-component (3.12.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.7.0 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Pirate Praveen <email address hidden>  Sat, 25 May 2024 19:13:53 +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 multiverse misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-view-component_3.12.1-1.dsc 2.1 KiB 0c0d25dddf320436c9248b7dc39b2afeff6d8cbb7da72cde2d0e24e9b0ee4be8
ruby-view-component_3.12.1.orig.tar.gz 63.6 KiB 278eaa8587d820c789b66126c5dd1fae84c5d27897b9d6aeaf262937e1a35eb5
ruby-view-component_3.12.1-1.debian.tar.xz 2.9 KiB be8f9077666cec8f8faee182c349c426a7088617473d351ffcf188d48839d399

Available diffs

No changes file available.

Binary packages built by this source

ruby-view-component: View components for Rails

 This library is a framework for building reusable, testable & encapsulated
 view components in Ruby on Rails.
 .
 Think of ViewComponents as an evolution of the presenter pattern, inspired by
 React. A ViewComponent is a Ruby object and template which is instantiated and
 passed to Rails’ #render returning markup.