adamhunter-contacts 1.1.21 → 1.1.22
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/contacts.rb +1 -1
- data/lib/contacts/base.rb +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s|
|
|
62
62
|
s.autorequire = 'contacts'
|
63
63
|
|
64
64
|
s.add_dependency('json', '>= 0.4.1')
|
65
|
-
s.add_dependency('gdata', '
|
65
|
+
s.add_dependency('gdata', '= 1.1.1')
|
66
66
|
s.requirements << "A json parser, the gdata ruby gem"
|
67
67
|
|
68
68
|
#### Documentation and testing.
|
data/lib/contacts.rb
CHANGED
data/lib/contacts/base.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adamhunter-contacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucas Carlson
|
@@ -9,7 +9,7 @@ autorequire: contacts
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-11-11 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -28,9 +28,9 @@ dependencies:
|
|
28
28
|
version_requirement:
|
29
29
|
version_requirements: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - "="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.1.
|
33
|
+
version: 1.1.1
|
34
34
|
version:
|
35
35
|
description: " Ridiculously easy contact list information from various providers including Yahoo, Gmail, and Hotmail\n"
|
36
36
|
email: lucas@rufy.com
|