ruby-dotenv 2.4.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Remove myself from Uploaders:
  * New upstream version 2.4.0
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.1.4; no changes needed
  * Vcs-*: point to salsa.debian.org
  * debian/watch: point to gemwatch.debian.net

 -- Antonio Terceiro <email address hidden>  Wed, 09 May 2018 14:07:07 -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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-dotenv_2.4.0-1.dsc 2.0 KiB e884028c61373d7bc172484d524dca7da244d660c54220f27f7b9ac954f12a2b
ruby-dotenv_2.4.0.orig.tar.gz 16.2 KiB c7bc6ad80583f6500500e6d93193467863fcd4fb8dad0f33a6630405e00d3f55
ruby-dotenv_2.4.0-1.debian.tar.xz 2.7 KiB 521a0d3240d79314692f001cac72acb1ddc133ba5d77455278bba9940c760086

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.