Skip to content

Commit

Permalink
Merge pull request #135 from comma-csv/release-4.7.0
Browse files Browse the repository at this point in the history
Version 4.7.0
  • Loading branch information
eitoball authored Jul 29, 2022
2 parents ba66f66 + 6ddd3ca commit ab07a60
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ source 'https://rubygems.org'
gemspec

gem 'coveralls', require: false
gem 'rubocop', '~> 0.67.2', require: false
gem 'rubocop', '~> 1.0.0', require: false
gem 'rubocop-performance', require: false
gem 'sqlite3'
35 changes: 19 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
comma (4.6.0)
comma (4.7.0)
activesupport (>= 4.2.0)

GEM
Expand All @@ -18,7 +18,7 @@ GEM
bundler
rake
thor (>= 0.14.0)
ast (2.4.0)
ast (2.4.2)
colorize (0.7.5)
concurrent-ruby (1.1.10)
coveralls (0.5.8)
Expand All @@ -35,24 +35,24 @@ GEM
domain_name (~> 0.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
json (2.3.1)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
minitest (5.14.4)
multi_json (1.1.0)
netrc (0.11.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
psych (3.1.0)
rainbow (3.0.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.1)
regexp_parser (2.5.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -73,17 +73,20 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
rubocop (1.0.0)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
rubocop-performance (1.1.0)
rubocop (>= 0.67.0)
ruby-progressbar (1.10.0)
ruby-progressbar (1.11.0)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
Expand All @@ -96,7 +99,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.5.0)
unicode-display_width (1.8.0)

PLATFORMS
ruby
Expand All @@ -110,7 +113,7 @@ DEPENDENCIES
rspec (~> 3.5.0)
rspec-activemodel-mocks
rspec-its
rubocop (~> 0.67.2)
rubocop (~> 1.0.0)
rubocop-performance
sqlite3

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

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

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active7.0.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.6.0)
comma (4.7.0)
activesupport (>= 4.2.0)

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

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

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.6.0)
comma (4.7.0)
activesupport (>= 4.2.0)

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.6.0'
VERSION = '4.7.0'
end

0 comments on commit ab07a60

Please sign in to comment.