codebreaker_paratskiy 0.1.9 → 0.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
  SHA256:
3
- metadata.gz: b2d9786b70dc0cf55bd9c7211ca9ddb51d748fe9a62a6b6d66523678da177f36
4
- data.tar.gz: 550aeefb14f618e612e5579fa2187c760c2ce33bb625247e796b61e43ef38f60
3
+ metadata.gz: d60ba63a3fb9559b8551e2f2161b548058a031ef4fa8a1417289052980cd6778
4
+ data.tar.gz: a5741f071c39fd4284983481c2ed4621d982653efffbb00cc90c6b706006f88f
5
5
  SHA512:
6
- metadata.gz: a5e8430ad4e881351e0663e22c3e68aac8ee73cc8a7c5158b25ddc2e682906bade7d1768f83b97bec52b6debbbc97990cc7d32eff6bc4c7655af0139f41e6cac
7
- data.tar.gz: 4606dddff1f3652fbc8c2051dd35c6b9dc7e67d92c834bd5466ccf81c4fd8647e413a93af0a9bd17db36678f6c5b5f6ade964a928bf6227dd83a824a403f8660
6
+ metadata.gz: cd3654311a931212989acf1b7c116a7a141d7ecc11ad2f1c4330c3b4173083eba2c06e1186bfc0f2034f5152eca9d78a31c4acae25ff096edcfd56fc5bab2fa5
7
+ data.tar.gz: 1105ca51a2c4e62cc1f796a53131b73d63011a53e0312371177aa39e65afcddd2279780f2711bffd3bbd085c41788d438eaf369a4c094cf1c37908d1f501daf8
@@ -1,3 +1,3 @@
1
1
  module CodebreakerParatskiy
2
- VERSION = '0.1.9'.freeze
2
+ VERSION = '0.2.0'.freeze
3
3
  end
@@ -11,7 +11,7 @@ class Statistic
11
11
  attempts_used: DIFFICULTIES[game.difficulty_name.to_sym][:attempts] - game.attempts,
12
12
  hints_total: DIFFICULTIES[game.difficulty_name.to_sym][:hints],
13
13
  hints_used: DIFFICULTIES[game.difficulty_name.to_sym][:hints] - game.hints,
14
- date: Time.now.gmtime
14
+ date: Time.now
15
15
  }
16
16
  end
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codebreaker_paratskiy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Paratskiy