[DRE-commits] [ruby-safe-yaml] 02/02: take into account Ruby2.0 yamler in ruby-tests.rb

Cédric Boutillier boutil at alioth.debian.org
Wed Sep 11 21:31:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-safe-yaml.

commit d2d3b9d58be14db773acc169bdfc66708b6f36a3
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Sep 11 23:26:34 2013 +0200

    take into account Ruby2.0 yamler in ruby-tests.rb
---
 debian/changelog     |    8 ++++++++
 debian/ruby-tests.rb |    2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a5e02c1..9c06d46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-safe-yaml (0.9.5-1) unstable; urgency=low
+
+  * Imported Upstream version 0.9.5
+  * Take into account Ruby2.0 and its yamler in ruby-tests.rb
+    (Closes: #720243).
+
+ -- Cédric Boutillier <boutil at debian.org>  Wed, 11 Sep 2013 23:18:57 +0200
+
 ruby-safe-yaml (0.9.3-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index f63e788..5f1841b 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -5,6 +5,8 @@ yamlers=\
     [""]
   when /1\.9/
     ["psych", "syck"]
+  else # 2.0
+    ["psych"]
   end
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-safe-yaml.git



More information about the Pkg-ruby-extras-commits mailing list