ruby-dotenv 2.2.1-1 source package in Ubuntu

Changelog

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

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * New upstream version 2.2.1
  * debian/rules:
    - remove code to remove `dotenv` program (Closes: #870330)
    - replace DH_RUBY_GEMSPEC with a symlink in debian/gemspec
  * debian/control:
    - Bump Standards-Version to 4.0.0 (no changes needed)
    - Bump debhelper compatibility level to 10
    - Set `Testsuite:` to `autopkgtest-pkg-ruby`
  * Drop explicit debian/tests/control, not needed anymore
  * Drop debian/patches/*. There was only a single patch, and the original
    issue has been fixed differently by upstream.

 -- Antonio Terceiro <email address hidden>  Tue, 01 Aug 2017 14:43:27 -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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-dotenv_2.2.1-1.dsc 2.0 KiB 777e2622fcc2dde239512e85bc72c2f76f6afbf770c48a135465dccedf5febb3
ruby-dotenv_2.2.1.orig.tar.gz 15.5 KiB cc816c6697d860063c4a4cd703d46dcea382eebbdad903ac52acd9947bbf30c0
ruby-dotenv_2.2.1-1.debian.tar.xz 2.6 KiB 4faf39d584dea3837ddfcbf4b4af074d76d53770a7159b4d1f6c3f24ff883864

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.