steam-condenser 0.11.0 → 0.11.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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 11
4
- :patch: 0
4
+ :patch: 1
@@ -27,8 +27,8 @@ class RCONSocket < SteamSocket
27
27
  raise RCONBanException if receive_packet(1440) == 0
28
28
 
29
29
  packet_data = @buffer.get
30
- packet_size = @buffer.long + 4
31
30
  @buffer.rewind
31
+ packet_size = @buffer.long + 4
32
32
 
33
33
  if packet_size > 1440
34
34
  remaining_bytes = packet_size - @buffer.size
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steam-condenser
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 0
10
- version: 0.11.0
9
+ - 1
10
+ version: 0.11.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sebastian Staudt
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-02 00:00:00 +02:00
18
+ date: 2010-07-05 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21