ruby-has-scope 0.8.0-1 source package in Ubuntu

Changelog

ruby-has-scope (0.8.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-actionpack and
      ruby-activesupport.
    + ruby-has-scope: Drop versioned constraint on ruby-actionpack and
      ruby-activesupport in Depends.

  [ Cédric Boutillier ]
  * New upstream version 0.8.0
  * update .gitattributes
  * use gem install layout
  * Refresh control file (Standards-Version to 4.6.2)
  * Drop tests-rails-6.patch, not needed any more
  * Add patch to work with mocha >= 1.10 (Closes: #1027338)

 -- Cédric Boutillier <email address hidden>  Wed, 18 Jan 2023 23:51:05 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-has-scope_0.8.0-1.dsc 1.5 KiB 4707e155d1c310b2e6f2710fed01dbcf7b54b294049c1699ffac61bbbb905436
ruby-has-scope_0.8.0.orig.tar.gz 8.6 KiB ec4fcb9c4fa00f4ad456260cffd7ac3066cdebf125b0217f99b60ef949814022
ruby-has-scope_0.8.0-1.debian.tar.xz 3.6 KiB 17ad9f8d9de1d4f1e76aa6b84337feb063f95a58e9a76e232db95c6cb38631d2

Available diffs

No changes file available.

Binary packages built by this source

ruby-has-scope: Maps controller filters to your resource scopes

 The gem intends to maps controller filters to your resource scopes, Has Scope
 allows you to map incoming controller parameters to named scope in your
 resources.
 .
 You can retrieve all the scopes applied in one action with current_scope
 method, has_scope supports several options such as :type, :only, :except,
 :using, :if and many more, mapping as per required resource scope. It allows
 you to map incoming controller parameters to named scope in your resources.