freshmind 0.2.0 → 0.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -6
  3. data/lib/freshmind/version.rb +1 -1
  4. metadata +18 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16b81e1020dfe49b3b3a0af116c172fda84703eecb7b955f76fd4c8a7f501b1b
4
- data.tar.gz: ab2623417b80fe83ab0a221d10428cfec79d680c9a3ce005439c870248f34e11
3
+ metadata.gz: 3a0587ad6160beae0a598c155974d31d8d33218c16a31eff196352be68fc3df8
4
+ data.tar.gz: 42264d236cf9fdebb730f4df0d753715c449296d7037004b0b3a9857ba79ad11
5
5
  SHA512:
6
- metadata.gz: abd9830923afbde82089a98ff775d25f9255bed8cd362d93a372d55bc2789cd2fe9a9c201d9f247e6cca879030ede6d222ddf1821c0970871027abdd0f735cb3
7
- data.tar.gz: 5b0e115bb94796f2be7ac4a037c740f75ce1e8b9ff98217ca58ad2a40ff40e844a9da696a03c2a47c792441f24e883f742d125ee1b6f24ae8884e62c27544c9e
6
+ metadata.gz: 7a7b8d5db5d0e98154698916da7d602a940c8fceb66d5cd2accf74bfc5102a367d84c5165d1803a91ab8a48f5ad4bea4d6773c990bc5967fa783d6f8bd118b8e
7
+ data.tar.gz: b080ea2cad6fb97980a0bb6cd87c2f69bf253b076f4cacfacee31295fcfe8c1ce054c8698b79402b0f1ea8534fa8ee4adf4654a67ddbb4c1dbdebe17a12f1d87
data/README.md CHANGED
@@ -2,11 +2,18 @@
2
2
  Generate alfabet letters along with commands in terminal to refresh your mind.
3
3
 
4
4
  # Instructions:
5
- Read out lod letters and do commands in the same time.
6
- Commnads:
7
- о - lift up both hands and rise a bit on toes of feet
8
- п - lift RIGHT hand and LEFT lift leg a bit
9
- л - lift LEFT hand and lift RIGHT leg a bit
5
+ Read out loud letters and do commands in the same time.
6
+ Letters are from English or Russian alphabet.
7
+
8
+ Commands are:
9
+ ```
10
+ b - lift up Both hands and rise a bit on toes of feet
11
+ r - lift RIGHT hand and LEFT leg a bit
12
+ l - lift LEFT hand and RIGHT leg a bit
13
+ ```
14
+
15
+ Do it from start to end ~3 minutes.
16
+ Your mind will work more faster cause exercise will boost your mind energy.
10
17
 
11
18
  # Usage
12
19
  ```
@@ -14,7 +21,7 @@ Commnads:
14
21
  or
15
22
  > gem install freshmind
16
23
  ...
17
- > freshmind
24
+ > freshmind [ru|en(default)] [random|ordered(default)]
18
25
  ```
19
26
 
20
27
  Output will be like this with small red letters.
@@ -28,3 +35,9 @@ Output will be like this with small red letters.
28
35
  │ Zr Ab Bl Cl Dl │
29
36
  └────────────────┘
30
37
  ```
38
+
39
+ # Features to implement:
40
+
41
+ - [ ] Add output in HTML format
42
+ - [ ] Move classes to files
43
+ - [ ] Add more specs
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Freshmind
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
  end
metadata CHANGED
@@ -1,15 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freshmind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Eremeev
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2021-05-25 00:00:00.000000000 Z
12
- dependencies: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: colorize
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
13
26
  description: Simple exercises to refresh your mind
14
27
  email:
15
28
  - andrey.eremeyev@gmail.com
@@ -31,7 +44,6 @@ metadata:
31
44
  homepage_uri: https://github.com/eremeyev/freshmind
32
45
  source_code_uri: https://rubygems.org
33
46
  changelog_uri: https://rubygems.org
34
- post_install_message:
35
47
  rdoc_options: []
36
48
  require_paths:
37
49
  - lib
@@ -46,8 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
58
  - !ruby/object:Gem::Version
47
59
  version: '0'
48
60
  requirements: []
49
- rubygems_version: 3.0.3
50
- signing_key:
61
+ rubygems_version: 4.0.6
51
62
  specification_version: 4
52
63
  summary: Simple exercises to refresh your mind
53
64
  test_files: []