We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caab38e commit 0b552f3Copy full SHA for 0b552f3
lib/mysql-binuuid/version.rb
@@ -1,3 +1,3 @@
1
module MySQLBinUUID
2
- VERSION = "1.2.1"
+ VERSION = "1.3.0"
3
end
mysql-binuuid-rails.gemspec
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
17
spec.require_paths = ["lib"]
18
spec.files = Dir["**/*"].select { |f| File.file?(f) }
19
+ .reject { |f| f.end_with?(".gem") }
20
21
spec.required_ruby_version = ">= 2.6"
22
0 commit comments