solidus_frontend 1.0.0.pre → 1.0.0.pre2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a6e06ed9140c22fcf312ab7d73c11184bc32f28
|
|
4
|
+
data.tar.gz: c992f73902237da237019aa3dc1baaf21a038a8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40b42af6e6cbe5c83ec01353341f9814bc0702b97c918127db13b760e05f02b64c590ae26af8e1e86b7ff3350f4e6d59b6d50b041e063b15956734580ec05767
|
|
7
|
+
data.tar.gz: 5cdf9492be39d71824fe7ab45dd064eee5568731bd3489343673be9698ac25f3280b6b9792cfce5d6b0d989f9bc7526a4269efb816b9f2eb95818c85d9482fce
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solidus_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.pre2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Solidus Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: solidus_api
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0.0.
|
|
19
|
+
version: 1.0.0.pre2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.0.0.
|
|
26
|
+
version: 1.0.0.pre2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: solidus_core
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.0.0.
|
|
33
|
+
version: 1.0.0.pre2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.0.0.
|
|
40
|
+
version: 1.0.0.pre2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: canonical-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description:
|
|
83
|
+
description: Cart and storefront for the Solidus e-commerce project.
|
|
84
84
|
email: contact@solidus.io
|
|
85
85
|
executables: []
|
|
86
86
|
extensions: []
|
|
@@ -185,10 +185,6 @@ files:
|
|
|
185
185
|
- app/views/spree/taxons/show.html.erb
|
|
186
186
|
- config/initializers/assets.rb
|
|
187
187
|
- config/initializers/canonical_rails.rb
|
|
188
|
-
- config/initializers/check_for_orphaned_preferences.rb
|
|
189
|
-
- config/initializers/deprecation_checker.rb
|
|
190
|
-
- config/initializers/rails_5868.rb
|
|
191
|
-
- config/initializers/spree.rb
|
|
192
188
|
- config/routes.rb
|
|
193
189
|
- lib/solidus_frontend.rb
|
|
194
190
|
- lib/spree/frontend.rb
|
|
@@ -520,8 +516,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
520
516
|
requirements:
|
|
521
517
|
- none
|
|
522
518
|
rubyforge_project: solidus_frontend
|
|
523
|
-
rubygems_version: 2.
|
|
519
|
+
rubygems_version: 2.4.5
|
|
524
520
|
signing_key:
|
|
525
521
|
specification_version: 4
|
|
526
|
-
summary:
|
|
522
|
+
summary: Cart and storefront for the Solidus e-commerce project.
|
|
527
523
|
test_files: []
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
begin
|
|
2
|
-
required_column_names = ["owner_id", "owner_type", "name"]
|
|
3
|
-
if (Spree::Preference.column_names & required_column_names) == required_column_names
|
|
4
|
-
ActiveRecord::Base.connection.execute("SELECT owner_id, owner_type, name, value FROM spree_preferences WHERE 'key' IS NULL").each do |pref|
|
|
5
|
-
warn "[WARNING] Orphaned preference `#{pref[2]}` with value `#{pref[3]}` for #{pref[1]} with id of: #{pref[0]}, you should reset the preference value manually."
|
|
6
|
-
end
|
|
7
|
-
end
|
|
8
|
-
rescue
|
|
9
|
-
end
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# check for incorect product assets path in public directory
|
|
4
|
-
if File.exist?(Rails.root.join("public/assets/products")) || File.exist?(Rails.root.join("public/assets/taxons"))
|
|
5
|
-
puts %q{[DEPRECATION] Your applications public directory contains an assets/products and/or assets/taxons subdirectory.
|
|
6
|
-
Run `rake spree:assets:relocate_images` to relocate the images.}
|
|
7
|
-
end
|