solidus_frontend 3.2.3 → 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: eebae1a578ccef13763aae2f880084ea916b8c5c301e75a93e3bb1f0333c0612
4
- data.tar.gz: 61c312835a7088c48913e89ad241fc82168eb78f6203d57e280a6b0242487f66
3
+ metadata.gz: 8adf30388e389e71dca77cb4f8dee55f1df64a043e89372af4884cb160d289ca
4
+ data.tar.gz: 71f8ee5fdfaddc4584e6cdd0e42f0a9bfdc514d55f9a0012b53e1fc84d025660
5
5
  SHA512:
6
- metadata.gz: e9301db399d79217b263a48445d7ed4c3e5db1c6898a10db064f8015ee24a1d26f9d69a3768e30157b92f3b36ec9b0b237b135fe5d9aaccb61cdc30bea203f73
7
- data.tar.gz: aeba402ec31608d809ff379950344d8c594d675c5b38dfe45447804bf03e1443f2528c6be55ad8e6c63100adbff960671ab4872b9b9e09a32d06d0bfe51b089e
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.3"
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.3
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-03 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