mayaml-getmail 4.0.3 → 4.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac5b44f1b91015ece157632f9d379a815c172687a1a02245c8f8c9e193a57668
|
|
4
|
+
data.tar.gz: 3c621c5bf9fc6cddc74c29705dd6cd57197d2f7bae420c15a034ff7867c2bfed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 623b5352143036043767cd472012bde727e5ed300a804fff4e03297443b71a1ce39c1e4097ad4e4bca1e7bc82a5cdd14554b03ca528cc24a3660b004d9bc91d0
|
|
7
|
+
data.tar.gz: 8cbe9eb12d6e661ae86832e56c99de5b993adaf2f7308024b96692ef6b4a164332ba46def7b84551b04f5537b19d5205fb024dd95d92435a4e01e18eba9b7542
|
data/CHANGELOG.md
CHANGED
|
@@ -39,7 +39,8 @@ module MayamlGetmail
|
|
|
39
39
|
private
|
|
40
40
|
|
|
41
41
|
def template_file_path
|
|
42
|
-
File.
|
|
42
|
+
templates_dir = File.expand_path("../templates", __dir__)
|
|
43
|
+
File.join(templates_dir, "account_config.mustache")
|
|
43
44
|
end
|
|
44
45
|
|
|
45
46
|
def type(mail_account)
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mayaml-getmail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Szymon Kopciewski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mayaml
|
|
@@ -135,11 +135,11 @@ files:
|
|
|
135
135
|
- LICENSE
|
|
136
136
|
- README.md
|
|
137
137
|
- bin/mayaml-getmail
|
|
138
|
-
- data/mayaml-getmail/account_config.mustache
|
|
139
138
|
- lib/mayaml-getmail.rb
|
|
140
139
|
- lib/mayaml-getmail/account_config.rb
|
|
141
140
|
- lib/mayaml-getmail/configs_generator.rb
|
|
142
141
|
- lib/mayaml-getmail/version.rb
|
|
142
|
+
- lib/templates/account_config.mustache
|
|
143
143
|
homepage: https://github.com/skopciewski/mayaml-getmail
|
|
144
144
|
licenses:
|
|
145
145
|
- GPL-3.0
|
|
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
162
|
rubyforge_project:
|
|
163
|
-
rubygems_version: 2.7.
|
|
163
|
+
rubygems_version: 2.7.8
|
|
164
164
|
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: Generates getmail configuration from mayaml parser
|