software_challenge_client 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: c4074b13fd465d18b7149f6900ebc838c8339c1a
4
- data.tar.gz: b906a5f6a650d5a166552973622da994b9939ffc
3
+ metadata.gz: c1cf906c8c93b0ede99ddcf245b41cc710fc7cea
4
+ data.tar.gz: 24a317f0dfe1b3cdc6047d61aad821e43da250b7
5
5
  SHA512:
6
- metadata.gz: 6f99030db786cba8ef7689faacae933e9b12d9f913548290a7c10f9605017eff041621773b94dbf4116a9512cc1169539c127cdafa36a6dd8f18287f34643a33
7
- data.tar.gz: 66c02fbccbb2f00b699b83b3e8f61a3aec7a6c8cb3fd3c51048182f3d4a3b1e2c8e621243bc7615473c4e2613ee19fa673afd84ae5b85791d3e40754c2112af7
6
+ metadata.gz: 54483fe768c4eb7c1bd0f17bf2e4f7d22cf38d0f0e7d1dd9da1c582b4aa822bf7972019c95f94643eb8c209eb902061e5f4a32dd9b13aac87787916b88592df7
7
+ data.tar.gz: 88b3e6e68d11f5aeb62443a2f09e49aee5af924d06b0df4e7f5bc043708c74fe15eb75750e9f54605fc56a8c282d9a64a5cd0bf2bdcfc15d19a20d428dc7bbb6
data/RELEASES.md CHANGED
@@ -1,3 +1,7 @@
1
+ = 0.3.1
2
+
3
+ - Fixed bug: Coal was not read from server-XML (thanks to wollw!)
4
+
1
5
  = 0.3.0
2
6
 
3
7
  - Fixed bug where wrong (old) method getMove was called, the new name is
@@ -150,6 +150,7 @@ class Protocol
150
150
  player.x = attributes['x'].to_i
151
151
  player.y = attributes['y'].to_i
152
152
  player.passengers = attributes['passenger'].to_i
153
+ player.coal = attributes['coal'].to_i
153
154
  player.velocity = attributes['speed'].to_i
154
155
  player.movement = player.velocity
155
156
  player
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module SoftwareChallengeClient
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: software_challenge_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'kwollw '
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-10-10 00:00:00.000000000 Z
13
+ date: 2016-12-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typesafe_enum