gmail-api-ruby 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0051811d108e2510bd1218eb52ca2d427bf321a
4
- data.tar.gz: 62bf68b06a9550d8e1b87e3ea6492e6ef0a2612f
3
+ metadata.gz: ca0dec5a93a2fea9ba7f123a754223fd95223927
4
+ data.tar.gz: 960c0557eb25285f20ef32604fe9b2edbdb65089
5
5
  SHA512:
6
- metadata.gz: 9ce55db1411521412fa73213f532205f01b8614a9d42b78283777494daf34350925e0c9d81ecede8d8c9c47f20e8dc4ec3807a4a38e8f6c9976b47f582e00ee0
7
- data.tar.gz: d070572c372a8c960866ac9de2f9cba34e465db2c51ba8f6fae3f28001e05b7b34d9d5917971a761df4dcf51792a85c70b636245a28a62ddff404fbfbb4f9343
6
+ metadata.gz: 8356e4f896b379832668a19d8298314010c717ed6b4501b79f5acba90e808b66bf707e1125dc00fe230b99bc38f895a91db60aede0297e0d4d909936ec4fcd04
7
+ data.tar.gz: 500aa55382e68a673a5149b8718ef1e5ac1e12ce9cec14d0c4fe3630fcf9bc6ae5982ef35b0f546150954f691d072a249ef462fffa61ce51f62d68504aed06f5
data/CHANGELOG.md CHANGED
@@ -7,3 +7,7 @@
7
7
 
8
8
  * forward_with, reply_sender_with and reply_all_with won't trigger a deliver but will build the ready to send object
9
9
 
10
+ ## 0.0.4 / 2015-01-15
11
+
12
+ * No change, only gem description
13
+
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 Rubyesque interface to Gmail API (NO IMAP, NO SMTP), with all the tools you will need."
9
- s.description = "A Rubyesque interface to Gmail, with all the tools you will need.
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
@@ -1,3 +1,3 @@
1
1
  module Gmail
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end # Gmail
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.3
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 Rubyesque interface to Gmail, with all the tools you will need.\n
154
- \ Search, read and send multipart emails; archive, mark as read/unread,\n delete
155
- emails; and manage labels.\n "
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 Rubyesque interface to Gmail API (NO IMAP, NO SMTP), with all the tools
219
- you will need.
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