codebreaker-yeroshek 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36715c3b466312034ceaf5adf07ab30c323dcd0b00b19cd226116e396d9b2cb6
4
- data.tar.gz: e51c58d51db5c50cd220e8a368e951c265268ff0562b2bab3526dc1308f20448
3
+ metadata.gz: 00a97f8265c05b7b23f4353ac2ef6fc5b59f277a50526a75cf000ffc7f6051a6
4
+ data.tar.gz: d6047a1d1cbdc29f02d7b7feb704469138eae8c933aaa85c221d8400324756a4
5
5
  SHA512:
6
- metadata.gz: 2cb6c21645bd2c13e9ccb449b265f29d0629eeb5997cb5d7ba38dc3e16273578e6457f33766cf39afd7cacc6d6ddd98f9f29ad8432548c5cf91043e294aad1bf
7
- data.tar.gz: 30cf50431031150bfe8ff149f642985aadece5a1279139141bb4199393d9562dcad88b8ba8353562d182448017086c769a6fbb1cf51237d13cce2da621ef2c0a
6
+ metadata.gz: 689add4d50e86a76bcebbe2a16b133edb37f937a09cb7c4cc9c34975b2eb2fbe2f9c9bb74f99245a5972ea4d88785d22ea4748271338c0e05d6a63d174b0dcf0
7
+ data.tar.gz: d7149b75e04a7eb73f8167f740c1fdfc11a35e5c5d00bbf7dee25d554934b8d89c4614a8d82466c1e8b5554a7f7ddf041eea8618564a66789be9eca51934ba82
@@ -52,7 +52,8 @@ module Codebreaker
52
52
  all_attempts: @difficulty[:attempts],
53
53
  all_hints: @difficulty[:hints],
54
54
  attempts_used: @difficulty[:attempts] - @attempts,
55
- hints_used: @difficulty[:hints] - @hints.length
55
+ hints_used: @difficulty[:hints] - @hints.length,
56
+ date: Time.now
56
57
  }
57
58
  end
58
59
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Codebreaker
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codebreaker-yeroshek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Yeroshek
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-01 00:00:00.000000000 Z
11
+ date: 2019-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler