workarea-core 3.5.10 → 3.5.11

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: 6b38c044efaff914d6bbbeff43668f4bef87e963f08df785e1afc1b23acb69ec
4
- data.tar.gz: '087f5d99ee26408269f723973c8199679b21ce894a66657f98457ebb16bfdf0f'
3
+ metadata.gz: 72fffa19332c0b8652c70135ef370a1704350ea0037845df1615c958bd9a8bc8
4
+ data.tar.gz: 717aaef848a0ad75774fc0ed23b41c80362b8657c021d06630296dbdbe3e4dea
5
5
  SHA512:
6
- metadata.gz: b90cfa898d74c2111b43b5ccc5bbef7dba02393184e6f6e4830ba50407bc32217e8f7df3aef7b69c3e990a1e8a9c7c5a4b060b032fe109591ddb8666bda5567d
7
- data.tar.gz: 903fb77fce3abe0e67b553734b3511c03b31a0bc8b9cb73bfd04a2bfbfd72605a5cd711f9e4e0b2d044acf2d0158b3b39dfb2f39fd1951a599afe1b3d20b7b71
6
+ metadata.gz: da8b605d36c1b60257fb73d8e65a3bee6e5b99f03d991861b4eef5ab9338fd00e8787eb1e32d6e1df3905bdc95ec349d3ab022a6b0a7e648e0006eb6341f444e
7
+ data.tar.gz: '09fbd0f844ae5ff48b37f160981b9173982114a0f5584e6846a565be9459697812265e9c4224f82efabfe12265537b3e6bfb0f1c501ad0521bc632d9ca13f82e'
@@ -53,7 +53,7 @@ module Workarea
53
53
  fraud_suspected_at: 1
54
54
  },
55
55
  {
56
- name: 'abandoned_order_email_index',
56
+ name: 'abandoned_order_email_with_fraud_index',
57
57
  background: true
58
58
  }
59
59
  )
@@ -2,7 +2,7 @@ module Workarea
2
2
  module VERSION
3
3
  MAJOR = 3
4
4
  MINOR = 5
5
- PATCH = 10
5
+ PATCH = 11
6
6
  PRE = nil
7
7
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
8
8
 
@@ -51,13 +51,12 @@ db.getSiblingDB("admin").runCommand( { setParameter: 1, notablescan: 0 } )
51
51
  **************************************************
52
52
  ⛔️ WARNING: Dragonfly is configured to use the filesystem.
53
53
 
54
- This means all dragonfly assets (assets, product images, etc.) will be stored
54
+ This means all Dragonfly assets (assets, product images, etc.) will be stored
55
55
  locally and not accessible to all servers within your environment.
56
56
 
57
57
  We recommend using S3 when running in a live environment by setting
58
- WORKAREA_S3_REGION and WORKAREA_S3_BUCKET_NAME in your environment variables.
59
- Workarea will automatically configure Dragonfly to use S3 if those values
60
- are present.
58
+ WORKAREA_S3_REGION and WORKAREA_S3_BUCKET_NAME in your environment variables,
59
+ and setting `Workarea.config.asset_store = :s3` in an initializer.
61
60
  **************************************************
62
61
  eos
63
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.10
4
+ version: 3.5.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Crouse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-28 00:00:00.000000000 Z
11
+ date: 2020-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler