Skip to content

Commit

Permalink
Merge branch 'update_to_version_2_7_0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendaniels committed Dec 31, 2016
2 parents 5412249 + 0d185d9 commit 987c60a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/
- test/
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ rvm:
- 2.3.1
- 2.4.0
- ruby-head
- rbx-2
- jruby-9.1.6.0
matrix:
include:
Expand All @@ -15,5 +14,4 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.6.0
- rvm: rbx-2
bundler_args: --without local_development
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Unreleased

## [2.7.0] 2016-12-31
### Fixed
- Added rack server for testing Roo's download capabilities [365](https://github.com/roo-rb/roo/pull/365)
- Refactored tests into different formats [365](https://github.com/roo-rb/roo/pull/365)
- Fixed OpenOffice for JRuby [362](https://github.com/roo-rb/roo/pull/362)
- Added '0.000000' => '%.6f' number format [354](https://github.com/roo-rb/roo/pull/354)
- Add additional formula cell types for to_csv [367][https://github.com/roo-rb/roo/pull/367]

### Added
- Extracted formatters from Roo::Base#to_* methods [364](https://github.com/roo-rb/roo/pull/364)

## [2.6.0] 2016-12-28
### Fixed
- Fixed error if sheet name starts with a slash [348](https://github.com/roo-rb/roo/pull/348)
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.6.0"
VERSION = "2.7.0"
end

0 comments on commit 987c60a

Please sign in to comment.