Update ruby-simple_oauth to 0.2.0.
* Fix "URI.escape is obsolete" warnings on Ruby>=1.9 * Alias encode to escape and decode to unescape
This commit is contained in:
parent
138950e462
commit
26cad1ebdb
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/07/22 12:38:41 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/01/05 05:23:15 obache Exp $
|
||||
|
||||
DISTNAME= simple_oauth-0.1.9
|
||||
DISTNAME= simple_oauth-0.2.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2012/04/24 12:08:25 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2013/01/05 05:23:15 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/.yardopts
|
||||
${GEM_LIBDIR}/CONTRIBUTING.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
|
@ -11,8 +13,8 @@ ${GEM_LIBDIR}/Rakefile
|
|||
${GEM_LIBDIR}/lib/simple_oauth.rb
|
||||
${GEM_LIBDIR}/lib/simple_oauth/header.rb
|
||||
${GEM_LIBDIR}/simple_oauth.gemspec
|
||||
${GEM_LIBDIR}/spec/helper.rb
|
||||
${GEM_LIBDIR}/spec/simple_oauth/header_spec.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/support/fixtures/rsa-private-key
|
||||
${GEM_LIBDIR}/spec/support/rsa.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/07/22 12:38:41 obache Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/01/05 05:23:15 obache Exp $
|
||||
|
||||
SHA1 (simple_oauth-0.1.9.gem) = d1321e3aa1b5040debf01050ee16c495aaab7a63
|
||||
RMD160 (simple_oauth-0.1.9.gem) = 462d13f63944c42c189d707a0a4518442f47baaa
|
||||
Size (simple_oauth-0.1.9.gem) = 11264 bytes
|
||||
SHA1 (simple_oauth-0.2.0.gem) = 7fb15549318b3c3636436f33af011235c0d67001
|
||||
RMD160 (simple_oauth-0.2.0.gem) = effd0a5e0bbb39857e37a7839b52f6c0b034bb2c
|
||||
Size (simple_oauth-0.2.0.gem) = 11776 bytes
|
||||
|
|
Loading…
Reference in a new issue