freshmind 0.1.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.
- checksums.yaml +4 -4
- data/README.md +19 -6
- data/lib/freshmind/alfabet.rb +1 -1
- data/lib/freshmind/version.rb +1 -1
- metadata +18 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a0587ad6160beae0a598c155974d31d8d33218c16a31eff196352be68fc3df8
|
|
4
|
+
data.tar.gz: 42264d236cf9fdebb730f4df0d753715c449296d7037004b0b3a9857ba79ad11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
data/lib/freshmind/alfabet.rb
CHANGED
data/lib/freshmind/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
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: []
|