pkgsrc/security/ruby-oauth/Makefile
obache 3c0dc157f1 Update ruby-oauth to 0.4.4.
=== 0.4.4 2010-10-31

* Fix LoadError rescue in tests: return can't be used in this context
  (Hans de G raaff)
* HTTP headers should be strings. (seancribbs)
* ensure consumer uri gets set back to original config even if an error occurs
  (Brian Finney)
* Yahoo uses & to split records in OAuth headers (Brian Finney)
* Added support for Rails 3 in client/action_controller_request (Pelle)
2010-11-01 04:02:26 +00:00

13 lines
337 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/11/01 04:02:26 obache Exp $
DISTNAME= oauth-0.4.4
CATEGORIES= security
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://oauth.rubyforge.org/
#HOMEPAGE= http://github.com/oauth/oauth-ruby
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"