Title: [167902] trunk/Tools
Revision
167902
Author
commit-qu...@webkit.org
Date
2014-04-28 13:39:57 -0700 (Mon, 28 Apr 2014)

Log Message

[GTK] install-dependencies should also install ruby-json and ruby-highline
https://bugs.webkit.org/show_bug.cgi?id=132292

Patch by Carlos Alberto Lopez Perez <clo...@igalia.com> on 2014-04-28
Reviewed by Philippe Normand.

* gtk/install-dependencies: Install ruby json and highline packages.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (167901 => 167902)


--- trunk/Tools/ChangeLog	2014-04-28 20:02:41 UTC (rev 167901)
+++ trunk/Tools/ChangeLog	2014-04-28 20:39:57 UTC (rev 167902)
@@ -1,3 +1,12 @@
+2014-04-28  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] install-dependencies should also install ruby-json and ruby-highline
+        https://bugs.webkit.org/show_bug.cgi?id=132292
+
+        Reviewed by Philippe Normand.
+
+        * gtk/install-dependencies: Install ruby json and highline packages.
+
 2014-04-27  Joonghun Park  <jh718.p...@samsung.com>
 
         [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB

Modified: trunk/Tools/gtk/install-dependencies (167901 => 167902)


--- trunk/Tools/gtk/install-dependencies	2014-04-28 20:02:41 UTC (rev 167901)
+++ trunk/Tools/gtk/install-dependencies	2014-04-28 20:39:57 UTC (rev 167902)
@@ -90,7 +90,9 @@
         libgpg-error-dev \
         pulseaudio-utils \
         python-gi \
-        ruby
+        ruby \
+        ruby-json \
+        ruby-highline
 
     # These are dependencies necessary for building the jhbuild.
     apt-get install \
@@ -185,7 +187,9 @@
         php \
         pulseaudio-utils \
         pygobject3-base \
-        ruby
+        ruby \
+        rubygem-json \
+        rubygem-highline
 
     # These are dependencies necessary for building the jhbuild.
     yum install \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to