Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 92A8F63E58E for ; Sun, 23 Dec 2012 07:09:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1CB2214A165; Sun, 23 Dec 2012 07:09:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 707D614A163 for ; Sun, 23 Dec 2012 07:09:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xE0pJTSX7lBk for ; Sun, 23 Dec 2012 07:09:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id ED68A14A15C for ; Sun, 23 Dec 2012 07:09:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 783B4175DD; Sun, 23 Dec 2012 07:09:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 23 Dec 2012 07:09:37 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/security/ruby-twitter_oauth To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20121223070937.783B4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sun Dec 23 07:09:37 UTC 2012 Modified Files: pkgsrc/security/ruby-twitter_oauth: Makefile distinfo Log Message: Update ruby-twitter_oauth to 0.4.4. * added totals method * added a note about repeat authorizations * added documatation about pin-based flow * fixed textile formating * using the https endpoint for all oauth negotiation * made the api host and version configurable * wrapping the json parse error so you can programatically acces the response * added configurable search host To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-twitter_oauth/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/ruby-twitter_oauth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.