gmail-contacts 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/gmail-contacts.gemspec +1 -1
- data/lib/gmail-contacts.rb +2 -2
- metadata +3 -3
data/gmail-contacts.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'gmail-contacts'
|
16
|
-
s.version = '0.0.
|
16
|
+
s.version = '0.0.5'
|
17
17
|
s.date = '2012-06-19'
|
18
18
|
s.rubyforge_project = 'gmail-contacts'
|
19
19
|
|
data/lib/gmail-contacts.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gmail-contacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-06-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hpricot
|
16
|
-
requirement: &
|
16
|
+
requirement: &70145545191960 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70145545191960
|
25
25
|
description: A Ruby library for fetching Gmail account contacts
|
26
26
|
email: federico.builes@gmail.com
|
27
27
|
executables: []
|