pietern-contacts 0.1.1 → 0.3.0
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/contacts.gemspec +2 -2
- metadata +2 -2
data/contacts.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "contacts"
|
3
|
-
s.version = "0.
|
3
|
+
s.version = "0.3.0"
|
4
4
|
s.date = "2008-08-02"
|
5
5
|
s.summary = "Interfacing with the Google Contacts API"
|
6
|
-
s.email = "
|
6
|
+
s.email = "pcnoordhuis@gmail.com"
|
7
7
|
s.homepage = "http://github.com/pietern/contacts"
|
8
8
|
s.description = "Provides easy access and manipulation with the Google Contacts API"
|
9
9
|
s.has_rdoc = true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pietern-contacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Mislav Marohni\xC4\x87"
|
@@ -23,7 +23,7 @@ dependencies:
|
|
23
23
|
version: "0.6"
|
24
24
|
version:
|
25
25
|
description: Provides easy access and manipulation with the Google Contacts API
|
26
|
-
email:
|
26
|
+
email: pcnoordhuis@gmail.com
|
27
27
|
executables: []
|
28
28
|
|
29
29
|
extensions: []
|