group_open_id 0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.1 / 2007-08-08
2
+
3
+ * group_me2day example added
4
+
1
5
  == 0.1 / 2007-08-07
2
6
 
3
7
  * Birthday!
@@ -21,7 +21,6 @@ module GroupOpenID
21
21
  def members(group)
22
22
  (url = membership_location(group)) or raise InvalidGroupID
23
23
  url += '?format=xml'
24
- p url
25
24
  parse_members(fetcher.get(url))
26
25
  end
27
26
 
@@ -1,5 +1,7 @@
1
1
  module GroupOpenID
2
2
  class URI
3
+ attr_accessor :uri, :client
4
+
3
5
  def initialize(uri, client)
4
6
  @uri, @client = uri, client
5
7
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: group_open_id
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
6
+ version: 0.1.1
7
7
  date: 2007-08-08 00:00:00 +09:00
8
8
  summary: Wrapper library for myID.net's Group ID API
9
9
  require_paths: