openra 4.0.0 → 4.0.1

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
  SHA256:
3
- metadata.gz: ffa865d3e9489b00e005822cb07c6d586bdeab1f16475a81a0fc752920e46192
4
- data.tar.gz: cc8166eeb9d81ba373bd8e570e5ddb82122a2657044321e853683a32de4f7946
3
+ metadata.gz: 2f78a7b23b3de1f8ff86b7da07a600488a25cbe70e3474f4da6d90842ff311ae
4
+ data.tar.gz: 626f986c4fe746e1bbbc24668545f1f07ea821c6e6992268df3bb633ac159809
5
5
  SHA512:
6
- metadata.gz: 70b0c4a280854133fb7cbb4ea961075393966a781ec1310bb1e33f6cf7198e29c0655a167cdb24731eea1055111e43a0d01210e3db89b1f69ea062873381390a
7
- data.tar.gz: be5f4bbbb31afa430c8a78d6987ed7441dcc27107add02583bf66ce7322b1bb2891dd8ae3f5c29afa5d60ab0a1bd1ece4f62f03b26bec6722443d9b03513351d
6
+ metadata.gz: 0a5b606ddfc95cf24786c87a4801eca3242becd9a82e3585a5df80e921f821bf174f4a8c9b30e70bfc39ae8732d49b077ecc82f77ed1403245eadb03d083dfbe
7
+ data.tar.gz: b0c10b6128285503389c919c0db3cb0e587ce9d9cff7c6788fbebea06a1c303a2c82a2e4a601c0bc225a7fea34eca00ca84748657828fd7d88f8c9a95136c852
@@ -1,22 +1,36 @@
1
1
  ## Unreleased
2
2
 
3
- [Compare v4.0.0...HEAD](https://github.com/AMHOL/openra-ruby/compare/v3.0.0...HEAD)
3
+ [Compare v4.0.1...HEAD](https://github.com/AMHOL/openra-ruby/compare/v4.0.1...HEAD)
4
+
5
+ ## v4.0.1
6
+
7
+ ### Fixed
8
+
9
+ * [maint] Ignore empty SyncLobbyClients orders ([AMHOL](https://github.com/AMHOL))
10
+
11
+ [Compare v4.0.0...v4.0.1](https://github.com/AMHOL/openra-ruby/compare/v4.0.0...v4.0.1)
4
12
 
5
13
  ## v4.0.0
6
14
 
7
- * [maint] Support playtest-20201213 - drops support for all older clients
8
- * [core] Generate file hash in replay-data and replay-metadata commands
15
+ ### Added
16
+
17
+ * [maint] Support playtest-20201213 - drops support for all older clients ([AMHOL](https://github.com/AMHOL))
18
+ * [core] Generate file hash in replay-data and replay-metadata commands ([AMHOL](https://github.com/AMHOL))
9
19
 
10
20
  [Compare v3.0.1...v4.0.0](https://github.com/AMHOL/openra-ruby/compare/v3.0.1...v4.0.0)
11
21
 
12
22
  ## v3.0.1
13
23
 
24
+ ### Added
25
+
14
26
  * [maint] Added openra-commands file to load stand-alone commands ([AMHOL](https://github.com/AMHOL))
15
27
 
16
28
  [Compare v3.0.0...v3.0.1](https://github.com/AMHOL/openra-ruby/compare/v3.0.0...v3.0.1)
17
29
 
18
30
  ## v3.0.0
19
31
 
32
+ ### Added
33
+
20
34
  * [replay-metadata] Renamed metadata command to replay-metadata ([AMHOL](https://github.com/AMHOL))
21
35
 
22
36
  [Compare v2.3.1...v3.0.0](https://github.com/AMHOL/openra-ruby/compare/v2.3.0...v3.0.0)
@@ -101,6 +101,8 @@ module Openra
101
101
  )
102
102
  current_sync_clients = current_sync_info.clients
103
103
  when 'SyncLobbyClients'
104
+ next if order.target == "\n"
105
+
104
106
  current_sync_clients = Openra::Struct::SyncLobbyClients.new(
105
107
  Openra::MiniYAML.load(order.target)
106
108
  ).clients
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Openra
4
- VERSION = '4.0.0'.freeze
4
+ VERSION = '4.0.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openra
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Holland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-05 00:00:00.000000000 Z
11
+ date: 2021-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler