aurelian-contacts 0.3.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.
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aurelian-contacts
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.1
5
+ platform: ruby
6
+ authors:
7
+ - "Mislav Marohni\xC4\x87"
8
+ - Lukas Fittl
9
+ - Keavy Miller
10
+ - Aurelian Oancea
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+
15
+ date: 2009-09-07 00:00:00 -07:00
16
+ default_executable:
17
+ dependencies: []
18
+
19
+ description: Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contacts APIs.
20
+ email: oancea@gmail.com
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files:
26
+ - README.rdoc
27
+ files:
28
+ - MIT-LICENSE
29
+ - README.rdoc
30
+ - Rakefile
31
+ - VERSION.yml
32
+ - lib/contacts.rb
33
+ - lib/contacts/flickr.rb
34
+ - lib/contacts/google.rb
35
+ - lib/contacts/google_oauth.rb
36
+ - lib/contacts/version.rb
37
+ - lib/contacts/windows_live.rb
38
+ - lib/contacts/yahoo.rb
39
+ - vendor/windowslivelogin.rb
40
+ has_rdoc: false
41
+ homepage: http://github.com/aurelian/contacts
42
+ post_install_message:
43
+ rdoc_options:
44
+ - --charset=UTF-8
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: "0"
52
+ version:
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ requirements: []
60
+
61
+ rubyforge_project:
62
+ rubygems_version: 1.2.0
63
+ signing_key:
64
+ specification_version: 3
65
+ summary: Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contact APIs
66
+ test_files:
67
+ - spec/contact_spec.rb
68
+ - spec/gmail/auth_spec.rb
69
+ - spec/gmail/fetching_spec.rb
70
+ - spec/spec_helper.rb
71
+ - spec/windows_live/windows_live_spec.rb
72
+ - spec/yahoo/yahoo_spec.rb