ruby-rails-assets-corejs-typeahead 1.2.1-3 source package in Ubuntu

Changelog

ruby-rails-assets-corejs-typeahead (1.2.1-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-rails-assets-jquery.
    + ruby-rails-assets-corejs-typeahead: Drop versioned constraint on
      ruby-rails-assets-jquery in Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Daniel Leidert ]
  * d/tests/smoke-test: Add sprockets-rails to created Gemfile for
    'assets:precompile' task.

 -- Daniel Leidert <email address hidden>  Tue, 30 Nov 2021 02:22:50 +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-rails-assets-corejs-typeahead_1.2.1-3.dsc 2.3 KiB fdad5bce7ac737767d4a5ab0a6028fe2710fe1b4418925ec14f24b4701db1568
ruby-rails-assets-corejs-typeahead_1.2.1.orig.tar.gz 43.4 KiB ca4e9ffc06dc8b13738dbbf4605fc4dfe59012363e2bd612a39eb760f0971d2f
ruby-rails-assets-corejs-typeahead_1.2.1-3.debian.tar.xz 3.3 KiB 20c4e327bae473c3aa42ddac051ed2e60c0fd4125f0e60dee45fcb76d96db9dd

Available diffs

No changes file available.

Binary packages built by this source

ruby-rails-assets-corejs-typeahead: Fast and fully-featured autocomplete search library

 The typeahead.js library consists of 2 components: the suggestion engine,
 Bloodhound, and the UI view, Typeahead.
 .
 The suggestion engine is responsible for computing suggestions for a given
 query. The UI view is responsible for rendering suggestions and handling DOM
 interactions.
 .
 Both components can be used separately, but when used together, they can
 provide a rich typeahead experience.