gmail-contacts 0.0.4 → 0.0.5

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.
@@ -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.4'
16
+ s.version = '0.0.5'
17
17
  s.date = '2012-06-19'
18
18
  s.rubyforge_project = 'gmail-contacts'
19
19
 
@@ -1,8 +1,8 @@
1
- require 'gmail_contacts/google'
1
+ require 'gmail-contacts/google'
2
2
 
3
3
  module GmailContacts
4
4
 
5
- VERSION = "0.0.4"
5
+ VERSION = "0.0.5"
6
6
 
7
7
  Identifier = 'GmailContacts v' + VERSION
8
8
 
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
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: &70217158537480 !ruby/object:Gem::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: *70217158537480
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: []