solidus_frontend 3.2.4 → 3.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03e964e74e284bc2b6e6a2cfc0d2f6d9f5fe3ee4dfdcccd2cef330a9ccc1f166
4
- data.tar.gz: ffd245394b40db2d417f53c4cf4796b2c808992db8c4e4f1aa0c91e86782ac4a
3
+ metadata.gz: 8adf30388e389e71dca77cb4f8dee55f1df64a043e89372af4884cb160d289ca
4
+ data.tar.gz: 71f8ee5fdfaddc4584e6cdd0e42f0a9bfdc514d55f9a0012b53e1fc84d025660
5
5
  SHA512:
6
- metadata.gz: 2be664e22169f2398bc17310a96ecbaf91a326721e53c3324f49f9adbd85a0d5d148643079ab91eb97469d59492bd77f33691119ae2615deac583ea8b835cd2d
7
- data.tar.gz: c12af87a481bbac9256d6bcf74eb316158de45e716c2ffb59a23a6ad4e2b7cdc8a28cd10ffdf9855ce7dc732ee0af523f74de4aef02efdf6c1f5f384084ef2c3
6
+ metadata.gz: a5a1da3b4e6de270573d92655f8752040c17bdea4994bb32b432b202a45d5099ad9db9c51e00c6f17de3ef8048d4728b0ed8fab0bffe6b6c16ed348b409c804f
7
+ data.tar.gz: e2813acd5beafac48303daea2c31b00cde89cd5d4c531aa64a43c12d027aea3848bb2185793ad4c4c2d373f823e8197a522a89f350fc1b90fa65dfce6cdc4fd2
data/.circleci/config.yml CHANGED
@@ -2,6 +2,7 @@ version: 2.1
2
2
 
3
3
  orbs:
4
4
  browser-tools: circleci/browser-tools@1.3
5
+ slack: circleci/slack@4.9.3
5
6
 
6
7
  # Always take the latest version of the orb, this allows us to
7
8
  # run specs against Solidus supported versions only without the need
@@ -16,6 +17,13 @@ commands:
16
17
  name: Install libvips
17
18
  command: sudo apt-get install -y libvips
18
19
 
20
+ notify:
21
+ steps:
22
+ - slack/notify:
23
+ event: fail
24
+ template: basic_fail_1
25
+ branch_pattern: master, v[0-9]+\.[0-9]+
26
+
19
27
  jobs:
20
28
  run-specs-with-postgres:
21
29
  executor: solidusio_extensions/postgres
@@ -26,6 +34,7 @@ jobs:
26
34
  - libvips
27
35
  - solidusio_extensions/run-tests-solidus-master
28
36
  - solidusio_extensions/store-test-results
37
+ - notify
29
38
  run-specs-with-mysql:
30
39
  executor: solidusio_extensions/mysql
31
40
  steps:
@@ -35,16 +44,20 @@ jobs:
35
44
  - libvips
36
45
  - solidusio_extensions/run-tests-solidus-master
37
46
  - solidusio_extensions/store-test-results
47
+ - notify
38
48
  lint-code:
39
49
  executor: solidusio_extensions/sqlite-memory
40
50
  steps:
41
51
  - solidusio_extensions/lint-code
52
+ - notify
42
53
 
43
54
  workflows:
44
55
  "Run specs on supported Solidus versions":
45
56
  jobs:
46
- - run-specs-with-postgres
47
- - run-specs-with-mysql
57
+ - run-specs-with-postgres:
58
+ context: slack-secrets
59
+ - run-specs-with-mysql:
60
+ context: slack-secrets
48
61
 
49
62
  "Weekly run specs against master":
50
63
  triggers:
@@ -55,5 +68,7 @@ workflows:
55
68
  only:
56
69
  - master
57
70
  jobs:
58
- - run-specs-with-postgres
59
- - run-specs-with-mysql
71
+ - run-specs-with-postgres:
72
+ context: slack-secrets
73
+ - run-specs-with-mysql:
74
+ context: slack-secrets
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Spree
4
4
  module Frontend
5
- VERSION = "3.2.4"
5
+ VERSION = "3.2.5"
6
6
 
7
7
  def self.version
8
8
  VERSION
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: 3.2.4
4
+ version: 3.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-09 00:00:00.000000000 Z
11
+ date: 2022-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_api