workarea-forter 1.3.1 → 1.3.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b06ef9f1e2d19ad7ffede01c1d78496296ab35483bdf14558b4c36cce52e6a06
|
4
|
+
data.tar.gz: 3d2c65947157c7f51de0337db9dccbc3b18dec72c0a842e20938a439dc14cad3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 793694cbe7b4987624a933de3846e6f995fffd5140f2b308d69545d183fab7787e31ef5b9c9dc5093b3208107e139fed284ac2711f41ed9f3ebc86dc15bcfd98
|
7
|
+
data.tar.gz: fc045c67d7421b68d135ca616acbdcf5414ee899490d079465f3ea258ca7c70800c57911dac3ccca62e0fd7bfc9c7756f51ccfbf3dc31ae44b4d5e7f5e10fc19
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
Workarea Forter 1.3.2 (2020-01-21)
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
|
4
|
+
* Fix Tests for 2020
|
5
|
+
|
6
|
+
Update all tests so that they no longer depend on the year 2020 as an
|
7
|
+
expiration year. Instead, use the method provided by Workarea.
|
8
|
+
|
9
|
+
FORTER-2
|
10
|
+
Tom Scott
|
11
|
+
|
12
|
+
|
13
|
+
|
1
14
|
Workarea Forter 1.3.1 (2020-01-07)
|
2
15
|
--------------------------------------------------------------------------------
|
3
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea-forter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Yucis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
|
-
rubygems_version: 3.
|
194
|
+
rubygems_version: 3.1.2
|
195
195
|
signing_key:
|
196
196
|
specification_version: 4
|
197
197
|
summary: Forter Fraud Protection integration with Workarea
|