You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/02/02 17:33:56 UTC

[whimsy.git] [1/1] Commit 0ce0315: Sort the output for easier reading and comparison

Commit 0ce03150c72a6e99559c26106a57115cfb07fc47:
    Sort the output for easier reading and comparison


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/public_icla_info.rb                               | ++ --
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_icla_info.rb b/www/roster/public_icla_info.rb
index 12d62de..f652d40 100644
--- a/www/roster/public_icla_info.rb
+++ b/www/roster/public_icla_info.rb
@@ -39,8 +39,8 @@
 info = {
   last_updated: ASF::ICLA.svn_change,
   gem_version: GEMVERSION,
-  committers: ids,
-  non_committers: noid
+  committers: ids.sort,
+  non_committers: noid.sort
 }
 
 # output results