Skip to content

Commit 0b552f3

Browse files
authored
Version 1.3.0 (#43)
* Forgot to up version in Ruby file * Avoid built gems to be added to the gem
1 parent caab38e commit 0b552f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/mysql-binuuid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MySQLBinUUID
2-
VERSION = "1.2.1"
2+
VERSION = "1.3.0"
33
end

mysql-binuuid-rails.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
1616

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

2021
spec.required_ruby_version = ">= 2.6"
2122

0 commit comments

Comments
 (0)