active_record_mutex 2.3.4 → 2.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60ad881c3d0757d14d5ec9c12ac3740b95ba0d32
4
- data.tar.gz: e0f2cc67ac0407f5652f40931d17e9785757bcd3
3
+ metadata.gz: ec64ef96f6344b8ea8ee303c05d3b50e13675b1e
4
+ data.tar.gz: 87a4035d44852b98aff0bd8f10690e4a3534eeeb
5
5
  SHA512:
6
- metadata.gz: 690678e820f5849c845fd5c992832e561cecc4e8341ede697c7cdac0cd5b34ba551f4b5f7f4911d7f948c24d3f3890b7acc36227dfa395ccc046e33fd1b54b21
7
- data.tar.gz: 6c0feddd0d11bd30893842b129c51ca8deea17a1c8dfb19bb1ed1a732389051d27ef036ebd0ac2b4cadfb3da4db6721fc443d1323359cdba656dfa738bcd03b5
6
+ metadata.gz: c2009871706a713c4cc49f82a00d57ddcd07d9f57f0117fd27881c70bd4135a60d7eed921e7881add922ac7d840dbc2eb857b8c8235f1477239a43f71f4cc5c4
7
+ data.tar.gz: 6c6dfdca322b32700c9c45a631f02831fabb1e093f583d366bcc46230ca2b04d131c98856235596d057d1da6ca9d0aa709941a0dd71fa19d38551e45ad2285fe
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.4
1
+ 2.3.5
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: active_record_mutex 2.3.4 ruby lib
2
+ # stub: active_record_mutex 2.3.5 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "active_record_mutex"
6
- s.version = "2.3.4"
6
+ s.version = "2.3.5"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
@@ -14,7 +14,7 @@ module ActiveRecord
14
14
  name CHAR(255) NOT NULL,
15
15
  counter INT UNSIGNED NOT NULL DEFAULT 1,
16
16
  PRIMARY KEY (name)
17
- )
17
+ ) DEFAULT CHARSET=utf8mb4
18
18
  }
19
19
  end
20
20
 
@@ -1,6 +1,6 @@
1
1
  module ActiveRecord::DatabaseMutex
2
2
  # ActiveRecord::DatabaseMutex version
3
- VERSION = '2.3.4'
3
+ VERSION = '2.3.5'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_mutex
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.4
4
+ version: 2.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank