RubyGems Navigation menu

group_open_id 0.1.2

DESCRIPTION: Wrapper library for myID.net’s Group ID API == FEATURES/PROBLEMS: * TBD == SYNOPSIS: require ‘group_open_id’ # Initialize a client GroupOpenID::Client.app_key = ‘your_application_key’ client = GroupOpenID::Client.new(‘user_open_id_url’, ‘user_key’) group_id = GroupOpenID::URI.new(‘ruby.myid.net’, client) # Get the membership location puts group_id.membership_location # => ‘some.url/’ # Get member lists puts group_id.members # => array of GroupOpenID::Member # Determine where a given open_id is the member of a group id puts group_id.member?(‘deepblue.myid.net’) # => true

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.2 - August 07, 2007* (13 KB)
  2. 0.1.1 - August 07, 2007* (13 KB)
  3. 0.1 - August 07, 2007* (13 KB)

Runtime Dependencies (2):

hoe >= 1.2.2
hpricot >= 0.6

Owners:

Authors:

  • Bryan Kang

SHA 256 checksum:

7d25b8740bf4d29912bd42422054283fb9aea58a3d75ebca06d7e3d33e6f9c40

Total downloads 12,269

For this version 4,735

Licenses:

N/A

Required Ruby Version: > 0.0.0

Links: