rubygems-integration (1.18) unstable; urgency=medium * Disable `gem update --system` -- Antonio Terceiro Sat, 16 Jan 2021 12:46:57 -0300 rubygems-integration (1.17.3) unstable; urgency=medium [ Cédric Boutillier ] * Update team name * Add .gitattributes to keep unwanted files out of the source package [ Antonio Terceiro ] * Drop ruby-standalone tests -- Antonio Terceiro Mon, 23 Nov 2020 17:00:06 -0300 rubygems-integration (1.17.2) unstable; urgency=medium [ Josef Šimánek ] * Redefine Gem::Specification::rubyforge_project= only if it exists -- Antonio Terceiro Tue, 14 Jul 2020 17:03:54 -0300 rubygems-integration (1.17.1) unstable; urgency=medium * Revert "Patch rubyforge_project= only when available." -- Antonio Terceiro Tue, 09 Jun 2020 11:24:59 -0300 rubygems-integration (1.17) unstable; urgency=medium [ Antonio Terceiro ] * Drop support for ruby < 2.7 * Make the integration with ca-certificates non-optional * Makefile: run against system libraries under autopkgtest * Provide a backend implementation for ruby-standalone * Augment default gem search path - Add /usr/local/lib/ruby/gems/${ruby_version} - Add /usr/${arch}/lib/ruby/gems/${ruby_version} My idea is to switch some defaults in the future, so that: - locallly-installed gems are installed to /usr/local/... - gem2deb installs arch:all packages to /usr/lib/... - gem2deb installs arch:any packages to /usr/${arch}lib/... Long-term, I would like to deprecate /usr/share/rubygems-integration/ * Drop incorrect usage of RUBY_VERSION [ Josef Šimánek ] * Patch rubyforge_project= only when available. -- Antonio Terceiro Mon, 08 Jun 2020 09:26:30 -0300 rubygems-integration (1.16) unstable; urgency=medium * Avoid warnings about overridden methods on ruby2.7 * Run specs against all available ruby interpreters * Run spec with warnings turned on * Bump Standards-Version to 4.5.0; no changes needed -- Antonio Terceiro Thu, 06 Feb 2020 12:43:07 +0100 rubygems-integration (1.15) unstable; urgency=medium * make uninstall: remove empty leftover directories * ruby2.7+: silence warning about rubyforge_project= in gemspecs * rubygems_integration_spec: fix warnings on newer minitest -- Antonio Terceiro Fri, 20 Dec 2019 19:52:57 -0300 rubygems-integration (1.14) unstable; urgency=medium * Ensure /usr/lib/ruby/gems/$VERSION is in the gem path * Adjust coding style with rubocop * Update copyright years * Proofead README.markdown -- Antonio Terceiro Wed, 13 Nov 2019 19:11:58 -0300 rubygems-integration (1.13) unstable; urgency=medium [ Debian Janitor ] * Use secure copyright file specification URI. [ Antonio Terceiro ] * Replace usage of Gem::ConfigMap with RbConfig::CONFIG * Bump Standards-Version to 4.4.1; no changes needed otherwise -- Antonio Terceiro Wed, 13 Nov 2019 16:52:15 -0300 rubygems-integration (1.12) unstable; urgency=medium [ Utkarsh Gupta ] * Add salsa-ci.yml [ Antonio Terceiro ] * debian/tests/control: run wrap-and-sort * debian/control: packaging updates * Bump debhelper compatibility level to 12 * Bump Standards-Version to 4.4.0 * Point Vcs-* to salsa.debian.org * add Rules-Requires-Root: no * Drop support for ruby 2.1 and 2.2 * Downgrade priority of architecture-specific gems * Drop debian/compat (replaced with Depends: debhelper-compat) -- Antonio Terceiro Mon, 26 Aug 2019 20:13:07 -0300 rubygems-integration (1.11) unstable; urgency=medium [ Cédric Boutillier ] * Use https:// in Vcs-* fields * Run wrap-and-sort on packaging files [ Christian Hofstaedtler ] * Bump Standards-Version to 3.9.8 (no changes needed) * Bump debhelper compat level to 10 -- Christian Hofstaedtler Sun, 18 Dec 2016 17:43:10 +0000 rubygems-integration (1.10) unstable; urgency=medium * Fix overlay incompatibility starting with Ruby 2.1. Thanks to Gustavo Machado Campagnani Gama (Closes: #783972) * Stop installing compatibility symlink for ruby2.0 -- Christian Hofstaedtler Sat, 19 Dec 2015 01:47:10 +0000 rubygems-integration (1.9) unstable; urgency=medium * Include /usr/lib/$(triplet)/rubygems-integration/$(api_version) in the Rubygems path. This might be used in the future to make Ruby packages support multiarch. * debian/tests/control: run specs against installed package. * Add workaround for Ruby 2.2 because gem2deb < 0.18.2 installed gemspecs to directories named after the short Ruby version (2.2) instead of the API_VERSION (2.2.0). There was already a similar workaround for Ruby 2.1, so this should have been fixed a long time ago. -- Antonio Terceiro Wed, 17 Jun 2015 19:13:10 -0300 rubygems-integration (1.8) unstable; urgency=medium [ Antonio Terceiro ] * Improve smoke tests in debian/tests/package-list. . Test a gem that comes together with the interpreter, one arch:all and one arch:any [ Christian Hofstaedtler ] * Add myself to Uploaders * Advise rubygems to load SSL certificates from the ca-certificates provided list. (Closes: #689074) -- Christian Hofstaedtler Fri, 05 Sep 2014 02:37:35 +0200 rubygems-integration (1.7) unstable; urgency=medium * Drop dependency on Ruby, since the interpreters now actually depend on this package. * Add workaround for loading ruby2.1-specific gemspecs from wrong path used by gem2deb (Closes: #746470) . The definitive fix belongs in gem2deb and is making it install the gemspecs to the correct place so that rubygems-integration does not have to be changed again when the next version comes. -- Antonio Terceiro Wed, 30 Apr 2014 10:52:48 -0300 rubygems-integration (1.6) unstable; urgency=medium * debian/tests/package-list: make output easier to read. First output the list of gems to a file, then grep that file. * Drop rdoc workaround for Ruby 1.9 * Add support for disabling rubygems-integration by setting an environment variable DEBIAN_DISABLE_RUBYGEMS_INTEGRATION. -- Antonio Terceiro Thu, 10 Apr 2014 16:47:15 -0300 rubygems-integration (1.5) unstable; urgency=medium * Add /usr/share/rubygems-integration/all to the gem path. This will allow installing a single gemspec for `Architecture: all` packages that will work with every interpreter, and won't require a new upload when a new interpreter comes along. -- Antonio Terceiro Mon, 10 Feb 2014 12:16:17 -0300 rubygems-integration (1.4) unstable; urgency=medium [ Christian Hofstaedtler ] * Support Ruby 2.0+ "default gems" directory [ Antonio Terceiro ] * Mark as Multi-Arch: foreign * Workaround problem with install path of ruby2.0 * add autopkgtests -- Antonio Terceiro Thu, 16 Jan 2014 18:24:54 +0100 rubygems-integration (1.3) unstable; urgency=medium * Team upload. [ Antonio Terceiro ] * Make it possible interpreter to run tests under [ Cédric Boutillier ] * Bump Standards-Version to 3.9.5 (no changes needed) * Drop rubygems from suggested packages, since shipped by Ruby 1.9+ -- Cédric Boutillier Thu, 16 Jan 2014 16:27:13 +0100 rubygems-integration (1.2) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields [ Christian Hofstaedtler ] * Silence warnings caused by overriding methods (Closes: #679688) -- Antonio Terceiro Sun, 02 Jun 2013 12:31:00 -0300 rubygems-integration (1.1) unstable; urgency=low * Add gemspec for rdoc-3.9.4 which is included with ruby1.9.1 -- Antonio Terceiro Sat, 30 Jun 2012 08:56:00 -0300 rubygems-integration (1.0) unstable; urgency=low * Initial release. -- Antonio Terceiro Sun, 24 Jun 2012 17:25:52 -0300