ruby-inherited-resources 1.13.0-1 source package in Ubuntu

Changelog

ruby-inherited-resources (1.13.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Adds Rail 6.1 support.
  * d/control (Build-Depends): Adjust allowed rails versions. Add
    ruby-activemodel, ruby-minitest, ruby-mocha, and
    ruby-rails-controller-testing for tests.
    (Standards-Version): Bump to 4.6.0.
    (Depends): Remove interpreter and use ${ruby:Depends}.
  * d/copyright (Copyright): Add team.
  * d/ruby-tests.rake: Add and enable tests.
  * d/rules: Install upstream changelog.
  * d/watch: Use github sources.
  * d/patches/Disable-bundler-and-unpackaged-gems.patch: Add patch.
    - Drop the usage of bundler and unpackaged gems from the tests.
  * d/patches/series: Enable patch.
  * d/upstream/metadata: Update URLs.

 -- Daniel Leidert <email address hidden>  Mon, 29 Nov 2021 07:41:35 +0100

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 universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-inherited-resources_1.13.0-1.dsc 2.4 KiB 4f9d164cd3919c403d23589c5454947db630171fd1bc317f3bc96b01beac9457
ruby-inherited-resources_1.13.0.orig.tar.gz 48.6 KiB ae60405fbb25ab445d7f09a8e6323193a9e072d723d1f8e72c0e35833ebe0ac7
ruby-inherited-resources_1.13.0-1.debian.tar.xz 3.3 KiB 503fb9a06d006a27ef1725a38e58b2cb083a9798ed1b232458b2e8fa276cffa7

Available diffs

No changes file available.

Binary packages built by this source

ruby-inherited-resources: Speeds up development by making controllers inherit all restful actions

 Inherited Resources speeds up development by making your controllers inherit
 all restful actions so you just have to focus on what is important. It makes
 your controllers more powerful and cleaner at the same time.
 .
 In addition to making your controllers follow a pattern, it helps you to write
 better code by following fat models and skinny controllers convention.