ruby-gmail-nritholtz 0.3.3 → 0.3.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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1be7cf352132b22bd598e4af9c7de7c27a3773dd
4
- data.tar.gz: cffd9090279eedb94cec2961ad0255d28d98c989
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjA2Y2YwOTRlMmU4YjI2MTkyMDdlNjJhYzdhNDk1ZjEwZjE2YzVhYw==
5
+ data.tar.gz: !binary |-
6
+ YmE2MWUxMzFiMTg4ODAwNzlmMDQ3N2FjOTgxMjJmZmUyOGMyYmMwMg==
5
7
  SHA512:
6
- metadata.gz: 8f80f27a97604bcaec01c0c9b9c95fe446c22cec7941ca663b4f0d834bec2f14fc17f98686d197581024f61b6b4abf6dcb854069e472e1a237c121074cb0265b
7
- data.tar.gz: dd48ace280c7c903e3b34d20e40d2c2c14c0f6faad715880374acd607e2d99557af90148d24c1e4398b6677da0ea00fef8ff8fa078cc63f67f97a2e6e08ebe56
8
+ metadata.gz: !binary |-
9
+ NDI5NDkzNjM4MGMzNWVkM2M0ZWU3YWIyYjM2ZGNkYWQ4MzhkMjBhMjE1ZDhh
10
+ Y2QwYmZkNTkwM2IyYzg2ZWEzZDRhYjRhZDNlZGQxNTA4NjUxOGViOTA3ZjFj
11
+ ZWQ2OWRhZTlhNmYwODdjMmZjZmZlOTk4NmUwODk1ZjYxYjRjZDM=
12
+ data.tar.gz: !binary |-
13
+ NWQ1MjQzYTcwZTgzYjE1YmIzNWFmOWI0Y2I1N2IyZTA4NTMxOWZmZGI4YTc5
14
+ ODU3ZWQ1NTU4ZTc0MTkxZTQyYTc2ZWExOGFjN2IyZDRiNzAzNjcxY2NhZjA4
15
+ OTIyYjI0MGIxODk1MzhjMzFlMzhjNDE1MzI3NmM0OTczZDhiMDg=
@@ -163,7 +163,7 @@ class Gmail
163
163
  def imap
164
164
  unless logged_in?
165
165
  login
166
- at_exit { logout } # Set up auto-logout for later.
166
+ #at_exit { logout } # Set up auto-logout for later.
167
167
  end
168
168
  @imap
169
169
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruby-gmail-nritholtz}
8
- s.version = "0.3.3"
8
+ s.version = "0.3.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["BehindLogic"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-gmail-nritholtz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BehindLogic
@@ -14,42 +14,42 @@ dependencies:
14
14
  name: shared-mime-info
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mail
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.2.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.2.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: mime
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0.1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.1'
55
55
  description: A Rubyesque interface to Gmail, with all the tools you'll need. Search,
@@ -61,8 +61,8 @@ extensions: []
61
61
  extra_rdoc_files:
62
62
  - README.markdown
63
63
  files:
64
- - ".autotest"
65
- - ".gitignore"
64
+ - .autotest
65
+ - .gitignore
66
66
  - History.txt
67
67
  - Manifest.txt
68
68
  - README.markdown
@@ -80,22 +80,22 @@ licenses: []
80
80
  metadata: {}
81
81
  post_install_message:
82
82
  rdoc_options:
83
- - "--charset=UTF-8"
83
+ - --charset=UTF-8
84
84
  require_paths:
85
85
  - lib
86
86
  required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ">="
88
+ - - ! '>='
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ">="
93
+ - - ! '>='
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.2.2
98
+ rubygems_version: 2.4.5
99
99
  signing_key:
100
100
  specification_version: 3
101
101
  summary: A Rubyesque interface to Gmail, with all the tools you'll need.