Skip to content

Commit

Permalink
spreadsheet-1.1.7.gem released.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavatz committed Mar 15, 2018
1 parent 9a53290 commit a4f12fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.1.7 / 15.03.2018

commit 34ece5f4e7ab2907c4a8809d96ef2a33b7ccd4b5
Author: Maarten Brouwers <github@murb.nl>
Date: Thu Mar 15 15:10:23 2018 +0100

* shadowing outer local variable - i

* Running rake resulted in the following warning: `lib/spreadsheet/worksheet.rb:345: warning: shadowing outer local variable - i`; this patch fixes that.

### 1.1.6 / 12.03.2018

Author: Todd Hambley <thambley@travelleaders.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/spreadsheet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module Spreadsheet

##
# The version of Spreadsheet you are using.
VERSION = '1.1.6'
VERSION = '1.1.7'

##
# Default client Encoding. Change this value if your application uses a
Expand Down

0 comments on commit a4f12fe

Please sign in to comment.