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

Changelog

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

  * New upstream version 2.82.0
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Drop obsolete X{S,B}-Ruby-Versions fields

 -- Pirate Praveen <email address hidden>  Fri, 07 Jul 2023 21:46:43 +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
Mantic release multiverse misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-view-component_2.82.0-1.dsc 2.2 KiB b13a0252c3b26605c09567119f46616f6eda55e92525d91e40851a308092dd69
ruby-view-component_2.82.0.orig.tar.gz 56.5 KiB 34c41efff0e4349fd98a5b7ec2dcd32134a4d65795cfe93a96d1f82f4994ebcf
ruby-view-component_2.82.0-1.debian.tar.xz 2.8 KiB ba358a9989197d45b403a0b621f14d4ce0774b463e05cd09ae5774a4afcac5d5

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.