spree_core 3.7.5 → 3.7.6
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d6005fbf44740a7bef27f03c416bb5f79f6c3e3fa510d6798680ec4c8540f69
|
|
4
|
+
data.tar.gz: 9140a42a63bf94cbf417164022031ab394c1463bc780cb0b2e572b7d10956313
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06fffc17f66d98ad6bdbeb99df5e393109355463db64a90d0f88ff6051d474eda2f0f252f1f4048b28e2350c093ff5a89bd56db10b57168730846a9b8c8fd647
|
|
7
|
+
data.tar.gz: bd1fe416955abc40d3192f81c96a6e7207d7964466d91167475cb59de623b66abbabe9c1f91e5b32a0106bddd92751a12ecd0cd74b32ab24d18f032c098dacc4
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# work properly
|
|
3
3
|
class ChangeCollationForSpreeTagNames < ActiveRecord::Migration[4.2]
|
|
4
4
|
def up
|
|
5
|
-
if ActsAsTaggableOn::Utils.using_mysql?
|
|
5
|
+
if defined?(ActsAsTaggableOn) && ActsAsTaggableOn::Utils.using_mysql?
|
|
6
6
|
execute("ALTER TABLE spree_tags MODIFY name varchar(255) CHARACTER SET utf8 COLLATE utf8_bin;")
|
|
7
7
|
end
|
|
8
8
|
end
|
data/lib/spree/core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.7.
|
|
4
|
+
version: 3.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Schofield
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemerchant
|