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

Changelog

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


  * Team upload.
  * New upstream release

 -- Antonio Terceiro <email address hidden>  Sat, 13 Sep 2014 18:39:49 -0300

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
Focal release universe misc
Bionic release universe misc
Xenial release universe misc

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-awesome-nested-set_3.0.0-1.dsc 2.1 KiB 7e3884c5093629a3a83c5aa27203a9aa31538df1912f608c53374a355be45b8c
ruby-awesome-nested-set_3.0.0.orig.tar.gz 15.8 KiB 6a8acde5fda432bf9f9bd72ee445aabbdd829bdd0a59efae6ca236f54b5087c1
ruby-awesome-nested-set_3.0.0-1.debian.tar.xz 2.2 KiB 753d0f3cef763f487e0ac825ee6e40973d6fed80b4cfc7c8a3c2e7d7932d8d87

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.