codebreaker_vk 1.0.2 → 1.0.3

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: b9c67d856b497dd0cda5b38e3bc9c93de7eccce75884853c1fa8c38bf0ebe27a
4
- data.tar.gz: 76a3ab27a18a4d0273c6c4234f8a4c88ebdd020256476eeb4a894a3f8f5f2074
3
+ metadata.gz: '00285b9a0e965826c88a4269cba7da978a03778b34482af87256efee38230eea'
4
+ data.tar.gz: 3f542e6a43ebccca7062b9025078eb643b3471636463a494c45f0001b9c8900e
5
5
  SHA512:
6
- metadata.gz: e3901dc750f5d98e47c64e6f21603b1c94f797875dd37577075e45d18d4b45a1710aa9c12c0843193a33522311b58db86e20ef4758b1ec993b5e415155ce04de
7
- data.tar.gz: b2b2ef2bfdea7e833fa64dfbbfef527d12672627723b29c633e07a55e30cf8fa5704625272096ef24f28af7d1ef659a1adba182b75746dfde3b1ccd39a436089
6
+ metadata.gz: 4498decd2e6581f9c030db8a115c5f04d60575b84fdc61a71711edbacfc02f1224a5f9d0d6240d0d0bfbae08a3822be7adef8016f096748418bedb1e078b9945
7
+ data.tar.gz: b6290b89126342ca7d293763f2b05efa401949c62d6f9e55c3ffb792272617ddc29561b3f3005d90613f2c68fb1e5e8b9ef61ff8b68f99dda07dca78af8c68f2
data/.gitignore CHANGED
@@ -11,3 +11,4 @@
11
11
  .rspec_status
12
12
  /.idea/
13
13
  .idea
14
+ /gem_versions/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- codebreaker_vk (1.0.2)
4
+ codebreaker_vk (1.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.license = 'MIT'
17
17
 
18
18
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|gem_versions)/}) }
20
20
  end
21
21
  spec.bindir = 'exe'
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -6,3 +6,10 @@
6
6
  attempts_used: 11
7
7
  hints_total: 3
8
8
  hints_used: 3
9
+ - !ruby/object:CodebreakerVk::TableData
10
+ name: rere
11
+ difficulty: :easy
12
+ attempts_total: 15
13
+ attempts_used: 5
14
+ hints_total: 3
15
+ hints_used: 3
@@ -9,9 +9,9 @@ module CodebreakerVk
9
9
  NOT_YET = '-'
10
10
  GOT_IT = '+'
11
11
  DIFFICULTY_LEVEL = {
12
- easy: { attempts: 15, hints: 3 },
13
- medium: { attempts: 10, hints: 2 },
14
- hell: { attempts: 5, hints: 1 }
12
+ easy: { attempts: 15, hints: 3 },
13
+ medium: { attempts: 10, hints: 2 },
14
+ hell: { attempts: 5, hints: 1 }
15
15
  }.freeze
16
16
 
17
17
  attr_accessor :attempts_total, :attempts, :difficulty, :hints_total, :hints, :name, :secret
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodebreakerVk
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codebreaker_vk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - VKuzmich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-01 00:00:00.000000000 Z
11
+ date: 2019-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -173,12 +173,6 @@ files:
173
173
  - autoload.rb
174
174
  - bin/console
175
175
  - bin/setup
176
- - codebreaker_vk-0.1.0.gem
177
- - codebreaker_vk-0.2.0.gem
178
- - codebreaker_vk-0.2.1.gem
179
- - codebreaker_vk-0.2.2.gem
180
- - codebreaker_vk-0.2.3.gem
181
- - codebreaker_vk-1.0.1.gem
182
176
  - codebreaker_vk.gemspec
183
177
  - config/i18n.rb
184
178
  - config/locales/en.yml
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file