Skip to content

Commit

Permalink
Merge pull request #122 from comma-csv/version-4.4.0
Browse files Browse the repository at this point in the history
Version 4.4.0
  • Loading branch information
eitoball authored Jun 23, 2020
2 parents 1545b8b + 95b18c6 commit 21eed4c
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 375 deletions.
23 changes: 0 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,25 @@ services: mongodb
language: ruby
cache: bundler
rvm:
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
gemfile:
- gemfiles/active4.2.11.3.gemfile
- gemfiles/active5.0.7.2.gemfile
- gemfiles/active5.1.7.gemfile
- gemfiles/active5.2.4.3.gemfile
- gemfiles/active6.0.3.1.gemfile
- gemfiles/rails4.2.11.3.gemfile
- gemfiles/rails5.0.7.2.gemfile
- gemfiles/rails5.1.7.gemfile
- gemfiles/rails5.2.4.3.gemfile
- gemfiles/rails6.0.3.1.gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/active6.0.3.1.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails6.0.3.1.gemfile
- rvm: 2.4.10
gemfile: gemfiles/active4.2.11.3.gemfile
- rvm: 2.4.10
gemfile: gemfiles/active6.0.3.1.gemfile
- rvm: 2.4.10
gemfile: gemfiles/rails4.2.11.3.gemfile
- rvm: 2.4.10
gemfile: gemfiles/rails6.0.3.1.gemfile
- rvm: 2.5.8
gemfile: gemfiles/active4.2.11.3.gemfile
- rvm: 2.5.8
gemfile: gemfiles/rails4.2.11.3.gemfile
- rvm: 2.6.6
gemfile: gemfiles/active4.2.11.3.gemfile
- rvm: 2.6.6
gemfile: gemfiles/rails4.2.11.3.gemfile
- rvm: 2.7.1
gemfile: gemfiles/active4.2.11.3.gemfile
- rvm: 2.7.1
gemfile: gemfiles/rails4.2.11.3.gemfile
fast_finish: true
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
Expand Down
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

[
'4.2.11.3',
'5.0.7.2',
'5.1.7',
'5.2.4.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
comma (4.3.2)
comma (4.4.0)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A library to generate comma seperated value (CSV) for Ruby objects like ActiveRe

### Prerequisites

You need to use ruby 2.3 or later. If you generate CSV from ActiveRecord models, you need to have ActiveRecord 4.2 or later.
You need to use ruby 2.4 or later. If you generate CSV from ActiveRecord models, you need to have ActiveRecord 5.0 or later.

### Installing

Expand All @@ -17,7 +17,7 @@ Comma is distributed as a gem, best installed via Bundler.
Include the gem in your Gemfile:

```ruby
gem 'comma', '~> 4.3.2'
gem 'comma', '~> 4.4.0'
```

Or, if you want to live life on the edge, you can get master from the main comma repository:
Expand Down
12 changes: 0 additions & 12 deletions gemfiles/active4.2.11.3.gemfile

This file was deleted.

115 changes: 0 additions & 115 deletions gemfiles/active4.2.11.3.gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/active5.0.7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.2)
comma (4.4.0)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active5.1.7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.2)
comma (4.4.0)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active5.2.4.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.2)
comma (4.4.0)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active6.0.3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.2)
comma (4.4.0)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
14 changes: 0 additions & 14 deletions gemfiles/rails4.2.11.3.gemfile

This file was deleted.

Loading

0 comments on commit 21eed4c

Please sign in to comment.