ruby-awesome-nested-set 3.5.0-1 source package in Ubuntu

Changelog

ruby-awesome-nested-set (3.5.0-1) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * debian/control: Remove empty control field Uploaders.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Apply multi-arch hints.
    + ruby-awesome-nested-set: Add :any qualifier for ruby dependency.

  [ Ajayi Olatunji ]
  * New upstream Release
  * New upstream version 3.5.0
  * d/control: (Uploaders): Add myself as an uploader.
    - (Build-Depends): Use debhelper-compact version 13.
    - (Standards-Version): Bump to 4.6.1.0.
    - (Depends): Replace deprecated ruby | ruby-interpreter with
      ${ruby:Depends}.
    - Add Rules-Requires-Root field.

  [ HIGUCHI Daisuke (VDR dai) ]
  * eliminate lintian warning: debian-changelog-line-too-long
  * eliminate lintian warning: update-debian-copyright
  * d/changelog: eliminate lintian warning: trailing-whitespace
  * watch gemwatch.debian.net instead of pkg-ruby-extras.alioth.debian.org.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 06 Aug 2022 16:09:23 +0900

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-awesome-nested-set_3.5.0-1.dsc 2.1 KiB 127ec6a2f4f5f7d5acb577413601ff050c58f7089b83962225ca8a75020eb682
ruby-awesome-nested-set_3.5.0.orig.tar.gz 21.0 KiB 6483a718467815698296ffd4e3be07518d107135baa2bec279f8403d6f9d3bc9
ruby-awesome-nested-set_3.5.0-1.debian.tar.xz 3.0 KiB 6ad5ead8706f81bb8e4437900dff46d841fa5f4e298c6674e1e6e0c588e401b0

Available diffs

No changes file available.

Binary packages built by this source

ruby-awesome-nested-set: awesome nested set implementation for Active Record

 Awesome Nested Set is an implementation of the nested set pattern for
 ActiveRecord models. It is a replacement for acts_as_nested_set and
 BetterNestedSet.
 .
 This is a new implementation of nested set based off of
 BetterNestedSet that fixes some bugs, removes tons of duplication,
 adds a few useful methods, and adds STI support.