workarea 3.4.20 → 3.4.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +58 -0
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 679d313925cf4c41c12ff6f56432e0c8188ef1fdde78435ff4f3d81eeef6c2a3
|
4
|
+
data.tar.gz: 5e12ee54f41adc791272a18cbbe39524d61fbf48fc4f878ea709e712359b7b22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2580fc79025381afb7bffe140bc99cdd6a9d14dcabc147c364ea7eca49aae0dc7e3ab2d6f99ea451163c3251e85b73dcc504d2cdcbd4c3666601b05a1291509
|
7
|
+
data.tar.gz: 37569795635edc634e462a4353cf25ead0293ddbee43d13b639936d56d3df99c5ca7de7ad7fdc5bb1115707efb54a380192271a92232b5fdabcf00dada5127db
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1
|
+
Workarea 3.4.21 (2019-11-12)
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
|
4
|
+
* Update `Redis::Rack::Cache` to v2.2.0
|
5
|
+
|
6
|
+
This new version requires `Rack::Cache` v1.10 and enables over-the-wire
|
7
|
+
gzip compression to the Redis server. This feature is useful for
|
8
|
+
extremely high traffic sites, but should be used with caution since it
|
9
|
+
will increase the CPU/RAM load on your application server. You should
|
10
|
+
use this if the trade-off between RAM increase and bandwidth decrease
|
11
|
+
makes sense.
|
12
|
+
|
13
|
+
WORKAREA-94
|
14
|
+
Tom Scott
|
15
|
+
|
16
|
+
* Bump Chartkick dependency to fix security warning
|
17
|
+
|
18
|
+
Fixes bundler-audit failures in builds.
|
19
|
+
Ben Crouse
|
20
|
+
|
21
|
+
* Add index to SearchByDay model
|
22
|
+
|
23
|
+
Bryan Alexander
|
24
|
+
|
25
|
+
* Remove now-unneeded version restriction on the BSON gem
|
26
|
+
|
27
|
+
If we remove this restriction, we can use newer versions of the `mongo` gem, which contain cluster fixes.
|
28
|
+
Ben Crouse
|
29
|
+
|
30
|
+
* [DOCS] Rename and update doc for testing CC transactions
|
31
|
+
|
32
|
+
Rename "Test a Credit Card Transaction" to
|
33
|
+
"Manually Test Credit Card Transactions" and update the content.
|
34
|
+
|
35
|
+
The content was specific to a particular gateway and didn't make that
|
36
|
+
clear. These changes provide a generic solution in addition to the
|
37
|
+
specifics for the default gateway.
|
38
|
+
|
39
|
+
The title confused devs who reviewed this doc in a different PR,
|
40
|
+
thinking that it had to do with automated testing.
|
41
|
+
|
42
|
+
WORKAREA-13
|
43
|
+
Chris Cressman
|
44
|
+
|
45
|
+
* Adds graceful handling of timestamps from CSV imports
|
46
|
+
|
47
|
+
WORKAREA-24
|
48
|
+
Matt Duffy
|
49
|
+
|
50
|
+
* Don't shell out to bundler to get gem path
|
51
|
+
|
52
|
+
This can cause problems if bundler outputs warnings/errors. There's a safe way to do it in Ruby, so use that instead.
|
53
|
+
|
54
|
+
Fixes #191
|
55
|
+
Ben Crouse
|
56
|
+
|
57
|
+
|
58
|
+
|
1
59
|
Workarea 3.4.20 (2019-10-30)
|
2
60
|
--------------------------------------------------------------------------------
|
3
61
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Crouse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea-core
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.4.
|
19
|
+
version: 3.4.21
|
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: 3.4.
|
26
|
+
version: 3.4.21
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: workarea-storefront
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.4.
|
33
|
+
version: 3.4.21
|
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: 3.4.
|
40
|
+
version: 3.4.21
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: workarea-admin
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.4.
|
47
|
+
version: 3.4.21
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.4.
|
54
|
+
version: 3.4.21
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: workarea-testing
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.4.
|
61
|
+
version: 3.4.21
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.4.
|
68
|
+
version: 3.4.21
|
69
69
|
description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
|
70
70
|
email:
|
71
71
|
- bcrouse@workarea.com
|