doing 1.0.48 → 1.0.49

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/doing +3 -3
  3. data/lib/doing/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdfdb341d4867c722d22442ad70ec86282d8a6b1e53d245f97b629838aa8bcbf
4
- data.tar.gz: 7dff224ed9403a946e16df70935b97e6d3823b2d89d605d2242d734b5cf1b32f
3
+ metadata.gz: 18f254e337c39ad92b9f2e7aa7a30797432c642af248387a448cf1673675ea7a
4
+ data.tar.gz: 4cd5f972401da1b668b0ae8402d7d463d35c6d0d7d6e3d5de2ad3d2de907ab25
5
5
  SHA512:
6
- metadata.gz: 6d29f283a31177d5df99d3a1ef4f5b8dda1c0ca706b005b1d8023651afe95334aeb6636d9091b29ada76f0b9c21c91266d0f0116940770aeaff6c121534f86ce
7
- data.tar.gz: 0a03db0bfe2dae15b0921a31fcd23781913f917d632910203d5f191634c7d6ea37c2bad97349b21834d48e64a37aca16b2785f407276f4bb9d571a050ac9ec34
6
+ metadata.gz: e598cbe3377bda1a868015ea87f14b147b9d77fe02d5b663157b101e6ce988417344b6bf1731fdcb140ba91627e7cc3ab6520ee098811369128f8aa8756eab65
7
+ data.tar.gz: 8b32c6b73ceab01561163c28b4bc401293daf13d1fdf64ffd7966a907221941010d12b495fbfed2874ecf75f40612287d55ef7804fac3fd88029f4db1f0b1a82
data/bin/doing CHANGED
@@ -410,7 +410,7 @@ command [:done, :did] do |c|
410
410
  if options[:r]
411
411
  wwid.tag_last({:tags => ["done"], :count => 1, :section => section, :remove => true })
412
412
  else
413
- wwid.tag_last({:tags => ["done"], :count => 1, :section => section, :archive => options[:a], :back => finish_date, :date => options[:d]})
413
+ wwid.tag_last({:tags => ["done"], :count => 1, :section => section, :archive => options[:a], :back => finish_date, :date => options[:date]})
414
414
  end
415
415
  else
416
416
  if args.length > 0
@@ -480,7 +480,7 @@ command :finish do |c|
480
480
  raise "Only one argument allowed"
481
481
  elsif args.length == 0 || args[0] =~ /\d+/
482
482
  count = args[0] ? args[0].to_i : 1
483
- wwid.tag_last({:tags => ["done"], :count => count, :section => section, :archive => options[:a], :sequential => options[:auto], :date => options[:d], :back => date })
483
+ wwid.tag_last({:tags => ["done"], :count => count, :section => section, :archive => options[:a], :sequential => options[:auto], :date => options[:date], :back => date })
484
484
  else
485
485
  raise "Invalid argument (specify number of recent items to mark @done)"
486
486
  end
@@ -563,7 +563,7 @@ command :tag do |c|
563
563
  end
564
564
  end
565
565
 
566
- wwid.tag_last({:tags => tags, :count => count, :section => section, :date => options[:d], :remove => options[:r], :autotag => options[:a]})
566
+ wwid.tag_last({:tags => tags, :count => count, :section => section, :date => options[:date], :remove => options[:r], :autotag => options[:a]})
567
567
  end
568
568
  end
569
569
  end
data/lib/doing/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Doing
2
- VERSION = '1.0.48'
2
+ VERSION = '1.0.49'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.48
4
+ version: 1.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra