adamhunter-contacts 1.1.21 → 1.1.22

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/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', '>= 1.1.0')
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.
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)+"/contacts/")
2
2
 
3
3
  require 'rubygems'
4
4
 
5
- gem 'gdata', '1.1.0'
5
+ gem 'gdata', '1.1.1'
6
6
  require 'gdata'
7
7
 
8
8
  require 'base'
@@ -8,7 +8,7 @@ require "thread"
8
8
 
9
9
  class Contacts
10
10
  TYPES = {}
11
- VERSION = "1.1.21"
11
+ VERSION = "1.1.22"
12
12
 
13
13
  class Base
14
14
  def initialize(login, password)
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.21
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-10-13 00:00:00 -04:00
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.0
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