noko_cli 0.2.3 → 0.2.5
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/CHANGELOG.md +24 -0
- data/Gemfile +5 -5
- data/Gemfile.lock +43 -39
- data/README.md +15 -2
- data/lib/noko_cli/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f348b95fc256c3838fe0c17aa28b652ee974076410c672121881619c453f5c93
|
|
4
|
+
data.tar.gz: 2479c5f4cd542f443618aad857d20add6c76b8a31b75f2a9de048c119f30a46b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 323052ede872cf4ddd9125e986449b822384c86c62c4c3fb3196bbada541d6283cfb8eef28414b44c777e70f75ee5057bd7964a0e551581516d13e49feb5daf7
|
|
7
|
+
data.tar.gz: 2744f86ed12fc63f7f2ad948951bbae2f31a1cd6cff7dda771f33fc0dcededcaf6aa2aa9d8f1b6d45ff6ee8b24a7d5e68b0620a0cc5ec63e85ff385761881351
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.5](https://github.com/JuanVqz/noko_cli/compare/v0.2.4...v0.2.5) (2024-11-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous
|
|
7
|
+
|
|
8
|
+
* **ci:** Update workflows ([#85](https://github.com/JuanVqz/noko_cli/issues/85)) ([bc77e1f](https://github.com/JuanVqz/noko_cli/commit/bc77e1f810b11b3026aa0becad2d9ba054ac9968))
|
|
9
|
+
* **deps-dev:** Update pry requirement from ~> 0.14.1 to ~> 0.15.0 ([#91](https://github.com/JuanVqz/noko_cli/issues/91)) ([221579e](https://github.com/JuanVqz/noko_cli/commit/221579e328a66c01be47f71376ecb18879412073))
|
|
10
|
+
* **deps:** Bump rake from 13.0.6 to 13.2.1 ([#88](https://github.com/JuanVqz/noko_cli/issues/88)) ([0b59183](https://github.com/JuanVqz/noko_cli/commit/0b59183f9de96e25bbd0cb8e0827661337bddd43))
|
|
11
|
+
* **deps:** Bump rexml from 3.3.6 to 3.3.9 ([#90](https://github.com/JuanVqz/noko_cli/issues/90)) ([6332b6f](https://github.com/JuanVqz/noko_cli/commit/6332b6f0d467ffdee382c8c63b24e9ce60a75817))
|
|
12
|
+
* **deps:** Bump rspec from 3.12.0 to 3.13.0 ([#87](https://github.com/JuanVqz/noko_cli/issues/87)) ([34715f6](https://github.com/JuanVqz/noko_cli/commit/34715f64d98bb2c30dfcd9b02555583b7c8a82eb))
|
|
13
|
+
* **deps:** Bump zeitwerk from 2.6.17 to 2.6.18 ([#89](https://github.com/JuanVqz/noko_cli/issues/89)) ([2c595d9](https://github.com/JuanVqz/noko_cli/commit/2c595d9caa215be823fad92eea786af1a0536341))
|
|
14
|
+
|
|
15
|
+
## [0.2.4](https://github.com/JuanVqz/noko_cli/compare/v0.2.3...v0.2.4) (2024-09-01)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous
|
|
19
|
+
|
|
20
|
+
* **deps:** Bump rubocop from 1.43.0 to 1.50.2 ([#79](https://github.com/JuanVqz/noko_cli/issues/79)) ([3691aa5](https://github.com/JuanVqz/noko_cli/commit/3691aa5707ba5ce970cdd7226e27c3e3362ec247))
|
|
21
|
+
* **deps:** Bump rubocop-performance from 1.15.2 to 1.17.1 ([#84](https://github.com/JuanVqz/noko_cli/issues/84)) ([f4c5e12](https://github.com/JuanVqz/noko_cli/commit/f4c5e12f0ff24d73756158e3bdee604255869996))
|
|
22
|
+
* **deps:** Bump rubocop-rspec from 2.18.1 to 2.20.0 ([#82](https://github.com/JuanVqz/noko_cli/issues/82)) ([896d49c](https://github.com/JuanVqz/noko_cli/commit/896d49c9b363126056e636a52db501664cbbfe02))
|
|
23
|
+
* **deps:** Bump zeitwerk from 2.6.6 to 2.6.17 ([#81](https://github.com/JuanVqz/noko_cli/issues/81)) ([2a25581](https://github.com/JuanVqz/noko_cli/commit/2a25581cec90dc752a978eacd1f5eab8f51d2cc2))
|
|
24
|
+
* **deps:** Update faraday requirement from >= 2.3, < 2.8 to >= 2.3, < 2.12 ([#83](https://github.com/JuanVqz/noko_cli/issues/83)) ([fb5f616](https://github.com/JuanVqz/noko_cli/commit/fb5f616d31ca18973cf57655e3e58df8e53b50e6))
|
|
25
|
+
* **readme:** Add disclaimer section ([#64](https://github.com/JuanVqz/noko_cli/issues/64)) ([90339cc](https://github.com/JuanVqz/noko_cli/commit/90339cc5814eaf7f078fb298e866b666269348e6))
|
|
26
|
+
|
|
3
27
|
## [0.2.3](https://github.com/JuanVqz/noko_cli/compare/v0.2.1...v0.2.3) (2023-01-21)
|
|
4
28
|
|
|
5
29
|
|
data/Gemfile
CHANGED
|
@@ -5,9 +5,9 @@ source "https://rubygems.org"
|
|
|
5
5
|
# Specify your gem's dependencies in noko_cli.gemspec
|
|
6
6
|
gemspec
|
|
7
7
|
|
|
8
|
-
gem "rake", "~> 13.
|
|
9
|
-
gem "rspec", "~> 3.
|
|
10
|
-
gem "rubocop", "~> 1.
|
|
11
|
-
gem "rubocop-performance", "~> 1.
|
|
8
|
+
gem "rake", "~> 13.2"
|
|
9
|
+
gem "rspec", "~> 3.13"
|
|
10
|
+
gem "rubocop", "~> 1.50.2", require: false
|
|
11
|
+
gem "rubocop-performance", "~> 1.17.1", require: false
|
|
12
12
|
gem "rubocop-rake", "~> 0.6.0", require: false
|
|
13
|
-
gem "rubocop-rspec", "~> 2.
|
|
13
|
+
gem "rubocop-rspec", "~> 2.20.0", require: false
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
noko_cli (0.2.
|
|
5
|
-
faraday (>= 2.3, < 2.
|
|
4
|
+
noko_cli (0.2.5)
|
|
5
|
+
faraday (>= 2.3, < 2.12)
|
|
6
6
|
tty-table (~> 0.12.0)
|
|
7
7
|
zeitwerk (~> 2.6)
|
|
8
8
|
|
|
@@ -10,62 +10,66 @@ GEM
|
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
12
|
ast (2.4.2)
|
|
13
|
+
base64 (0.2.0)
|
|
13
14
|
coderay (1.1.3)
|
|
14
|
-
diff-lcs (1.5.
|
|
15
|
-
faraday (2.
|
|
15
|
+
diff-lcs (1.5.1)
|
|
16
|
+
faraday (2.8.1)
|
|
17
|
+
base64
|
|
16
18
|
faraday-net_http (>= 2.0, < 3.1)
|
|
17
19
|
ruby2_keywords (>= 0.0.4)
|
|
18
20
|
faraday-net_http (3.0.2)
|
|
19
|
-
json (2.
|
|
20
|
-
method_source (1.
|
|
21
|
-
parallel (1.
|
|
22
|
-
parser (3.
|
|
21
|
+
json (2.7.2)
|
|
22
|
+
method_source (1.1.0)
|
|
23
|
+
parallel (1.24.0)
|
|
24
|
+
parser (3.3.4.2)
|
|
23
25
|
ast (~> 2.4.1)
|
|
26
|
+
racc
|
|
24
27
|
pastel (0.8.0)
|
|
25
28
|
tty-color (~> 0.5)
|
|
26
|
-
pry (0.
|
|
29
|
+
pry (0.15.0)
|
|
27
30
|
coderay (~> 1.1)
|
|
28
31
|
method_source (~> 1.0)
|
|
32
|
+
racc (1.8.1)
|
|
29
33
|
rainbow (3.1.1)
|
|
30
|
-
rake (13.
|
|
31
|
-
regexp_parser (2.
|
|
32
|
-
rexml (3.
|
|
33
|
-
rspec (3.
|
|
34
|
-
rspec-core (~> 3.
|
|
35
|
-
rspec-expectations (~> 3.
|
|
36
|
-
rspec-mocks (~> 3.
|
|
37
|
-
rspec-core (3.
|
|
38
|
-
rspec-support (~> 3.
|
|
39
|
-
rspec-expectations (3.
|
|
34
|
+
rake (13.2.1)
|
|
35
|
+
regexp_parser (2.9.2)
|
|
36
|
+
rexml (3.3.9)
|
|
37
|
+
rspec (3.13.0)
|
|
38
|
+
rspec-core (~> 3.13.0)
|
|
39
|
+
rspec-expectations (~> 3.13.0)
|
|
40
|
+
rspec-mocks (~> 3.13.0)
|
|
41
|
+
rspec-core (3.13.0)
|
|
42
|
+
rspec-support (~> 3.13.0)
|
|
43
|
+
rspec-expectations (3.13.2)
|
|
40
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
|
-
rspec-support (~> 3.
|
|
42
|
-
rspec-mocks (3.
|
|
45
|
+
rspec-support (~> 3.13.0)
|
|
46
|
+
rspec-mocks (3.13.1)
|
|
43
47
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
44
|
-
rspec-support (~> 3.
|
|
45
|
-
rspec-support (3.
|
|
46
|
-
rubocop (1.
|
|
48
|
+
rspec-support (~> 3.13.0)
|
|
49
|
+
rspec-support (3.13.1)
|
|
50
|
+
rubocop (1.50.2)
|
|
47
51
|
json (~> 2.3)
|
|
48
52
|
parallel (~> 1.10)
|
|
49
53
|
parser (>= 3.2.0.0)
|
|
50
54
|
rainbow (>= 2.2.2, < 4.0)
|
|
51
55
|
regexp_parser (>= 1.8, < 3.0)
|
|
52
56
|
rexml (>= 3.2.5, < 4.0)
|
|
53
|
-
rubocop-ast (>= 1.
|
|
57
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
|
54
58
|
ruby-progressbar (~> 1.7)
|
|
55
59
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
56
|
-
rubocop-ast (1.
|
|
57
|
-
parser (>= 3.
|
|
58
|
-
rubocop-capybara (2.
|
|
60
|
+
rubocop-ast (1.30.0)
|
|
61
|
+
parser (>= 3.2.1.0)
|
|
62
|
+
rubocop-capybara (2.18.0)
|
|
59
63
|
rubocop (~> 1.41)
|
|
60
|
-
rubocop-performance (1.
|
|
64
|
+
rubocop-performance (1.17.1)
|
|
61
65
|
rubocop (>= 1.7.0, < 2.0)
|
|
62
66
|
rubocop-ast (>= 0.4.0)
|
|
63
67
|
rubocop-rake (0.6.0)
|
|
64
68
|
rubocop (~> 1.0)
|
|
65
|
-
rubocop-rspec (2.
|
|
69
|
+
rubocop-rspec (2.20.0)
|
|
66
70
|
rubocop (~> 1.33)
|
|
67
71
|
rubocop-capybara (~> 2.17)
|
|
68
|
-
ruby-progressbar (1.
|
|
72
|
+
ruby-progressbar (1.13.0)
|
|
69
73
|
ruby2_keywords (0.0.5)
|
|
70
74
|
strings (0.2.1)
|
|
71
75
|
strings-ansi (~> 0.2)
|
|
@@ -78,9 +82,9 @@ GEM
|
|
|
78
82
|
pastel (~> 0.8)
|
|
79
83
|
strings (~> 0.2.0)
|
|
80
84
|
tty-screen (~> 0.8)
|
|
81
|
-
unicode-display_width (2.
|
|
85
|
+
unicode-display_width (2.5.0)
|
|
82
86
|
unicode_utils (1.4.0)
|
|
83
|
-
zeitwerk (2.6.
|
|
87
|
+
zeitwerk (2.6.18)
|
|
84
88
|
|
|
85
89
|
PLATFORMS
|
|
86
90
|
ruby
|
|
@@ -88,13 +92,13 @@ PLATFORMS
|
|
|
88
92
|
|
|
89
93
|
DEPENDENCIES
|
|
90
94
|
noko_cli!
|
|
91
|
-
pry (~> 0.
|
|
92
|
-
rake (~> 13.
|
|
93
|
-
rspec (~> 3.
|
|
94
|
-
rubocop (~> 1.
|
|
95
|
-
rubocop-performance (~> 1.
|
|
95
|
+
pry (~> 0.15.0)
|
|
96
|
+
rake (~> 13.2)
|
|
97
|
+
rspec (~> 3.13)
|
|
98
|
+
rubocop (~> 1.50.2)
|
|
99
|
+
rubocop-performance (~> 1.17.1)
|
|
96
100
|
rubocop-rake (~> 0.6.0)
|
|
97
|
-
rubocop-rspec (~> 2.
|
|
101
|
+
rubocop-rspec (~> 2.20.0)
|
|
98
102
|
|
|
99
103
|
BUNDLED WITH
|
|
100
104
|
2.3.26
|
data/README.md
CHANGED
|
@@ -2,15 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
+
## Disclaimer
|
|
6
|
+
|
|
7
|
+
- This gem was made for learning purposes.
|
|
8
|
+
- This gem is WIP. Use it by your own risk, it should be safe though.
|
|
9
|
+
|
|
10
|
+
## What NokoCli does?
|
|
11
|
+
|
|
12
|
+
NokoCli is an easy way to manage your data in [Noko Time Tracking](https://nokotime.com/) via terminal.
|
|
13
|
+
- Add entries
|
|
14
|
+
- List entries
|
|
5
15
|
|
|
6
16
|
## Development
|
|
7
17
|
|
|
8
|
-
To
|
|
18
|
+
To set up this repository you need to run
|
|
9
19
|
|
|
20
|
+
```bash
|
|
21
|
+
./bin/setup
|
|
22
|
+
```
|
|
10
23
|
|
|
11
24
|
## Contributing
|
|
12
25
|
|
|
13
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/juanvqz/noko_cli.
|
|
26
|
+
Bug reports and pull requests are welcome on GitHub at [noko_cli](https://github.com/juanvqz/noko_cli).
|
|
14
27
|
This project is intended to be a safe, welcoming space for collaboration,
|
|
15
28
|
and contributors are expected to adhere to the [code of conduct](https://github.com/juanvqz/noko_cli/blob/master/CODE_OF_CONDUCT.md).
|
|
16
29
|
|
data/lib/noko_cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: noko_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Vasquez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '2.3'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '2.
|
|
22
|
+
version: '2.12'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '2.3'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '2.
|
|
32
|
+
version: '2.12'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: tty-table
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -64,14 +64,14 @@ dependencies:
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 0.
|
|
67
|
+
version: 0.15.0
|
|
68
68
|
type: :development
|
|
69
69
|
prerelease: false
|
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: 0.
|
|
74
|
+
version: 0.15.0
|
|
75
75
|
description: 'Noko CLI is the easiest way to add, remove, and view all your entries
|
|
76
76
|
from your terminal.
|
|
77
77
|
|