mayaml-mutt 1.1.0 → 1.1.1

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
  SHA1:
3
- metadata.gz: 91df2c92def7a4be5fc092156e5eebb226f099a0
4
- data.tar.gz: 7ea207e80ebc993d753d9e20b05ac187401aed4c
3
+ metadata.gz: 2dfa6c83a5f7ac8541b82b65b59869b87a6a2e75
4
+ data.tar.gz: 0ece6d81b69a54b8699bb804b27efbf675e51ab9
5
5
  SHA512:
6
- metadata.gz: b02b1f541ec28683616dfe940316c641c6ffbe23a8c096eb0c81c556cd87a268a0f5ea1514820b508c5a50e7083e91309e31a9006268142709affb17bc1de683
7
- data.tar.gz: 9e9d8f6706041fcc55dbbe5a30ec52c318048ab2762a9d64d7be425dbbb63c5e72abee05b3b8211eb7701614ee591ac5f530c91d608e235e88026d893ea0fd90
6
+ metadata.gz: 8c994dd279740f66cd802e262308d0e399fbb92177917e3e46c5f7e5ad4bdd961b086987ac96cf748fcaabfda41ab0489b16cb89b6e6bf0d3acc2bcf740d1685
7
+ data.tar.gz: a9297c76738ece752f6af50976ebc21a0e26d5ea2fb412c35908d1b5afb20155a76262be5ffe00ca5f6d29ae8b6746d1c84edb793098c1934328626c35bbe7b9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.1 (2016.09.06)
2
+
3
+ * fix accounts default path in the account_init config file
4
+
1
5
  === 1.1.0 (2016.09.06)
2
6
 
3
7
  * uses parameters: `realname` and `default` from mayaml v2
@@ -30,7 +30,7 @@ module MayamlMutt
30
30
  @template,
31
31
  name: mail_account.name,
32
32
  clean_name: clean_name(mail_account.name),
33
- accounts_dir: config.fetch(:accounts_dir, "accounts")
33
+ accounts_dir: config.fetch(:accounts_dir, "~/.mutt/accounts")
34
34
  )
35
35
  end
36
36
 
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module MayamlMutt
21
- VERSION = "1.1.0".freeze
21
+ VERSION = "1.1.1".freeze
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mayaml-mutt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski