codebreaker_diz 0.2.9 → 0.3.pre.1

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: 9c63b3981ee62d779b861daf494ced750e5124ffe890bc4d15bbd954cac377e1
4
- data.tar.gz: a56766f0b3c54e8e2ad97e0d07ca3847c9fe21b23ac6afd80ad8218381caef6a
3
+ metadata.gz: 1136f3146376358b08b29342bbc4cb1d676b90a6ac940e138bc96a1f6c897fda
4
+ data.tar.gz: 3ebe53708956f8f52e61936f178e37cd97bab91b43000ca46f3e83a29656b251
5
5
  SHA512:
6
- metadata.gz: fb2c4745e128e13e7ebeaa15dbc7b088ff4830e6a38ce6f8d82bd19a7f8936590263fee1e5b47ca2ed21bd176875af5338c11489c37a067a79a8635f20b666e6
7
- data.tar.gz: 2214f292eb18bd7ed7aae6b9f83a0fdb651517299bf55645a7278752ae690a9b7bfa50303a9ed75601e97d0a979f824a4d5045b29dd531f4cf3f6677757345bc
6
+ metadata.gz: 8a812d6a79a8afb7ce727fa050813afce2ea4e76329ea03704a9f8adad37401f590034ea719779b3c7ce665b792dd674531a52a7dfccea9b732cfdf55071fcc4
7
+ data.tar.gz: 93e56f277a5b01c8c9e169b850f99b7c7a6f3537cdbe0407c8e875b6a5748217fa63586ba6719a2c49570f70e87960f80b2a130c19b4303f2f91f4231fc343e9
data/Gemfile.lock CHANGED
@@ -17,13 +17,13 @@ GEM
17
17
  coderay (1.1.2)
18
18
  colorize (0.8.1)
19
19
  diff-lcs (1.3)
20
- docile (1.3.1)
20
+ docile (1.3.2)
21
21
  fasterer (0.5.1)
22
22
  colorize (~> 0.7)
23
23
  ruby_parser (>= 3.13.0)
24
24
  ffi (1.11.1)
25
25
  iniparse (1.4.4)
26
- jaro_winkler (1.5.2)
26
+ jaro_winkler (1.5.3)
27
27
  json (2.2.0)
28
28
  method_source (0.9.2)
29
29
  overcommit (0.48.1)
@@ -41,15 +41,15 @@ GEM
41
41
  rspec-core (~> 3.8.0)
42
42
  rspec-expectations (~> 3.8.0)
43
43
  rspec-mocks (~> 3.8.0)
44
- rspec-core (3.8.0)
44
+ rspec-core (3.8.1)
45
45
  rspec-support (~> 3.8.0)
46
- rspec-expectations (3.8.3)
46
+ rspec-expectations (3.8.4)
47
47
  diff-lcs (>= 1.2.0, < 2.0)
48
48
  rspec-support (~> 3.8.0)
49
- rspec-mocks (3.8.0)
49
+ rspec-mocks (3.8.1)
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.8.0)
52
- rspec-support (3.8.0)
52
+ rspec-support (3.8.2)
53
53
  rubocop (0.69.0)
54
54
  jaro_winkler (~> 1.5.1)
55
55
  parallel (~> 1.10)
@@ -60,7 +60,7 @@ module CodebreakerDiz
60
60
 
61
61
  def data
62
62
  {
63
- difficulty: DIFFICULTIES.keys.index(@difficulty),
63
+ difficulty: [DIFFICULTIES.keys.index(@difficulty), @difficulty],
64
64
  secret: @secret,
65
65
  tries_total: DIFFICULTIES[@difficulty][:tries],
66
66
  hints_total: DIFFICULTIES[@difficulty][:hints],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodebreakerDiz
4
- VERSION = '0.2.9'
4
+ VERSION = '0.3-1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codebreaker_diz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bl0rch1d
@@ -213,9 +213,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
213
213
  version: 2.5.5
214
214
  required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  requirements:
216
- - - ">="
216
+ - - ">"
217
217
  - !ruby/object:Gem::Version
218
- version: '0'
218
+ version: 1.3.1
219
219
  requirements: []
220
220
  rubyforge_project:
221
221
  rubygems_version: 2.7.9