solidus_frontend 3.4.0.dev → 3.4.0

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: e8633516cfae8a1978b4772df63a235b626faa63368e7f33859ba4a7ecd3f2fa
4
- data.tar.gz: 9a1574469b9f541d4f9ca615a1462d01544496b0e064b73560b87a7c67861925
3
+ metadata.gz: a5205baa504c0281f0011cb8bd970328502c18fa507930177c9c486c54dca5ee
4
+ data.tar.gz: 0b65671c5afcdc4892f24bec82e6b3842aac59b58004e40eb47c1dadc909baab
5
5
  SHA512:
6
- metadata.gz: d6fc1c9e1013059b6eb0a637907ed8669bce24563ad78ee028ae9af6f9b1c8d3d6349c210553b7ebe8d34eb7cb31f2c004516c865fc0244e500e8237aacd1ce2
7
- data.tar.gz: 4deb63c0e242c39b3d38564ed92a6bd621aa1d176c44a05ea1fe524120277f627a3fc146bae5f9fb404fa7fb43d84ec12f1e4c7ca4d6d02400ed3ab05cc06f70
6
+ metadata.gz: 4bb40512b494055406e50cda86a28880205d15c4671968fbbcbdf0aebb2b50147e5bcf288516a8ecaa669aaa49b48b844d6b8ec434002b8b65bf6fcc588e2599
7
+ data.tar.gz: 9cf2c0f36502934bc3e5690277ff51cabd531f4832055f6eecd2527ea43890f630a1fe6e67eab97baa3838cced397c04e5729979fdc87b277fdf9cb3683d22a8
data/.circleci/config.yml CHANGED
@@ -2,7 +2,6 @@ version: 2.1
2
2
 
3
3
  orbs:
4
4
  browser-tools: circleci/browser-tools@1.3
5
- slack: circleci/slack@4.9.3
6
5
 
7
6
  # Always take the latest version of the orb, this allows us to
8
7
  # run specs against Solidus supported versions only without the need
@@ -19,13 +18,6 @@ commands:
19
18
  sudo apt-get update
20
19
  sudo apt-get install -yq libvips-dev
21
20
 
22
- notify:
23
- steps:
24
- - slack/notify:
25
- event: fail
26
- template: basic_fail_1
27
- branch_pattern: master, v[0-9]+\.[0-9]+
28
-
29
21
  jobs:
30
22
  run-specs-with-postgres:
31
23
  executor: solidusio_extensions/postgres
@@ -36,7 +28,6 @@ jobs:
36
28
  - libvips
37
29
  - solidusio_extensions/run-tests-solidus-master
38
30
  - solidusio_extensions/store-test-results
39
- - notify
40
31
  run-specs-with-mysql:
41
32
  executor: solidusio_extensions/mysql
42
33
  steps:
@@ -46,20 +37,16 @@ jobs:
46
37
  - libvips
47
38
  - solidusio_extensions/run-tests-solidus-master
48
39
  - solidusio_extensions/store-test-results
49
- - notify
50
40
  lint-code:
51
41
  executor: solidusio_extensions/sqlite-memory
52
42
  steps:
53
43
  - solidusio_extensions/lint-code
54
- - notify
55
44
 
56
45
  workflows:
57
46
  "Run specs on supported Solidus versions":
58
47
  jobs:
59
- - run-specs-with-postgres:
60
- context: slack-secrets
61
- - run-specs-with-mysql:
62
- context: slack-secrets
48
+ - run-specs-with-postgres
49
+ - run-specs-with-mysql
63
50
 
64
51
  "Weekly run specs against master":
65
52
  triggers:
@@ -70,7 +57,5 @@ workflows:
70
57
  only:
71
58
  - master
72
59
  jobs:
73
- - run-specs-with-postgres:
74
- context: slack-secrets
75
- - run-specs-with-mysql:
76
- context: slack-secrets
60
+ - run-specs-with-postgres
61
+ - run-specs-with-mysql
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## Solidus v3.4.0 (v3.4, 2023-04-21)
4
+
3
5
  ## Solidus v3.3.0 (v3.3, 2023-01-24)
4
6
 
5
7
  - Fix CircleCI errors due to libvips not being found [#27](https://github.com/solidusio/solidus_frontend/pull/27) ([waiting-for-dev](https://github.com/waiting-for-dev))
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Spree
4
4
  module Frontend
5
- VERSION = "3.4.0.dev"
5
+ VERSION = "3.4.0"
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.4.0.dev
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_api
@@ -374,7 +374,7 @@ metadata:
374
374
  homepage_uri: http://solidus.io
375
375
  source_code_uri: https://github.com/solidusio/solidus_frontend
376
376
  changelog_uri: https://github.com/solidusio/solidus_frontend/blob/master/CHANGELOG.md
377
- post_install_message:
377
+ post_install_message:
378
378
  rdoc_options: []
379
379
  require_paths:
380
380
  - lib
@@ -389,8 +389,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
389
389
  - !ruby/object:Gem::Version
390
390
  version: 1.8.23
391
391
  requirements: []
392
- rubygems_version: 3.3.22
393
- signing_key:
392
+ rubygems_version: 3.4.6
393
+ signing_key:
394
394
  specification_version: 4
395
395
  summary: Legacy cart and storefront for the Solidus e-commerce project. For new Solidus
396
396
  apps, we recommend that you use [SolidusStarterFrontend](https://github.com/solidusio/solidus_starter_frontend)