pra 1.7.1 → 1.7.2

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: fe8c3c34e33a832885589582f514944b3063c205
4
- data.tar.gz: 8fb2221075c1a789a919e4a0672ed23074b8c974
3
+ metadata.gz: c086ca34fcf440f0e516fc83da1a225d20a6261c
4
+ data.tar.gz: d33e01807fc0d728f458cb038a36b6afec9334f4
5
5
  SHA512:
6
- metadata.gz: 08113ca0ef4820eba36d0084c9c707fdc88ef5b72f42451895a97d3ba6d80f8baf31d7cddf525b13af86ef3944d1f19537e02f2b686960219440b1356a75b894
7
- data.tar.gz: c8eb4253cd15b2871a00ad7c1acc60723a033107b01d037ac07aa3ec4e21c316c85cf339e5f7aeb69a5aecae0b5f8dcf16402439125b35960f54bfddbe1221e3
6
+ metadata.gz: e9e6a805ec6a32b396b12e8ef620d0ab6c81281361731b85f26804bb0b93c616a6a72c51d312d23fa7ccc4c538b2137234eb5f286cda3445f96e449effcd3977
7
+ data.tar.gz: 3245aaf01131d7909c8ef3346cad47029e9c6abd1d198c837e5e369dfd715c68ecdf524bf5e4d82921bb376424af3e825935603c70b0044efaa632bd72e11fa3
data/ChangeLog.md CHANGED
@@ -6,6 +6,10 @@ versions as well as provide a rough history.
6
6
 
7
7
  #### Next Release
8
8
 
9
+ #### v1.7.2
10
+
11
+ * Fix bug #2, left over PRs not clearing
12
+
9
13
  #### v1.7.1
10
14
 
11
15
  * Fix bug in curses windows system
@@ -118,11 +118,10 @@ module Pra
118
118
  output_string(HEADER_LINE + 1, 0, "-----------------------------------------------------------------------------------------------------------------------------------------------")
119
119
 
120
120
  if @previous_number_of_pull_requests > @current_pull_requests.length
121
- num_left_over = @previous_number_of_pull_requests - @current_pull_requests.length
122
- start_line_of_left_overs = LIST_START_LINE+@current_pull_requests.length + 1
123
- last_line_of_left_overs = LIST_START_LINE+@previous_number_of_pull_requests
124
- (start_line_of_left_overs...last_line_of_left_overs).each do |i|
125
- Curses.setpos(i,0)
121
+ start_line_of_left_overs = LIST_START_LINE+@current_pull_requests.length
122
+ last_line_of_left_overs = LIST_START_LINE+@previous_number_of_pull_requests - 1
123
+ (start_line_of_left_overs..last_line_of_left_overs).each do |i|
124
+ Curses.setpos(i, 0)
126
125
  Curses.clrtoeol
127
126
  end
128
127
  Curses.refresh
data/lib/pra/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pra
2
- VERSION = "1.7.1"
2
+ VERSION = "1.7.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew De Ponte
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-23 00:00:00.000000000 Z
11
+ date: 2015-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler