gmail_omah 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c6884971852735f7eafdca0d85cd6a09db8d289
4
- data.tar.gz: 55cbf48c6199a89348684487892ad7c73658b2fb
3
+ metadata.gz: d9a02a6e48c63390ffeabfcd61da4a581b17cda5
4
+ data.tar.gz: 20fba19c0aa55380f40bcb2f69b9ac8b52ceb9bd
5
5
  SHA512:
6
- metadata.gz: 41f138da1d4c122d8c0ba28bd5acecb8cde8bcbd5e9c5bf0ed4e1b6724e9f2b21a7709e3e616caa12c21f2d0e0dfc838c4e26b6fd09737c4e88bc050972d86d0
7
- data.tar.gz: 7a610ae94b4cb76bf847164392c5821ea74db6ed5cbb2391db49fe7fb12390d559e11545eba4f9c027d394b2e0b6a38e5d153ffc6e3be286784cc5b8e587eeed
6
+ metadata.gz: 79bd11c88eaf28781ffdef1447f91cbee13f1bee79ada27160c99f6a7477cefcfaed64793131ca426c20075c49d60f36779002f4de5184a0dc8f46161bb80a23
7
+ data.tar.gz: 553637623e400604a768976da7463c7b81ded40ee8e5ff1c82b5d661774ee7e61662ecd7062c0e9dc13ce1978c5e60c3db3aedb78d685011cb1e20d9c0945395
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -9,7 +9,7 @@ require 'omah'
9
9
  class GmailOmah < Omah
10
10
 
11
11
  def initialize(user: 'user', filepath: '.', mail: {}, \
12
- options: {xslt: 'listing.xsl'}, plugins: [])
12
+ options: {xslt: 'listing.xsl'}, plugins: [], webpath: '/email')
13
13
 
14
14
  @mail = {user_name: '', password: '' }.merge mail
15
15
 
@@ -25,7 +25,7 @@ class GmailOmah < Omah
25
25
  end
26
26
 
27
27
  def fetch_email()
28
-
28
+
29
29
  gmail = Gmail.new(@mail[:user_name], @mail[:password])
30
30
  a = gmail.inbox.emails
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmail_omah
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  ndSRFD0AP3Aqx2T6Vl7mAQAlA2HfWcoImcyhITujG4RG/ucFJuXOE7REl/3kX9Z/
32
32
  jVQ/sDgShsz7Ig==
33
33
  -----END CERTIFICATE-----
34
- date: 2015-06-23 00:00:00.000000000 Z
34
+ date: 2015-12-08 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: omah
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  requirements: []
102
102
  rubyforge_project:
103
- rubygems_version: 2.4.6
103
+ rubygems_version: 2.4.8
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: Gmail gem + Omah (Offline Mail Helper) gem
metadata.gz.sig CHANGED
Binary file