ruby-fog-local 0.8.0-2 source package in Ubuntu

Changelog

ruby-fog-local (0.8.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Team Upload.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.2, no changes needed.

  [ Vinay Keshava ]
  * Reupload to unstable

  [ Cédric Boutillier ]
  * Set Rules-Requires-Root to 'no'

 -- Debian Janitor <email address hidden>  Wed, 11 Jan 2023 22:14:36 -0000

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-fog-local_0.8.0-2.dsc 1.4 KiB bdc706c7cfbf684cba36ce21a020e8bf96123c6285fd79c4be1ba5628b3e2b7e
ruby-fog-local_0.8.0.orig.tar.gz 9.9 KiB ab5420c36d264d17e7709d632ee7341e9a60e835e37e2953ada588f07b82b1eb
ruby-fog-local_0.8.0-2.debian.tar.xz 3.7 KiB f19f2c438f4f026d2b700d535b91bf0025f275a01d74093115495ef1f6e1610b

Available diffs

No changes file available.

Binary packages built by this source

ruby-fog-local: Module for the 'fog' gem to support local filesystem storage

 This library can be used as a module for `fog` or as standalone provider
 to use local filesystem storage. fog is the Ruby cloud services library, top
 to bottom:
 .
  * Collections provide a simplified interface, making clouds easier to work
    with and switch between.
 .
  * Requests allow power users to get the most out of the features of each
    individual cloud.
 .
  * Mocks make testing and integrating a breeze.