From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F897138A1A for ; Sat, 21 Feb 2015 14:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69AFEE0907; Sat, 21 Feb 2015 14:40:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C33AE0907 for ; Sat, 21 Feb 2015 14:40:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20AA9340889 for ; Sat, 21 Feb 2015 14:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8713123D8 for ; Sat, 21 Feb 2015 14:40:08 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424529590.15851c4bc5430a7b0f7d6a8af3a8b0522d672b60.a3li@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: lib/ X-VCS-Repository: proj/ag-web X-VCS-Files: lib/index.rb X-VCS-Directories: lib/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 15851c4bc5430a7b0f7d6a8af3a8b0522d672b60 X-VCS-Branch: master Date: Sat, 21 Feb 2015 14:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10563950-a614-4708-a7c0-f34724aa15d1 X-Archives-Hash: f5e6b8efdedca15b6b45a198d78b5c4c commit: 15851c4bc5430a7b0f7d6a8af3a8b0522d672b60 Author: Alex Legler a3li li> AuthorDate: Sat Feb 21 14:39:50 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sat Feb 21 14:39:50 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=15851c4b Fix syntax error on ruby 2.0 --- lib/index.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.rb b/lib/index.rb index b4ad2b7..a50ba4c 100644 --- a/lib/index.rb +++ b/lib/index.rb @@ -57,7 +57,7 @@ def get_month_listing(list) field: 'month', size: 0, order: { - 'month2': 'desc' + month2: 'desc' } }, aggs: {