summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2013-01-05 05:23:15 +0000
committerobache <obache>2013-01-05 05:23:15 +0000
commit0a97c6418200cef451afd1c7708050648fb48368 (patch)
tree5b30280ac6932a23e6fdeeb09a2f7f8a928e4a16
parent039131ebf31622ac6c1ea05777962a37aacd8998 (diff)
downloadpkgsrc-0a97c6418200cef451afd1c7708050648fb48368.tar.gz
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
-rw-r--r--security/ruby-simple_oauth/Makefile4
-rw-r--r--security/ruby-simple_oauth/PLIST6
-rw-r--r--security/ruby-simple_oauth/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/security/ruby-simple_oauth/Makefile b/security/ruby-simple_oauth/Makefile
index 9997e167939..dbb681a43b6 100644
--- a/security/ruby-simple_oauth/Makefile
+++ b/security/ruby-simple_oauth/Makefile
@@ -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
diff --git a/security/ruby-simple_oauth/PLIST b/security/ruby-simple_oauth/PLIST
index 8dde71d5a88..870f76406dd 100644
--- a/security/ruby-simple_oauth/PLIST
+++ b/security/ruby-simple_oauth/PLIST
@@ -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
diff --git a/security/ruby-simple_oauth/distinfo b/security/ruby-simple_oauth/distinfo
index 164e4701bf1..e4c8b1483f3 100644
--- a/security/ruby-simple_oauth/distinfo
+++ b/security/ruby-simple_oauth/distinfo
@@ -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