liangzan-contacts 1.2.18 → 1.2.19
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: liangzan-contacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.19
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,22 +13,27 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2012-
|
16
|
+
date: 2012-06-08 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: json
|
20
|
-
requirement:
|
20
|
+
requirement: !ruby/object:Gem::Requirement
|
21
21
|
none: false
|
22
22
|
requirements:
|
23
23
|
- - ~>
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 1.
|
25
|
+
version: 1.7.3
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
|
-
version_requirements:
|
28
|
+
version_requirements: !ruby/object:Gem::Requirement
|
29
|
+
none: false
|
30
|
+
requirements:
|
31
|
+
- - ~>
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.7.3
|
29
34
|
- !ruby/object:Gem::Dependency
|
30
35
|
name: gdata_19
|
31
|
-
requirement:
|
36
|
+
requirement: !ruby/object:Gem::Requirement
|
32
37
|
none: false
|
33
38
|
requirements:
|
34
39
|
- - ~>
|
@@ -36,10 +41,15 @@ dependencies:
|
|
36
41
|
version: 1.1.3
|
37
42
|
type: :runtime
|
38
43
|
prerelease: false
|
39
|
-
version_requirements:
|
44
|
+
version_requirements: !ruby/object:Gem::Requirement
|
45
|
+
none: false
|
46
|
+
requirements:
|
47
|
+
- - ~>
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: 1.1.3
|
40
50
|
- !ruby/object:Gem::Dependency
|
41
51
|
name: nokogiri
|
42
|
-
requirement:
|
52
|
+
requirement: !ruby/object:Gem::Requirement
|
43
53
|
none: false
|
44
54
|
requirements:
|
45
55
|
- - ~>
|
@@ -47,7 +57,12 @@ dependencies:
|
|
47
57
|
version: 1.5.0
|
48
58
|
type: :runtime
|
49
59
|
prerelease: false
|
50
|
-
version_requirements:
|
60
|
+
version_requirements: !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
62
|
+
requirements:
|
63
|
+
- - ~>
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: 1.5.0
|
51
66
|
description: A universal interface to grab contact list information from Yahoo, AOL,
|
52
67
|
Gmail, Hotmail, Plaxo, GMX.net, Web.de, inbox.lt, seznam.cz, t-online.de. Now supporting
|
53
68
|
Ruby 1.9.
|
@@ -56,20 +71,20 @@ executables: []
|
|
56
71
|
extensions: []
|
57
72
|
extra_rdoc_files: []
|
58
73
|
files:
|
59
|
-
- lib/contacts/
|
60
|
-
- lib/contacts/inbox_lt.rb
|
74
|
+
- lib/contacts/aol.rb
|
61
75
|
- lib/contacts/base.rb
|
62
|
-
- lib/contacts/web_de.rb
|
63
76
|
- lib/contacts/gmail.rb
|
64
|
-
- lib/contacts/
|
65
|
-
- lib/contacts/onelt.rb
|
66
|
-
- lib/contacts/yahoo.rb
|
67
|
-
- lib/contacts/seznam.rb
|
77
|
+
- lib/contacts/gmx.rb
|
68
78
|
- lib/contacts/hotmail.rb
|
69
|
-
- lib/contacts/
|
70
|
-
- lib/contacts/aol.rb
|
79
|
+
- lib/contacts/inbox_lt.rb
|
71
80
|
- lib/contacts/json_picker.rb
|
72
|
-
- lib/contacts/
|
81
|
+
- lib/contacts/mailru.rb
|
82
|
+
- lib/contacts/onelt.rb
|
83
|
+
- lib/contacts/plaxo.rb
|
84
|
+
- lib/contacts/seznam.rb
|
85
|
+
- lib/contacts/tonline_de.rb
|
86
|
+
- lib/contacts/web_de.rb
|
87
|
+
- lib/contacts/yahoo.rb
|
73
88
|
- lib/contacts.rb
|
74
89
|
- examples/grab_contacts.rb
|
75
90
|
- LICENSE
|
@@ -87,15 +102,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
87
102
|
- - ! '>='
|
88
103
|
- !ruby/object:Gem::Version
|
89
104
|
version: '0'
|
105
|
+
segments:
|
106
|
+
- 0
|
107
|
+
hash: -4258229719453086248
|
90
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
109
|
none: false
|
92
110
|
requirements:
|
93
111
|
- - ! '>='
|
94
112
|
- !ruby/object:Gem::Version
|
95
113
|
version: '0'
|
114
|
+
segments:
|
115
|
+
- 0
|
116
|
+
hash: -4258229719453086248
|
96
117
|
requirements: []
|
97
118
|
rubyforge_project:
|
98
|
-
rubygems_version: 1.8.
|
119
|
+
rubygems_version: 1.8.24
|
99
120
|
signing_key:
|
100
121
|
specification_version: 3
|
101
122
|
summary: grab contacts from Yahoo, AOL, Gmail, Hotmail, Plaxo, GMX.net, Web.de, inbox.lt,
|