work_md 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1c858bf12a976912f85e9fd1a22b39e2bd5daf4e56ec46299c1297aa4e576cb
4
- data.tar.gz: 8a542af4507b9765d9317f23ad7db72bc1f4cf8ffe7bc27342ea9c1e8f592e82
3
+ metadata.gz: 2c18792b91679e26b6bf4e08499a20f147ab158ae7ffa1ad0b43cb159f4d4172
4
+ data.tar.gz: 7a326af95178ba2f3b91bf20a4f67ba7e467da6f5b63465adae75553ecaee6e7
5
5
  SHA512:
6
- metadata.gz: '02389407af0f604e5cf9fac532639b5cb5553179cd98d67fa18aecf56bc182cccbc2bc674cd1f8ca3f5b11ede62d82d8b85320613a55e0cf6d432f273618e06a'
7
- data.tar.gz: 3983b233410dd07224abf01bf74998c31307780b52b43cdb83495d4745ed83938c72d0f0cb449e34dcdb7cded9e28fd5dec440fedacd823446f8ec0309152457
6
+ metadata.gz: 400b9fa6e7274f8c3cb610c1cd2b99e5b30f41ec5e8f3ad6939b1bf25d9ec491d343707eb0ffb2e9882b01153b5290bfe04089335e2686854fd1837df0d5bdab
7
+ data.tar.gz: 8802acb02ea2f617948603aff2bf0fcffa13197a84620ec05c99f3cedf6fcd0620461a32b6546a67863ddd55e33e2be70746a2cf062e4788aa47eaaf885fdb83
@@ -67,7 +67,7 @@ module WorkMd
67
67
  editor = WorkMd::Config.editor
68
68
 
69
69
  unless editor.nil?
70
- ::TTY::Editor.open(PARSED_FILE_PATH, {command: editor})
70
+ ::TTY::Editor.open(PARSED_FILE_PATH, command: editor)
71
71
  else
72
72
  ::TTY::Editor.open(PARSED_FILE_PATH)
73
73
  end
@@ -43,7 +43,7 @@ module WorkMd
43
43
  unless editor.nil?
44
44
  ::TTY::Editor.open(
45
45
  "#{today.strftime('%Y/%m/%d')}.md",
46
- {command: editor}
46
+ command: editor
47
47
  )
48
48
  else
49
49
  ::TTY::Editor.open("#{today.strftime('%Y/%m/%d')}.md")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WorkMd
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: work_md
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrique Fernandez Teixeira