notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-oauth2 Ruby wrapper for the OAuth 2.0 protocol
2.0.9 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.9Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-10-29 03:59:41
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/oauth-xx/oauth2
Description:
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in progress, being built first to solve the pragmatic process of connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-oauth2-2.0.9/catalog.mk
  2. /usr/local/share/licenses/rubygem-oauth2-2.0.9/LICENSE
  3. /usr/local/share/licenses/rubygem-oauth2-2.0.9/MIT
Collapse this list.
Dependency lines:
  • rubygem-oauth2>0:net/rubygem-oauth2
To install the port:
cd /usr/ports/net/rubygem-oauth2/ && make install clean
To add the package, run one of these commands:
  • pkg install net/rubygem-oauth2
  • pkg install rubygem-oauth2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-oauth2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1663672998 SHA256 (rubygem/oauth2-2.0.9.gem) = b21f9defcf52dc1610e0dfab4c868342173dcd707fd15c777d9f4f04e153f7fb SIZE (rubygem/oauth2-2.0.9.gem) = 34816

Packages (timestamps in pop-ups are UTC):
rubygem-oauth2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.92.0.91.4.42.0.92.0.9-1.4.4-
FreeBSD:13:quarterly2.0.92.0.92.0.92.0.92.0.92.0.92.0.92.0.9
FreeBSD:14:latest2.0.92.0.92.0.92.0.92.0.92.0.9-2.0.9
FreeBSD:14:quarterly2.0.92.0.9-2.0.92.0.92.0.92.0.92.0.9
FreeBSD:15:latest2.0.92.0.9n/a2.0.9n/a2.0.92.0.92.0.9
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-faraday>=0.17.3<3.0 : www/rubygem-faraday
  2. rubygem-jwt>=1.0<3.0 : www/rubygem-jwt
  3. rubygem-multi_xml>=0.5<1 : textproc/rubygem-multi_xml
  4. rubygem-rack>=1.2,3<4,3 : www/rubygem-rack
  5. rubygem-snaky_hash>=2.0<3 : devel/rubygem-snaky_hash
  6. rubygem-version_gem>=1.1<2 : devel/rubygem-version_gem
  7. ruby30 : lang/ruby30
  8. gem : devel/ruby-gems
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
This port is required by:
for Build
  1. www/gitlab-ce
for Run
  1. mail/rubygem-gitlab-mail_room
  2. mail/rubygem-mail_room
  3. net/rubygem-omniauth-google-oauth2
  4. net/rubygem-omniauth-oauth2
  5. www/gitlab-ce
  6. www/rubygem-asana

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. net/rubygem-omniauth-oauth2-v1*
  2. www/gitlab*
  3. www/rubygem-asana1*
  4. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
net_rubygem-oauth2
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 55

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.9
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2.0.9
03 Oct 2022 02:16:56
commit hash: 7d8e8f8d0cdee880489aaf6b2576d6694f17282bcommit hash: 7d8e8f8d0cdee880489aaf6b2576d6694f17282bcommit hash: 7d8e8f8d0cdee880489aaf6b2576d6694f17282bcommit hash: 7d8e8f8d0cdee880489aaf6b2576d6694f17282b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.9

Changes:	https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.0.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.8
04 Sep 2022 03:47:41
commit hash: 44d634b41af8ea0722926603e434ac54a1e391fdcommit hash: 44d634b41af8ea0722926603e434ac54a1e391fdcommit hash: 44d634b41af8ea0722926603e434ac54a1e391fdcommit hash: 44d634b41af8ea0722926603e434ac54a1e391fd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.8

Changes:	https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md
2.0.7
31 Aug 2022 11:41:37
commit hash: 99fb61ac25c5430a5488ca67bc94688af41b866dcommit hash: 99fb61ac25c5430a5488ca67bc94688af41b866dcommit hash: 99fb61ac25c5430a5488ca67bc94688af41b866dcommit hash: 99fb61ac25c5430a5488ca67bc94688af41b866d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.7

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.6
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.6
18 Jul 2022 12:40:02
commit hash: 3a1d8c19a91887598bfd3e32e8d4d72755fee245commit hash: 3a1d8c19a91887598bfd3e32e8d4d72755fee245commit hash: 3a1d8c19a91887598bfd3e32e8d4d72755fee245commit hash: 3a1d8c19a91887598bfd3e32e8d4d72755fee245 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.6

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.5
07 Jul 2022 22:24:00
commit hash: b8130eadb099eeb1c9177759abeb576784bd484fcommit hash: b8130eadb099eeb1c9177759abeb576784bd484fcommit hash: b8130eadb099eeb1c9177759abeb576784bd484fcommit hash: b8130eadb099eeb1c9177759abeb576784bd484f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.5

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.4
07 Jul 2022 21:43:05
commit hash: 721b9803e1e44405edde9e2b4a2be9ae2fbc84e4commit hash: 721b9803e1e44405edde9e2b4a2be9ae2fbc84e4commit hash: 721b9803e1e44405edde9e2b4a2be9ae2fbc84e4commit hash: 721b9803e1e44405edde9e2b4a2be9ae2fbc84e4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.4

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.3
07 Jul 2022 12:36:25
commit hash: 6fb2536ac2d8aa522c2f2cd4df0b85b2c3ae11e0commit hash: 6fb2536ac2d8aa522c2f2cd4df0b85b2c3ae11e0commit hash: 6fb2536ac2d8aa522c2f2cd4df0b85b2c3ae11e0commit hash: 6fb2536ac2d8aa522c2f2cd4df0b85b2c3ae11e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.3

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.2
29 Jun 2022 21:50:52
commit hash: a9e6a18269e804ac0a1a17c23940e0a0d72c7b91commit hash: a9e6a18269e804ac0a1a17c23940e0a0d72c7b91commit hash: a9e6a18269e804ac0a1a17c23940e0a0d72c7b91commit hash: a9e6a18269e804ac0a1a17c23940e0a0d72c7b91 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.2

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.1
29 Jun 2022 16:32:52
commit hash: 02c82fe148b3d2c0117159fabac47f7ba0af46f7commit hash: 02c82fe148b3d2c0117159fabac47f7ba0af46f7commit hash: 02c82fe148b3d2c0117159fabac47f7ba0af46f7commit hash: 02c82fe148b3d2c0117159fabac47f7ba0af46f7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.1

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
2.0.0
21 Jun 2022 20:58:24
commit hash: 5ed2076eb6d2b0d2dde5a2a78d9e45f8a9466b64commit hash: 5ed2076eb6d2b0d2dde5a2a78d9e45f8a9466b64commit hash: 5ed2076eb6d2b0d2dde5a2a78d9e45f8a9466b64commit hash: 5ed2076eb6d2b0d2dde5a2a78d9e45f8a9466b64 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 2.0.0

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.9
07 Mar 2022 18:13:03
commit hash: b4182019e7db826bf49901d958af557b0b5e3c76commit hash: b4182019e7db826bf49901d958af557b0b5e3c76commit hash: b4182019e7db826bf49901d958af557b0b5e3c76commit hash: b4182019e7db826bf49901d958af557b0b5e3c76 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 1.4.9

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.7
25 Apr 2021 20:36:21
commit hash: a3b9d62b35aa7521230b9f5bd0886be6324f9ee8commit hash: a3b9d62b35aa7521230b9f5bd0886be6324f9ee8commit hash: a3b9d62b35aa7521230b9f5bd0886be6324f9ee8commit hash: a3b9d62b35aa7521230b9f5bd0886be6324f9ee8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 1.4.7

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.5
18 Apr 2021 05:48:11
commit hash: ea5bf4216e2e3278f243d493fa84943861ff3df7commit hash: ea5bf4216e2e3278f243d493fa84943861ff3df7commit hash: ea5bf4216e2e3278f243d493fa84943861ff3df7commit hash: ea5bf4216e2e3278f243d493fa84943861ff3df7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-oauth2: Update to 1.4.5

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.4.4
13 Feb 2020 18:35:11
Revision:526051Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.4

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.3
02 Feb 2020 11:05:21
Revision:524907Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.3

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.2
03 Oct 2019 18:25:03
Revision:513699Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.2

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.1
28 Sep 2019 20:03:59
Revision:513164Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
1.4.1
15 Oct 2018 21:07:04
Revision:482175Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.1

- Update LICENSE_FILE

Changes:	https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
1.4.0_2
02 Jan 2018 15:34:19
Revision:457887Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix gemspec for rubygem-jwt 2.1.0 update

