jmcarbo-imapstore 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,6 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'imapstore/imapstore.rb'
5
5
 
6
6
  module IMAPSTORE
7
- VERSION = '0.4.0'
7
+ VERSION = '0.4.1'
8
8
 
9
9
  end
@@ -13,18 +13,18 @@ module IMAPSTORE
13
13
 
14
14
  CONFIG_TEMPLATE = <<-END
15
15
  default:
16
- email: account@gmail.com
17
- password: password
18
- store_tag: IMAPSTORE
19
- imap_server: imap.gmail.com
20
- imap_port: 993
21
-
16
+ email: account@gmail.com
17
+ password: password
18
+ store_tag: IMAPSTORE
19
+ imap_server: imap.gmail.com
20
+ imap_port: 993
21
+
22
22
  other:
23
- email: other_account@gmail.com
24
- password: password
25
- store_tag: IMAPSTORE
26
- imap_server: imap.gmail.com
27
- imap_port: 993
23
+ email: other_account@gmail.com
24
+ password: password
25
+ store_tag: IMAPSTORE
26
+ imap_server: imap.gmail.com
27
+ imap_port: 993
28
28
  END
29
29
 
30
30
  def self.create_config_file(file = File.expand_path('~/.imapstore/config.yml'))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jmcarbo-imapstore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joan Marc Carbo Arnau