Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chopraanmol1 committed Feb 3, 2020
1 parent 221750b commit d416f15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Unreleased
### Changed / Added
- Updated rubyzip version. Now minimal version is 1.3.0. [CVE-2019-16892](https://github.com/rubyzip/rubyzip/pull/403)

## [2.8.3] 2020-02-03
### Changed/Added
- Updated rubyzip version. Now minimal version is 1.3.0 [515](https://github.com/roo-rb/roo/pull/515) - [CVE-2019-16892](https://github.com/rubyzip/rubyzip/pull/403)

## [2.8.2] 2019-02-01
### Changed/Added
Expand Down
2 changes: 1 addition & 1 deletion lib/roo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Roo
VERSION = "2.8.2"
VERSION = "2.8.3"
end
2 changes: 1 addition & 1 deletion test/roo/test_excelx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class TestRworkbookExcelx < Minitest::Test
def test_download_uri_with_invalid_host
assert_raises(RuntimeError) do
Roo::Excelx.new("http://example.com/file.xlsx")
Roo::Excelx.new("http://examples.com/file.xlsx")
end
end

Expand Down
2 changes: 1 addition & 1 deletion test/roo/test_open_office.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_openoffice_download_uri_and_zipped

def test_download_uri_with_invalid_host
assert_raises(RuntimeError) do
roo_class.new("http://example.com/file.ods")
roo_class.new("http://examples.com/file.ods")
end
end

Expand Down

0 comments on commit d416f15

Please sign in to comment.