codebreaker_ruban 0.1.0 → 0.2.0

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: 4655f1b71e3557b3451a1beddb81be90eb5c76ebc93f612a76d92621bc4de67d
4
- data.tar.gz: 6f87815ad7c6cca1b33c3b9a303da5729e083c8cb9b68b779649e84ab29d3c19
3
+ metadata.gz: 7cb236aa1322cf10e1147b5f825c89057c63055287d8cfb77e170a8f1149419d
4
+ data.tar.gz: 6a0bc0382ab3264059a6558e8bfd1e4773bf24601e8ea885cfee1f5584355782
5
5
  SHA512:
6
- metadata.gz: 3a76354c5d6fb694cf368f66f279565807078f6c5cb9d58c547c9d085b13de3683b5dc484a49ebeadba81029bbaaf5f7ab939f6bf743f3cb4d29ea06349e68ae
7
- data.tar.gz: bb88e054c6830db20345eb2808a925c195f1166295952962c71224cf8c2cf308da2d72daa4f4777c9501e20285021ead93ed324a1d474699c32b1b34bdb17dc1
6
+ metadata.gz: cd1b31fede374008edc8bc989ba7e212003b61d80bd51fc6a2bff336562fe55a749afee4b9ad9f55e08bb714558f79e550d98327abd2939f40c36605b1d81793
7
+ data.tar.gz: 8201d4d80cd2506acc7dcac5850b864ea3b82043db2452da0ab7e7e05a6233985382052d00e133502410904a90f9f1258ff9db14f39a1bd813ed1c92687ee9e7
@@ -2,7 +2,7 @@
2
2
 
3
3
  module CodebreakerRuban
4
4
  class Statistic
5
- FILE_NAME = './lib/store/store.yml'
5
+ FILE_NAME = './lib/app/store/store.yml'
6
6
  class << self
7
7
  def show_stats
8
8
  data = Storage.load_storage
@@ -1,3 +1,3 @@
1
1
  module CodebreakerRuban
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codebreaker_ruban
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - IRuban
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-06 00:00:00.000000000 Z
11
+ date: 2019-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -147,12 +147,9 @@ files:
147
147
  - ".fasterer.yml"
148
148
  - ".gitignore"
149
149
  - ".rspec"
150
- - ".rspec_status"
151
150
  - ".rubocop.yml"
152
151
  - ".ruby-gemset"
153
152
  - ".ruby-version"
154
- - ".travis.yml"
155
- - CODE_OF_CONDUCT.md
156
153
  - Gemfile
157
154
  - Gemfile.lock
158
155
  - LICENSE.txt
@@ -175,6 +172,7 @@ files:
175
172
  - lib/app/store/.keep
176
173
  - lib/codebreaker_ruban.rb
177
174
  - lib/codebreaker_ruban/version.rb
175
+ - pkg/codebreaker_ruban-0.1.0.gem
178
176
  homepage: https://github.com/IRuban/codebreaker_ruban
179
177
  licenses:
180
178
  - MIT
@@ -195,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
193
  - !ruby/object:Gem::Version
196
194
  version: '0'
197
195
  requirements: []
198
- rubyforge_project:
199
- rubygems_version: 2.7.7
196
+ rubygems_version: 3.0.2
200
197
  signing_key:
201
198
  specification_version: 4
202
199
  summary: CodebreakerRuban
data/.rspec_status DELETED
@@ -1,89 +0,0 @@
1
- example_id | status | run_time |
2
- ------------------------------------- | ------ | --------------- |
3
- ./spec/codebreaker_ruban_spec.rb[1:1] | passed | 0.0004 seconds |
4
- ./spec/console_spec.rb[1:1:1] | passed | 0.00032 seconds |
5
- ./spec/console_spec.rb[1:2:1] | passed | 0.00006 seconds |
6
- ./spec/console_spec.rb[1:2:2] | passed | 0.00005 seconds |
7
- ./spec/console_spec.rb[1:2:3] | passed | 0.00004 seconds |
8
- ./spec/console_spec.rb[1:2:4] | passed | 0.00004 seconds |
9
- ./spec/console_spec.rb[1:2:5] | passed | 0.00005 seconds |
10
- ./spec/console_spec.rb[1:2:6] | passed | 0.00004 seconds |
11
- ./spec/console_spec.rb[1:2:7] | passed | 0.00004 seconds |
12
- ./spec/console_spec.rb[1:3:1] | passed | 0.0103 seconds |
13
- ./spec/console_spec.rb[1:3:2] | passed | 0.00071 seconds |
14
- ./spec/console_spec.rb[1:3:3] | passed | 0.00055 seconds |
15
- ./spec/console_spec.rb[1:3:4] | passed | 0.00064 seconds |
16
- ./spec/console_spec.rb[1:3:5] | passed | 0.00064 seconds |
17
- ./spec/console_spec.rb[1:4:1:1] | passed | 0.00075 seconds |
18
- ./spec/console_spec.rb[1:4:2:1] | passed | 0.00071 seconds |
19
- ./spec/console_spec.rb[1:5:1] | passed | 0.00049 seconds |
20
- ./spec/console_spec.rb[1:5:2] | passed | 0.00054 seconds |
21
- ./spec/console_spec.rb[1:6:1] | passed | 0.00047 seconds |
22
- ./spec/console_spec.rb[1:6:2] | passed | 0.00053 seconds |
23
- ./spec/console_spec.rb[1:6:3] | passed | 0.00055 seconds |
24
- ./spec/console_spec.rb[1:6:4] | passed | 0.00053 seconds |
25
- ./spec/console_spec.rb[1:6:5] | passed | 0.00055 seconds |
26
- ./spec/console_spec.rb[1:6:6] | passed | 0.0006 seconds |
27
- ./spec/console_spec.rb[1:7:1] | passed | 0.0006 seconds |
28
- ./spec/console_spec.rb[1:7:2] | passed | 0.00063 seconds |
29
- ./spec/console_spec.rb[1:7:3] | passed | 0.00056 seconds |
30
- ./spec/console_spec.rb[1:8:1] | passed | 0.00064 seconds |
31
- ./spec/console_spec.rb[1:9:1] | passed | 0.00099 seconds |
32
- ./spec/console_spec.rb[1:9:2] | passed | 0.00189 seconds |
33
- ./spec/console_spec.rb[1:10:1] | passed | 0.00098 seconds |
34
- ./spec/console_spec.rb[1:10:2] | passed | 0.00137 seconds |
35
- ./spec/console_spec.rb[1:10:3] | passed | 0.0011 seconds |
36
- ./spec/console_spec.rb[1:11:1] | passed | 0.00056 seconds |
37
- ./spec/console_spec.rb[1:11:2] | passed | 0.00056 seconds |
38
- ./spec/game_spec.rb[1:1:1] | passed | 0.00016 seconds |
39
- ./spec/game_spec.rb[1:1:2] | passed | 0.00008 seconds |
40
- ./spec/game_spec.rb[1:1:3] | passed | 0.00007 seconds |
41
- ./spec/game_spec.rb[1:1:4] | passed | 0.00008 seconds |
42
- ./spec/game_spec.rb[1:2:1] | passed | 0.00023 seconds |
43
- ./spec/game_spec.rb[1:2:2] | passed | 0.00018 seconds |
44
- ./spec/game_spec.rb[1:3:1:1] | passed | 0.00009 seconds |
45
- ./spec/game_spec.rb[1:3:1:2] | passed | 0.00008 seconds |
46
- ./spec/game_spec.rb[1:4:1] | passed | 0.00006 seconds |
47
- ./spec/game_spec.rb[1:5:1] | passed | 0.00007 seconds |
48
- ./spec/game_spec.rb[1:5:2] | passed | 0.00006 seconds |
49
- ./spec/game_spec.rb[1:5:3] | passed | 0.00006 seconds |
50
- ./spec/game_spec.rb[1:5:4] | passed | 0.00006 seconds |
51
- ./spec/game_spec.rb[1:5:5] | passed | 0.00006 seconds |
52
- ./spec/game_spec.rb[1:5:6] | passed | 0.00006 seconds |
53
- ./spec/game_spec.rb[1:5:7] | passed | 0.00008 seconds |
54
- ./spec/game_spec.rb[1:5:8] | passed | 0.00006 seconds |
55
- ./spec/game_spec.rb[1:5:9] | passed | 0.00007 seconds |
56
- ./spec/game_spec.rb[1:5:10] | passed | 0.00006 seconds |
57
- ./spec/game_spec.rb[1:5:11] | passed | 0.00006 seconds |
58
- ./spec/game_spec.rb[1:5:12] | passed | 0.00006 seconds |
59
- ./spec/game_spec.rb[1:5:13] | passed | 0.00008 seconds |
60
- ./spec/game_spec.rb[1:5:14] | passed | 0.00006 seconds |
61
- ./spec/game_spec.rb[1:5:15] | passed | 0.00006 seconds |
62
- ./spec/message_spec.rb[1:1] | passed | 0.00106 seconds |
63
- ./spec/message_spec.rb[1:2] | passed | 0.00013 seconds |
64
- ./spec/message_spec.rb[1:3] | passed | 0.00009 seconds |
65
- ./spec/message_spec.rb[1:4] | passed | 0.0001 seconds |
66
- ./spec/message_spec.rb[1:5] | passed | 0.0001 seconds |
67
- ./spec/message_spec.rb[1:6] | passed | 0.00011 seconds |
68
- ./spec/message_spec.rb[1:7] | passed | 0.0001 seconds |
69
- ./spec/message_spec.rb[1:8] | passed | 0.00008 seconds |
70
- ./spec/message_spec.rb[1:9] | passed | 0.00009 seconds |
71
- ./spec/message_spec.rb[1:10] | passed | 0.00008 seconds |
72
- ./spec/message_spec.rb[1:11] | passed | 0.00008 seconds |
73
- ./spec/message_spec.rb[1:12] | passed | 0.00008 seconds |
74
- ./spec/message_spec.rb[1:13] | passed | 0.0001 seconds |
75
- ./spec/message_spec.rb[1:14] | passed | 0.00008 seconds |
76
- ./spec/message_spec.rb[1:15] | passed | 0.00007 seconds |
77
- ./spec/message_spec.rb[1:16] | passed | 0.00008 seconds |
78
- ./spec/message_spec.rb[1:17] | passed | 0.00007 seconds |
79
- ./spec/message_spec.rb[1:18] | passed | 0.00008 seconds |
80
- ./spec/message_spec.rb[1:19] | passed | 0.00007 seconds |
81
- ./spec/statistic_spec.rb[1:1:1] | passed | 0.00027 seconds |
82
- ./spec/statistic_spec.rb[1:1:2] | passed | 0.00021 seconds |
83
- ./spec/storage_spec.rb[1:1:1] | passed | 0.0009 seconds |
84
- ./spec/storage_spec.rb[1:2:1] | passed | 0.00075 seconds |
85
- ./spec/storage_spec.rb[1:2:2:1] | passed | 0.00012 seconds |
86
- ./spec/user_spec.rb[1:1:1] | passed | 0.0001 seconds |
87
- ./spec/user_spec.rb[1:2:1] | passed | 0.00006 seconds |
88
- ./spec/user_spec.rb[1:3:1] | passed | 0.00023 seconds |
89
- ./spec/user_spec.rb[1:3:2] | passed | 0.00017 seconds |
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.5.1
7
- before_install: gem install bundler -v 1.17.1
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at moaner48@gmail.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/