gmail-contacts 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.5'
16
+ s.version = '0.0.6'
17
17
  s.date = '2012-06-19'
18
18
  s.rubyforge_project = 'gmail-contacts'
19
19
 
@@ -2,7 +2,7 @@ require 'gmail-contacts/google'
2
2
 
3
3
  module GmailContacts
4
4
 
5
- VERSION = "0.0.5"
5
+ VERSION = "0.0.6"
6
6
 
7
7
  Identifier = 'GmailContacts v' + VERSION
8
8
 
@@ -1,4 +1,4 @@
1
- require 'gmail_contacts'
1
+ require 'gmail-contacts'
2
2
 
3
3
  require 'rubygems'
4
4
  require 'hpricot'
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.5
4
+ version: 0.0.6
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: &70145545191960 !ruby/object:Gem::Requirement
16
+ requirement: &70313052704560 !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: *70145545191960
24
+ version_requirements: *70313052704560
25
25
  description: A Ruby library for fetching Gmail account contacts
26
26
  email: federico.builes@gmail.com
27
27
  executables: []