Skip to content

Commit

Permalink
Merge pull request #127 from comma-csv/release-4.5.0
Browse files Browse the repository at this point in the history
Version 4.5.0
  • Loading branch information
eitoball authored Dec 25, 2020
2 parents 26171a9 + 285fe8f commit 464ed67
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- 2.7.2
gemfile:
- gemfiles/active5.0.7.2.gemfile
- gemfiles/active5.1.7.gemfile
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.4.0)
comma (4.5.0)
activesupport (>= 4.2.0, < 6.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Comma is distributed as a gem, best installed via Bundler.
Include the gem in your Gemfile:

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

Or, if you want to live life on the edge, you can get master from the main comma repository:
Expand Down
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.4.0)
comma (4.5.0)
activesupport (>= 4.2.0, < 6.2)

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.4.0)
comma (4.5.0)
activesupport (>= 4.2.0, < 6.2)

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.4.0)
comma (4.5.0)
activesupport (>= 4.2.0, < 6.2)

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.4.0)
comma (4.5.0)
activesupport (>= 4.2.0, < 6.2)

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

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

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

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

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

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/comma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Comma
VERSION = '4.4.0'
VERSION = '4.5.0'
end

0 comments on commit 464ed67

Please sign in to comment.