pezra-contacts 0.1.0

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.
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pezra-contacts
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - "Mislav Marohni\xC4\x87"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-08 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contact APIs
17
+ email: mislav.marohnic@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/config
26
+ - lib/contacts.rb
27
+ - lib/contacts
28
+ - lib/config/contacts.yml
29
+ - lib/contacts/flickr.rb
30
+ - lib/contacts/google.rb
31
+ - lib/contacts/version.rb
32
+ - lib/contacts/windows_live.rb
33
+ - lib/contacts/yahoo.rb
34
+ - vendor/windowslivelogin.rb
35
+ - MIT-LICENSE
36
+ - README.rdoc
37
+ - Rakefile
38
+ - lib
39
+ - spec
40
+ - vendor
41
+ - contacts.gemspec
42
+ - spec/contact_spec.rb
43
+ - spec/fake_net_http.rb
44
+ - spec/fake_web.rb
45
+ - spec/feeds
46
+ - spec/flickr
47
+ - spec/gmail
48
+ - spec/rcov.opts
49
+ - spec/spec.opts
50
+ - spec/spec_helper.rb
51
+ - spec/windows_live
52
+ - spec/yahoo
53
+ - spec/feeds/contacts.yml
54
+ - spec/feeds/flickr
55
+ - spec/feeds/flickr/auth.getFrob.xml
56
+ - spec/feeds/flickr/auth.getToken.xml
57
+ - spec/feeds/google-many.xml
58
+ - spec/feeds/google-single.xml
59
+ - spec/feeds/wl_contacts.xml
60
+ - spec/feeds/yh_contacts.txt
61
+ - spec/feeds/yh_credential.xml
62
+ - spec/flickr/auth_spec.rb
63
+ - spec/gmail/auth_spec.rb
64
+ - spec/gmail/fetching_spec.rb
65
+ - spec/windows_live/windows_live_spec.rb
66
+ - spec/yahoo/yahoo_spec.rb
67
+ has_rdoc: true
68
+ homepage: http://github.com/mislav/contacts
69
+ post_install_message:
70
+ rdoc_options: []
71
+
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ version:
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ requirements: []
87
+
88
+ rubyforge_project:
89
+ rubygems_version: 1.2.0
90
+ signing_key:
91
+ specification_version: 2
92
+ summary: Online contact APIs library
93
+ test_files:
94
+ - spec/contact_spec.rb
95
+ - spec/fake_net_http.rb
96
+ - spec/fake_web.rb
97
+ - spec/feeds
98
+ - spec/flickr
99
+ - spec/gmail
100
+ - spec/rcov.opts
101
+ - spec/spec.opts
102
+ - spec/spec_helper.rb
103
+ - spec/windows_live
104
+ - spec/yahoo
105
+ - spec/contact_spec.rb
106
+ - spec/fake_net_http.rb
107
+ - spec/fake_web.rb
108
+ - spec/feeds
109
+ - spec/feeds/contacts.yml
110
+ - spec/feeds/flickr
111
+ - spec/feeds/flickr/auth.getFrob.xml
112
+ - spec/feeds/flickr/auth.getToken.xml
113
+ - spec/feeds/google-many.xml
114
+ - spec/feeds/google-single.xml
115
+ - spec/feeds/wl_contacts.xml
116
+ - spec/feeds/yh_contacts.txt
117
+ - spec/feeds/yh_credential.xml
118
+ - spec/flickr
119
+ - spec/flickr/auth_spec.rb
120
+ - spec/gmail
121
+ - spec/gmail/auth_spec.rb
122
+ - spec/gmail/fetching_spec.rb
123
+ - spec/rcov.opts
124
+ - spec/spec.opts
125
+ - spec/spec_helper.rb
126
+ - spec/windows_live
127
+ - spec/windows_live/windows_live_spec.rb
128
+ - spec/yahoo
129
+ - spec/yahoo/yahoo_spec.rb