todoistize-mail 0.0.2 → 0.0.3

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: cd6fdf7319bc446424add315996cc824fad434f3
4
- data.tar.gz: c53e2fa80d79814f36cef2ce6659dd18275ac50d
3
+ metadata.gz: beff32d17a2657875360e6e9775ee81b9374a58f
4
+ data.tar.gz: 21ba0a968b2468b8d98dc32370837d0fd84d114c
5
5
  SHA512:
6
- metadata.gz: 8e513ab403d0880920e9f135c898b4a13919598370a8d978693cdb37ab354b43b51e5317763b268bb05ecb1ae026bb152fb80160386b476a4b10c010410e56fa
7
- data.tar.gz: 8e96983440341bef49604695588968bf3e6eb0e926d4135b7a037ed87d47edb8d4723bd8ca2f04fa0add15c09d30f85d43b550a82bd6ec04ea7150705c11029a
6
+ metadata.gz: 2ff6a9fab8234ebe46f750c43d457871f51aca2a1ebd0185f0a10f6d881811089b3d85fbbc1e33fb3465c8495569b47db8da4b4713d5b251541a7d2125b81187
7
+ data.tar.gz: 8f7b96613d0bef8218e23884d295983d63df6432ff854abc4f1e3c3cb825852d332ab0e86eada4fe3c328b0551ad49fc10bc11165a71e9f04288aeb03b37c3e5
@@ -66,7 +66,7 @@ module TodoistizeMail
66
66
  task = Todoist::Task.get(options(:task_id)).first
67
67
  if task.nil? || task.checked != 0
68
68
  puts "not found: #{options(:task_id)}"
69
- ext 0
69
+ exit 0
70
70
  end
71
71
  todoist = TodoistizeMail::TodoistizeProject.new(options(:apikey), options(:project))
72
72
  mark_read(task) if todoist.todoistize?(task)
@@ -1,3 +1,3 @@
1
1
  module TodoistizeMail
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: todoistize-mail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - joe-re