solidus_backend 2.1.0.rc1 → 2.1.0
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 +4 -4
- data/spec/features/admin/products/edit/images_spec.rb +0 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25eb9823eab64808b4f0a15a31861752b9e5d67a
|
|
4
|
+
data.tar.gz: ebd1067f90ebc268d05971cebe5f84a63f33204b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd60fd793cb9675b778a1355084587536305d7bd39d1dffea090675248cf9787a3bc674f4715e5a36c3627015b2ed5503f4f2bd52610dc8c8d42708960572390
|
|
7
|
+
data.tar.gz: 2d5ad6bf0339048ab1ef2dc86c73b786b3d8f69c776f2bf0811866eddb54617f6011cde58eb9c0dc362b5da55819090553f3c3cf1e32b56e8a292476b0f1ace7
|
|
@@ -53,8 +53,6 @@ describe "Product Images", type: :feature do
|
|
|
53
53
|
within_fieldset 'Upload Image' do
|
|
54
54
|
# Can also pass multiple files in the array, but SQLite gives a deadlock on insert
|
|
55
55
|
attach_file('image_attachment', [file_path], visible: false)
|
|
56
|
-
expect(page).to have_css("progress", count: 1)
|
|
57
|
-
expect(page).to have_text("ror_ringer")
|
|
58
56
|
end
|
|
59
57
|
|
|
60
58
|
expect(page).not_to have_content("No images found")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solidus_backend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Solidus Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-17 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: 2.1.0
|
|
19
|
+
version: 2.1.0
|
|
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: 2.1.0
|
|
26
|
+
version: 2.1.0
|
|
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: 2.1.0
|
|
33
|
+
version: 2.1.0
|
|
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: 2.1.0
|
|
40
|
+
version: 2.1.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: sass-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -895,7 +895,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
895
895
|
requirements:
|
|
896
896
|
- none
|
|
897
897
|
rubyforge_project:
|
|
898
|
-
rubygems_version: 2.
|
|
898
|
+
rubygems_version: 2.6.8
|
|
899
899
|
signing_key:
|
|
900
900
|
specification_version: 4
|
|
901
901
|
summary: Admin interface for the Solidus e-commerce framework.
|