gmail-api-ruby 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/gmail.gemspec +3 -3
- data/lib/gmail/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca0dec5a93a2fea9ba7f123a754223fd95223927
|
4
|
+
data.tar.gz: 960c0557eb25285f20ef32604fe9b2edbdb65089
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8356e4f896b379832668a19d8298314010c717ed6b4501b79f5acba90e808b66bf707e1125dc00fe230b99bc38f895a91db60aede0297e0d4d909936ec4fcd04
|
7
|
+
data.tar.gz: 500aa55382e68a673a5149b8718ef1e5ac1e12ce9cec14d0c4fe3630fcf9bc6ae5982ef35b0f546150954f691d072a249ef462fffa61ce51f62d68504aed06f5
|
data/CHANGELOG.md
CHANGED
data/gmail.gemspec
CHANGED
@@ -5,10 +5,10 @@ require 'gmail/version'
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "gmail-api-ruby"
|
8
|
-
s.summary = "A
|
9
|
-
s.description = "A
|
8
|
+
s.summary = "A Ruby interface to Gmail API (NO IMAP, NO SMTP), with all the tools you will need."
|
9
|
+
s.description = "A Ruby interface to Gmail API (NO IMAP, NO SMTP).
|
10
10
|
Search, read and send multipart emails; archive, mark as read/unread,
|
11
|
-
delete emails; and manage labels.
|
11
|
+
delete emails; and manage labels. Everything is done through the Gmail API without going through IMAP or SMTP Protocol
|
12
12
|
"
|
13
13
|
s.version = Gmail::VERSION
|
14
14
|
s.platform = Gem::Platform::RUBY
|
data/lib/gmail/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gmail-api-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Hobeika
|
@@ -150,9 +150,10 @@ dependencies:
|
|
150
150
|
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0'
|
153
|
-
description: "A
|
154
|
-
|
155
|
-
|
153
|
+
description: "A Ruby interface to Gmail API (NO IMAP, NO SMTP).\n Search, read and
|
154
|
+
send multipart emails; archive, mark as read/unread,\n delete emails; and manage
|
155
|
+
labels. Everything is done through the Gmail API without going through IMAP or SMTP
|
156
|
+
Protocol\n "
|
156
157
|
email:
|
157
158
|
executables: []
|
158
159
|
extensions: []
|
@@ -215,8 +216,8 @@ rubyforge_project:
|
|
215
216
|
rubygems_version: 2.4.5
|
216
217
|
signing_key:
|
217
218
|
specification_version: 4
|
218
|
-
summary: A
|
219
|
-
|
219
|
+
summary: A Ruby interface to Gmail API (NO IMAP, NO SMTP), with all the tools you
|
220
|
+
will need.
|
220
221
|
test_files:
|
221
222
|
- test/gmail/api_resource_test.rb
|
222
223
|
- test/gmail/draft_test.rb
|