ruby-rabl (0.16.1-1) unstable; urgency=medium

  * New upstream version 0.16.1
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Remove X?-Ruby-Versions fields from d/control

 -- Cédric Boutillier <boutil@debian.org>  Tue, 07 Feb 2023 12:49:29 +0100

ruby-rabl (0.15.0-1) unstable; urgency=medium

  * Team upload
  * debian/watch: point at github for new releases
  * New upstream version 0.15.0
  * Refresh patches
    - fix-rakefile.patch: dropped, not necessary anymore
    - make-rails-6-compatible.patch: dropped, new upstream version is
      compatible up to Rails 7
    - relax-rr-dependency.patch: dropped, not necessary anymore
  * debian/control: refresh from template
    - Bump Standards-Version to 4.6.1; no changes needed
    - Add Rules-Requires-Root: no
    - Add ${ruby:Depends} to Depends:. Keep ruby-bson, ruby-json,
      ruby-msgpack, hardcoded in there for backwards compatibility (they are
      not hard dependencies in the upstream metadata)
  * Add patch to fix usage in the ruby-sinatra test suite (Closes: #1002108)

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 20 Aug 2022 15:27:53 -0300

ruby-rabl (0.13.1-3) unstable; urgency=medium

  * Team upload.
  * d/patches/make-rails-6-compatible.patch: Add patch.
    - Add Rails 6 support via nesquena/rabl#723.
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <dleidert@debian.org>  Wed, 01 Dec 2021 01:05:50 +0100

ruby-rabl (0.13.1-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Daniel Leidert ]
  * debian/ruby-test-files.yaml: Remove file.
  * debian/ruby-tests.rake: Add, and enable patches by loading Rakefile and
    running the test target. This fixes the test failures (closes: #996350).
  * d/rules: Enable gem installation layout.
  * d/patches/relax-rr-dependency.patch: Add patch.
    - Fixes build with rr 3.0.8. Many thanks to Geremia Taglialatela.
  * d/patches/fix-rakefile.patch: Add patch.
    - Fix Rakefile to be able to run the tests.
  * d/patches/remove-git-from-gemspec: Add patch.
    - Remove git from gemspec to fix autopkgtest.
  * d/patches/series: Enable new patches.

 -- Daniel Leidert <dleidert@debian.org>  Sat, 27 Nov 2021 22:23:30 +0100

ruby-rabl (0.13.1-1) unstable; urgency=medium

  * Team upload.

  [ HIGUCHI Daisuke (VDR dai) ]
  * New upstream release (Closes: #888166)
  * eliminate lintian warning: debian-watch-uses-insecure-uri
  * eliminate lintian warning: insecure-copyright-format-uri
  * eliminate lintian warning: file-contains-trailing-whitespace
  * Refresh patch.
  * Use salsa.debian.org in Vcs-* fields
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.1.3 (no changes needed)

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Sat, 31 Mar 2018 23:16:38 +0900

ruby-rabl (0.13.0-2) unstable; urgency=medium

  * Team upload.

  [ Gilles Filippini ]
  * def-bson-serialize.patch: reintroduce BSON.serialize method dropped
    from ruby-bson since release 2.0.0 (Closes: #849315)

 -- Christian Hofstaedtler <zeha@debian.org>  Sun, 05 Feb 2017 17:37:31 +0000

ruby-rabl (0.13.0-1) unstable; urgency=medium

  * Imported Upstream version 0.13.0
  * Drop apple_computer.patch, applied upstream
  * Drop fix_test_230_compatibility.patch, applied upstream

 -- Cédric Boutillier <boutil@debian.org>  Wed, 24 Aug 2016 12:43:46 +0200

ruby-rabl (0.12.0-1) unstable; urgency=medium

  * Imported Upstream version 0.12.0
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Add patches to fix tests
    + using plist (Closes: #818154)
    + in a fix for a new Ruby 2.3 feature
  * Bump Standards-Version to 3.9.8 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Fri, 20 May 2016 23:40:28 +0200

ruby-rabl (0.11.4-2) unstable; urgency=medium

  * Team upload.
  * Re-upload to unstable.

 -- Pirate Praveen <praveen@debian.org>  Mon, 27 Apr 2015 18:51:10 +0530

ruby-rabl (0.11.4-1) experimental; urgency=medium

  * Team upload.
  * New upstream release (needed to update gon).
  * Bump standards version to 3.9.6 (no changes).

 -- Pirate Praveen <praveen@debian.org>  Wed, 19 Nov 2014 01:28:48 +0530

ruby-rabl (0.11.0-1) unstable; urgency=medium

  * Imported Upstream version 0.11.0
  * Build-depend on and suggest ruby-hashie as it is used in a test

 -- Cédric Boutillier <boutil@debian.org>  Fri, 22 Aug 2014 15:25:21 +0200

ruby-rabl (0.10.1-1) unstable; urgency=medium

  * Imported Upstream version 0.10.1

 -- Cédric Boutillier <boutil@debian.org>  Thu, 19 Jun 2014 14:09:12 +0200

ruby-rabl (0.9.3-1) unstable; urgency=medium

  * Imported Upstream version 0.9.3
  * (Build-)depend on ruby-actionpack instead of ruby-actionpack-3.2
  * Bump Standards-Version to 3.9.5 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Thu, 02 Jan 2014 23:36:01 +0100

ruby-rabl (0.8.5-1) unstable; urgency=low

  * Imported Upstream version 0.8.5

 -- Cédric Boutillier <boutil@debian.org>  Thu, 27 Jun 2013 23:32:23 +0200

ruby-rabl (0.8.3-2) unstable; urgency=low

  * debian/control: fix typo in Depends: field

 -- Cédric Boutillier <boutil@debian.org>  Fri, 19 Apr 2013 19:22:33 +0200

ruby-rabl (0.8.3-1) unstable; urgency=low

  * Initial release (Closes: #705247)

 -- Cédric Boutillier <boutil@debian.org>  Fri, 12 Apr 2013 00:38:35 +0200
