uniq-red-process 0.0.4 → 0.0.5

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.
@@ -76,9 +76,8 @@ cmd = ''
76
76
  while cmd != 'q' && issues_entries_hash.count > 0
77
77
  if cmd == 't'
78
78
  5.times do
79
- puts "Opening #{issue_no}..."
80
79
  issue_no = read_next_issue
81
- puts "Marking #{issue_no} as read..."
80
+ puts "Opening #{issue_no} and marking it as read..."
82
81
  mark_issue_read(issue_no)
83
82
  end
84
83
  end
@@ -1,5 +1,5 @@
1
1
  module Uniq
2
2
  module RedProcess
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uniq-red-process
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: