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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 638f9f7f32ca52b5dabc2393164c924443ccd4fe
4
- data.tar.gz: ea8e047ee9c56665a9da5c1907ad5b18de83d01a
3
+ metadata.gz: 25f5040989f367f208e4bd6b4c4ae1d8077b8c29
4
+ data.tar.gz: 3f1c78e7e689058485c126662c6cb931f251b39a
5
5
  SHA512:
6
- metadata.gz: fe93decc7c5245bc62e867796c0351ac0f3769e445d2266f356d412b7eb8f7de0906f0ed21cba8ad05275f79f49c15726d3441a2dd165451d37ef940d3767e56
7
- data.tar.gz: de62f6db196cf506f9b68e36e0fc281292342ce2eeb7cef46e793f71e34978ba037e75637c163fe750fcbe49c0f22a4e19d8bc32b154322959adfe7c635d75c5
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.1.0)
4
+ cloudwalk_handshake (1.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- archive-zip (0.11.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.5.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.14.0)
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
@@ -1,6 +1,6 @@
1
1
 
2
2
  class CloudwalkHandshake
3
3
  def self.version
4
- "1.1.0"
4
+ "1.2.0"
5
5
  end
6
6
  end
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.1.0
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-12 00:00:00.000000000 Z
11
+ date: 2019-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler