cloudwalk_handshake 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/RELEASE_NOTES.md +7 -0
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25f5040989f367f208e4bd6b4c4ae1d8077b8c29
|
4
|
+
data.tar.gz: 3f1c78e7e689058485c126662c6cb931f251b39a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3307e1074e184b389681ca99954edb96aae5ceb11449275e9cb325c68baaf89ff2e9fb65f28871ceac8fd12e42a091b84f87664086e05172dbaba777a6e8c06b
|
7
|
+
data.tar.gz: 74aae374b7751b16593a798b11bda32a1e2a6f616d832224a7a2ca3d252743209c93aa61cbef1713657596c171886948de6fcba2ad575a546a3c00cb14f46d1a
|
data/Gemfile.lock
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cloudwalk_handshake (1.
|
4
|
+
cloudwalk_handshake (1.2.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
archive-zip (0.
|
9
|
+
archive-zip (0.12.0)
|
10
10
|
io-like (~> 0.3.0)
|
11
11
|
cloudwalk (1.14.1)
|
12
12
|
bundler
|
@@ -20,10 +20,10 @@ GEM
|
|
20
20
|
rake
|
21
21
|
funky-emv (0.20.2)
|
22
22
|
funky-tlv (~> 0.2)
|
23
|
-
funky-simplehttp (0.
|
23
|
+
funky-simplehttp (0.6.0)
|
24
24
|
funky-tlv (0.2.3)
|
25
25
|
io-like (0.3.0)
|
26
|
-
posxml_parser (2.
|
26
|
+
posxml_parser (2.15.0)
|
27
27
|
funky-emv (~> 0.3)
|
28
28
|
rake (10.5.0)
|
29
29
|
|
data/RELEASE_NOTES.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# CloudWalk Handshake
|
2
2
|
|
3
|
+
### 1.2.0 - 2019-03-13
|
4
|
+
|
5
|
+
- Bug fix LogRegister sent size log information;
|
6
|
+
- Rename LogRegister.cw_websocket_trasction_nsu to log_websocket_trasction_nsu and implement support to receive a buffer that could contain a NSU information;
|
7
|
+
- Bug fix MessageParser::identify removing http verb match;
|
8
|
+
- Support CwHttpSocket logging.
|
9
|
+
|
3
10
|
### 1.1.0 - 2019-03-12
|
4
11
|
|
5
12
|
- Update cloudwalk (1.14.1);
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudwalk_handshake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thiago Scalone
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|