Update ruby-oauth to 0.4.2.
== 0.4.2 2010-08-13 * Fixed compatibility with Ruby 1.9.2 (ecavazos) * Fixed the em-http request proxy (Joshua Hull) * Fix for oauth proxy string manipulation (Jakub Suder) * Added Bundler (rc) Gemfile for easier dev/testing
This commit is contained in:
parent
c8a23d7616
commit
984c67619c
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/08/03 07:06:45 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/08/14 02:55:23 obache Exp $
|
||||
|
||||
DISTNAME= oauth-0.4.1
|
||||
DISTNAME= oauth-0.4.2
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/16 11:45:10 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/08/14 02:55:24 obache Exp $
|
||||
bin/oauth
|
||||
${GEM_HOME}/cache/oauth-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/Gemfile.lock
|
||||
${GEM_LIBDIR}/HISTORY
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/08/03 07:06:45 obache Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/08/14 02:55:24 obache Exp $
|
||||
|
||||
SHA1 (oauth-0.4.1.gem) = 8d61542904a6b0abf36fced05141f73b1652f79f
|
||||
RMD160 (oauth-0.4.1.gem) = 7402596bd133287c8b58ff82c0a6bd8a93a826d8
|
||||
Size (oauth-0.4.1.gem) = 47616 bytes
|
||||
SHA1 (oauth-0.4.2.gem) = 8709fcca8ad7377312294563c871ee6628e36e07
|
||||
RMD160 (oauth-0.4.2.gem) = fbdf1a3eef37ed50509fae77ced40fbd2495e0f6
|
||||
Size (oauth-0.4.2.gem) = 48640 bytes
|
||||
|
|
Loading…
Reference in a new issue