Skip to content

Commit

Permalink
Version 1.3.0 (#43)
Browse files Browse the repository at this point in the history
* Forgot to up version in Ruby file

* Avoid built gems to be added to the gem
  • Loading branch information
markoudev authored Apr 13, 2021
1 parent caab38e commit 0b552f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mysql-binuuid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MySQLBinUUID
VERSION = "1.2.1"
VERSION = "1.3.0"
end
1 change: 1 addition & 0 deletions mysql-binuuid-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]
spec.files = Dir["**/*"].select { |f| File.file?(f) }
.reject { |f| f.end_with?(".gem") }

spec.required_ruby_version = ">= 2.6"

Expand Down

0 comments on commit 0b552f3

Please sign in to comment.