Skip to content

Commit

Permalink
Bump gem version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Feb 7, 2022
1 parent 8cfab28 commit fed8aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
postgres-copy (1.5.0)
postgres-copy (1.6.0)
activerecord (>= 5.1)
pg (>= 0.17)

Expand Down
2 changes: 1 addition & 1 deletion postgres-copy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "postgres-copy"
s.version = "1.5.0"
s.version = "1.6.0"
s.platform = Gem::Platform::RUBY
s.required_ruby_version = ">= 1.9.3"
s.authors = ["Diogo Biazus"]
Expand Down

0 comments on commit fed8aab

Please sign in to comment.