Skip to content

Commit

Permalink
Merge pull request #241 from pabloh/release_2_1
Browse files Browse the repository at this point in the history
Release Roo 2.1.0
  • Loading branch information
stevendaniels committed Jul 20, 2015
2 parents e7e2f3c + 3f367d9 commit 7294dd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-19mode
- rvm: rbx-2
bundler_args: --without local_development
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased][unreleased]
## [2.1.0] - 2015-07-18
### Added
- Added support for Excel 2007 `xlsm` files. [#232](https://github.com/roo-rb/roo/pull/232)
- Roo::Excelx returns an enumerator when calling each_row_streaming without a block. [#224](https://github.com/roo-rb/roo/pull/224)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install as a gem
Or add it to your Gemfile

```ruby
gem 'roo', '~> 2.0.0'
gem 'roo', '~> 2.1.0'
```
## Usage

Expand Down Expand Up @@ -143,7 +143,7 @@ sheet.to_xml
sheet.to_yaml
```

### Excel (xlsx) Support
### Excel (xlsx and xlsm) Support

Stream rows from an Excelx spreadsheet.

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.0.1"
VERSION = "2.1.0"
end

0 comments on commit 7294dd4

Please sign in to comment.