[SCM] ci-tooling packaging branch, master, updated. 81eda080c0042379d745029488c047ddb748db1d

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Jan 5 01:27:24 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=9a6772e

The following commit has been merged in the master branch:
commit 9a6772e046963ac82879a895f2ad1c823197aae4
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Jan 5 02:26:35 2015 +0100

    lp: use from_json everywhere
---
 lib/lp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lp.rb b/lib/lp.rb
index 75ec0a7..2042bea 100644
--- a/lib/lp.rb
+++ b/lib/lp.rb
@@ -94,7 +94,7 @@ module Launchpad
             # Pointer to different URL reflecting a different object.
             if self["#{name}_link"]
                 data = Launchpad::get(URI(self.send("#{name}_link")))
-                return JSON::parse(data, :object_class => Rubber)
+                return Rubber::from_json(data)
             end
 
             # Pointer to a different URL reflecting a collection of things.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list