- Bump PORTREVISION for package change
1.4.0_1
15 Dec 2017 23:53:10
Revision:456440Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW
1.4.0_1
16 Aug 2017 15:45:28
Revision:448048Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix gemspec for rubygem-faraday 0.13.0 update

- Bump PORTREVISION for package change
1.4.0
10 Jun 2017 09:28:37
Revision:443075Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.0

Changes:	https://github.com/intridea/oauth2/blob/master/CHANGELOG.md
		https://github.com/intridea/oauth2/commits/master
1.3.1
28 Apr 2017 20:24:49
Revision:439631Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.3.1

Changes:	https://github.com/intridea/oauth2/blob/master/CHANGELOG.md
1.2.0_2
15 Jan 2017 04:17:40
Revision:431522Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix gemspec for rubygem-faraday 0.11.0 update

- Bump PORTREVISION for package change
1.2.0_1
05 Dec 2016 07:19:14
Revision:427848Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change
1.2.0
19 Oct 2016 14:10:48
Revision:424247Original commit files touched by this commit
tz search for other commits by this committer
net/rubygem-oauth2: Update from 1.1.0 to 1.2.0

The Changelog only states "No significant changes."

Approved by: swills (mentor)
1.1.0
27 Apr 2016 21:57:32
Revision:414136Original commit files touched by this commit
swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
1.1.0
27 Apr 2016 16:36:42
Revision:414118Original commit files touched by this commit
swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
1.1.0
04 Apr 2016 15:24:53
Revision:412516Original commit files touched by this commit
swills search for other commits by this committer
devel/ruby-gems: Update to 2.6.2

PR:		208371
Submitted by:	wen (partial)
1.1.0
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.1.0
01 Feb 2016 19:48:38
Revision:407754Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.1.0

Changes:	https://github.com/intridea/oauth2/commits/master
1.0.0_1
08 Oct 2015 18:43:25
Revision:398849Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE_FILE
1.0.0_1
13 Aug 2015 17:39:32
Revision:394174Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove RG link
1.0.0_1
13 Jun 2015 20:02:51
Revision:389508Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update RUN_DEPENDS: use newer rubygem-rack
- Add NO_ARCH
- Bump PORTREVISION for dependency change
1.0.0
10 Jul 2014 15:47:03
Revision:361467Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.0

Changes:	https://github.com/intridea/oauth2/commits/master
0.9.4
24 May 2014 07:22:23
Revision:354993Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.4

Changes:	https://github.com/intridea/oauth2/commits/master
0.9.3
19 Jan 2014 09:26:59
Revision:340250Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.3

Changes:	https://github.com/intridea/oauth2/commits/master
0.9.2
26 Oct 2013 17:01:46
Revision:331721Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR
0.9.2
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.9.2
21 Aug 2013 17:17:26
Revision:325161Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove leading indefinite article from COMMENT
0.9.2
10 Jul 2013 03:32:33
Revision:322599Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.2

Changes:	https://github.com/intridea/oauth2/commits/master
0.9.1
22 Jun 2013 03:32:08
Revision:321534Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.1
- Add LICENSE
- Cleanup Makefile header

Changes:	https://github.com/intridea/oauth2/commits/master
0.8.0
06 Jul 2012 06:53:22
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.8.0

Changes:        https://github.com/intridea/oauth2/commits/master
0.7.1
30 May 2012 11:39:52
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.7.1

Changes:        https://github.com/intridea/oauth2/commits/master
0.6.0
16 Apr 2012 16:58:25
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.6.0

Changes:        https://github.com/intridea/oauth2/commits/master
0.5.2
06 Jan 2012 06:20:22
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
0.5.1
20 Dec 2011 00:29:17
Original commit files touched by this commit
pgollucci search for other commits by this committer
- One WWW line in pkg-descr will do just fine
0.5.1
20 Dec 2011 00:21:54
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Point at the homepage consistently as defined by rubygems.org
0.5.1
16 Nov 2011 18:57:10
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix CATEGORIES: it should be rubygems, not ruby

Feature safe:   yes
0.5.1
29 Oct 2011 03:59:22
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add rubygem-oauth2 0.5.1

OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in
progress, being built first to solve the pragmatic process of connecting to
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
WWW: https://rubygems.org/gems/oauth2

Number of commits found: 55