- Update to 0.5.2

- Add RG link to pkg-descr

Changes:	https://github.com/intridea/oauth2/commits/master
- Make Client#get_token listen to raise_errors option
- Condense build status and dependency status [ci skip]
- Use HTTPS rubygems source
- Remove unnecessary additions
- Make status images more consistent [ci skip]
- Add Travis-style dependency status image [ci skip]
- Rubinius 2.0 is now the default Rubinius version on Travis
- Add dependency status [ci skip]
- Reformat [ci skip]
- Loosen gem dependenies
- Source code shows that authorization_url is actually named authorize_url
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-01-06 06:20:22 +00:00
parent c1fe3e1aa6
commit 1c4f45358b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288597
3 changed files with 6 additions and 5 deletions

View file

@ -6,15 +6,15 @@
#
PORTNAME= oauth2
PORTVERSION= 0.5.1
PORTVERSION= 0.5.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A Ruby wrapper for the OAuth 2.0 protocol
RUN_DEPENDS= rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday \
rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json
RUN_DEPENDS= rubygem-faraday>=0.7:${PORTSDIR}/www/rubygem-faraday \
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes

View file

@ -1,2 +1,2 @@
SHA256 (rubygem/oauth2-0.5.1.gem) = b823e97ff0f49b6b1fe90d7068b14a1edb2802761f2c04f960ada2401518fe14
SIZE (rubygem/oauth2-0.5.1.gem) = 15872
SHA256 (rubygem/oauth2-0.5.2.gem) = 08311551cc83e8d4440e7dfee899f4fd9d35abb6f14abc9af54414b50987a5ca
SIZE (rubygem/oauth2-0.5.2.gem) = 15872

View file

@ -4,3 +4,4 @@ existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up
to meet the entire specification over time.
WWW: https://github.com/intridea/oauth2
RG: https://rubygems.org/gems/oauth2