twmail 0.0.3 → 0.0.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
  SHA1:
3
- metadata.gz: c9c8cc0d210afa5b81ffa554fbc6a388eba8091e
4
- data.tar.gz: fa0467db33a102d55a4edd2f3b01870b9f91e20f
3
+ metadata.gz: 182039b12dd834cc9fc05937002ef6072cd0c4c9
4
+ data.tar.gz: eba7257ed83db3960f98ef42821372d278ae1cc7
5
5
  SHA512:
6
- metadata.gz: d88406f8e40b40ff64dc0e23de7ef0bcff22567036dc259907e723c502c0f90b302d1fc0780b1693963b2405bc3ffbb3d9b41d59d6b07849472ed07838c6b065
7
- data.tar.gz: 01652de31f8ec363506076e6796bd1aaad78714bf45d92bb3747bf97f2810e738b583d4ba4b3288767a77d0819d5c446573da8df62bf2f521e1ac938f2fbe7a8
6
+ metadata.gz: 71199bf9f6e4759f6b236d7da0a48666510f9eefd3a5e391a327249cb1d4166dc511a29dcccdd5e0569d509ade886adfcdf19cf868421114126bf9dae5d9b8d1
7
+ data.tar.gz: 327ff6c55daaa660f7364cf6c609e17ff5a84208ada8a938dde7870ec27bd726bb68d4524d3f85fb8014c4d40a644638b9e7558f0e6b7bffebc5eb5240ddb140
data/bin/twmail CHANGED
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ require 'mail'
4
+
3
5
  # This script is a dead-simple Mail Delivery Agent (MDA) that parses the received email
4
6
  # and creates a new TaskWarrior task from the subject of the mail.
5
7
  mail = Mail.new(ARGF.read)
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'mail'
2
3
 
3
4
  # This script is a dead-simple Mail Delivery Agent (MDA) that exports the parts of the received email as
4
5
  # environment variables and calls a shell script that can make use of these variables to further process
@@ -1,3 +1,3 @@
1
1
  module TaskWarriorMail
2
- VERSION = "0.0.3"
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas E. Rabenau