ruby-dotenv 2.4.0-2 source package in Ubuntu

Changelog

ruby-dotenv (2.4.0-2) unstable; urgency=medium

  * Team Upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update watch file format version to 4.
  * Apply multi-arch hints.
    + ruby-dotenv: Add :any qualifier for ruby dependency.
  * Bump debhelper from old 12 to 13.

  [ Pirate Praveen ]
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Switch to gem-install layout for bundle --local compatibility

 -- Pirate Praveen <email address hidden>  Mon, 24 Jan 2022 00:31:08 +0530

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-dotenv_2.4.0-2.dsc 2.0 KiB c67b17bcb15e3a3ac4c01cb45c0f70c8f24b40f7df9b21e53a5811a55d2579f9
ruby-dotenv_2.4.0.orig.tar.gz 16.2 KiB c7bc6ad80583f6500500e6d93193467863fcd4fb8dad0f33a6630405e00d3f55
ruby-dotenv_2.4.0-2.debian.tar.xz 3.0 KiB 61bf98e470d541a4440670eea3f0ec61df22654c21ea8627465ce51b9c9a33dd

Available diffs

No changes file available.

Binary packages built by this source

ruby-dotenv: configuration variable loader

 Like the gem "foreman", dotenv will automagically load variables from .env,
 but doesn't put them in the Procfile. Instead they are accessible via ENV.
 Thus it can also be used when running an application manually, using the
 interactive console, or running a Rake task.