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: 2df36a9e3adac436f3f8a6461a05d0df44fced5c6e767cdf8bee92160e509bf6
4
- data.tar.gz: 183be17f3e8e1953bf5a6246a60dbff9ac8f074c86e49e41012387ebacc6920b
3
+ metadata.gz: ac5b44f1b91015ece157632f9d379a815c172687a1a02245c8f8c9e193a57668
4
+ data.tar.gz: 3c621c5bf9fc6cddc74c29705dd6cd57197d2f7bae420c15a034ff7867c2bfed
5
5
  SHA512:
6
- metadata.gz: 04ec553a019c38b2ca3c450525e9267052262c3802632d36d2a83f536651015497c27e9638a7e759de0a250ff412bbfa206b657fbe8dc218b0b94d9a48a427a9
7
- data.tar.gz: 69845ed09176d4c618d97e772a81e7de7b07135a86fcd892511991e33d52e3807c76b2520ecb0a26278cad8e5ef4521e9e9c2176180d2c83ec90c05376e7bb36
6
+ metadata.gz: 623b5352143036043767cd472012bde727e5ed300a804fff4e03297443b71a1ce39c1e4097ad4e4bca1e7bc82a5cdd14554b03ca528cc24a3660b004d9bc91d0
7
+ data.tar.gz: 8cbe9eb12d6e661ae86832e56c99de5b993adaf2f7308024b96692ef6b4a164332ba46def7b84551b04f5537b19d5205fb024dd95d92435a4e01e18eba9b7542
@@ -1,3 +1,7 @@
1
+ ### 4.0.4 (2018.12.08)
2
+
3
+ * move templates to the lib
4
+
1
5
  ### 4.0.3 (2018.07.07)
2
6
 
3
7
  * fix warnings, travis, docs
@@ -39,7 +39,8 @@ module MayamlGetmail
39
39
  private
40
40
 
41
41
  def template_file_path
42
- File.join(Gem.latest_spec_for("mayaml-getmail").datadir, "account_config.mustache")
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)
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module MayamlGetmail
21
- VERSION = "4.0.3"
21
+ VERSION = "4.0.4"
22
22
  end
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.3
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-07-07 00:00:00.000000000 Z
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.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