Skip to content

Commit

Permalink
bump to 0.1.2 after updates in gemspec and Gemfile.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-rojas committed Nov 23, 2019
1 parent 882595b commit 66e22be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PATH
remote: .
specs:
csv_converter (0.1.1)
csv_converter (0.1.2)
activesupport (~> 6.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.0)
activesupport (6.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
zeitwerk (~> 2.2)
ast (2.4.0)
byebug (11.0.1)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
minitest (5.12.2)
minitest (5.13.0)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
zeitwerk (2.2.0)
zeitwerk (2.2.1)

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

module CSVConverter
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 66e22be

Please sign in to comment.