diff options
author | obache <obache> | 2010-10-16 05:03:23 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-16 05:03:23 +0000 |
commit | aef9a1f3db5fa9e1980d32707c7a5d6e13f8c9c4 (patch) | |
tree | 40b14fd858cf47b95dceab120a3be94425dbc742 /security/ruby-roauth/PLIST | |
parent | 58d055cc6b9fefa2a04549d6654772629eefdb4d (diff) | |
download | pkgsrc-aef9a1f3db5fa9e1980d32707c7a5d6e13f8c9c4.tar.gz |
Update ruby-roauth to 0.0.6.
* add tests
* Corrected a bogus array initialization.
* Effectively double-escaped the normalized params for inclusion in the
signature base as required by sections 9.1.1 and 9.1.3 of the OAuth 1.0
specification.
Diffstat (limited to 'security/ruby-roauth/PLIST')
-rw-r--r-- | security/ruby-roauth/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/ruby-roauth/PLIST b/security/ruby-roauth/PLIST index 44ef293c938..a327d62d4d1 100644 --- a/security/ruby-roauth/PLIST +++ b/security/ruby-roauth/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/03 05:01:41 obache Exp $ -${GEM_HOME}/cache/roauth-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.2 2010/10/16 05:03:23 obache Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.markdown @@ -7,4 +7,6 @@ ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/lib/roauth.rb ${GEM_LIBDIR}/roauth.gemspec -${GEM_HOME}/specifications/roauth-${PKGVERSION}.gemspec +${GEM_LIBDIR}/test/helper.rb +${GEM_LIBDIR}/test/test_roauth.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec |