noko_cli 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.overcommit.yml +34 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +6 -3
- data/Gemfile.lock +4 -4
- data/README.md +8 -22
- data/exe/noko_cli +4 -0
- data/lib/noko_cli/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d030484bc0fae6a61489ba1cd32fe07584aea6766434ef90b79415a1bbd4a82
|
4
|
+
data.tar.gz: da1184f80e3e9247c890d087647879068d70f7593c61aec232e0c8be41a0261e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad9f4582efc7e3d2da78694c6e4e7e49dfc4c8bb04b0bccb664bace3862aedaefabd1d8f0cfce42efc7e297758bae9b93b82d1702a1abd8cc244b8fc6335b1b4
|
7
|
+
data.tar.gz: 520bb72638d54c6286da67fe812e14968922077bc502b7cb0ada07b2601652b40092582c5e3a6975dac51283db0ba097c9d0741886367d8a75cad75c2a1d6102
|
data/.overcommit.yml
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
# Use this file to configure the Overcommit hooks you wish to use. This will
|
2
|
+
# extend the default configuration defined in:
|
3
|
+
# https://github.com/sds/overcommit/blob/master/config/default.yml
|
4
|
+
#
|
5
|
+
# At the topmost level of this YAML file is a key representing type of hook
|
6
|
+
# being run (e.g. pre-commit, commit-msg, etc.). Within each type you can
|
7
|
+
# customize each hook, such as whether to only run it on certain files (via
|
8
|
+
# `include`), whether to only display output if it fails (via `quiet`), etc.
|
9
|
+
#
|
10
|
+
# For a complete list of hooks, see:
|
11
|
+
# https://github.com/sds/overcommit/tree/master/lib/overcommit/hook
|
12
|
+
#
|
13
|
+
# For a complete list of options that you can use to customize hooks, see:
|
14
|
+
# https://github.com/sds/overcommit#configuration
|
15
|
+
#
|
16
|
+
# Uncomment the following lines to make the configuration take effect.
|
17
|
+
|
18
|
+
#PostCheckout:
|
19
|
+
# ALL: # Special hook name that customizes all hooks of this type
|
20
|
+
# quiet: true # Change all post-checkout hooks to only display output on failure
|
21
|
+
#
|
22
|
+
# IndexTags:
|
23
|
+
# enabled: true # Generate a tags file with `ctags` each time HEAD changes
|
24
|
+
|
25
|
+
PreCommit:
|
26
|
+
TrailingWhitespace:
|
27
|
+
enabled: true
|
28
|
+
RuboCop:
|
29
|
+
enabled: true
|
30
|
+
command: ["rake", "standard"]
|
31
|
+
|
32
|
+
PrePush:
|
33
|
+
RSpec:
|
34
|
+
enabled: true
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.6.6
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
noko_cli (0.1.
|
4
|
+
noko_cli (0.1.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -46,10 +46,10 @@ GEM
|
|
46
46
|
standard (1.12.1)
|
47
47
|
rubocop (= 1.29.1)
|
48
48
|
rubocop-performance (= 1.13.3)
|
49
|
-
unicode-display_width (2.
|
49
|
+
unicode-display_width (2.2.0)
|
50
50
|
|
51
51
|
PLATFORMS
|
52
|
-
|
52
|
+
ruby
|
53
53
|
|
54
54
|
DEPENDENCIES
|
55
55
|
noko_cli!
|
@@ -58,4 +58,4 @@ DEPENDENCIES
|
|
58
58
|
standard (~> 1.3)
|
59
59
|
|
60
60
|
BUNDLED WITH
|
61
|
-
2.
|
61
|
+
2.1.4
|
data/README.md
CHANGED
@@ -1,34 +1,18 @@
|
|
1
1
|
# NokoCli
|
2
2
|
|
3
|
-
![
|
3
|
+
[![Build Status](https://github.com/juanvqz/noko_cli/workflows/main/badge.svg?branch=main)](https://github.com/juanvqz/noko_cli/actions)
|
4
4
|
|
5
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/noko_cli`. To experiment with that code, run `bin/console` for an interactive prompt.
|
6
|
-
|
7
|
-
TODO: Delete this and the text above, and describe your gem
|
8
|
-
|
9
|
-
## Installation
|
10
|
-
|
11
|
-
Install the gem and add to the application's Gemfile by executing:
|
12
|
-
|
13
|
-
$ bundle add noko_cli
|
14
|
-
|
15
|
-
If bundler is not being used to manage dependencies, install the gem by executing:
|
16
|
-
|
17
|
-
$ gem install noko_cli
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
5
|
|
23
6
|
## Development
|
24
7
|
|
25
|
-
|
8
|
+
To setup this repository you need to run `./bin/setup`
|
26
9
|
|
27
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
28
10
|
|
29
11
|
## Contributing
|
30
12
|
|
31
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
13
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/juanvqz/noko_cli.
|
14
|
+
This project is intended to be a safe, welcoming space for collaboration,
|
15
|
+
and contributors are expected to adhere to the [code of conduct](https://github.com/juanvqz/noko_cli/blob/master/CODE_OF_CONDUCT.md).
|
32
16
|
|
33
17
|
## License
|
34
18
|
|
@@ -36,4 +20,6 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
36
20
|
|
37
21
|
## Code of Conduct
|
38
22
|
|
39
|
-
Everyone interacting in the NokoCli project's codebases, issue trackers,
|
23
|
+
Everyone interacting in the NokoCli project's codebases, issue trackers,
|
24
|
+
chat rooms and mailing lists is expected to follow the
|
25
|
+
[code of conduct](https://github.com/juanvqz/noko_cli/blob/master/CODE_OF_CONDUCT.md).
|
data/exe/noko_cli
ADDED
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.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Vasquez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Noko CLI is the easiest way to add, remove, and view all your entries
|
14
14
|
from your terminal.
|
@@ -16,10 +16,12 @@ description: 'Noko CLI is the easiest way to add, remove, and view all your entr
|
|
16
16
|
'
|
17
17
|
email:
|
18
18
|
- me@juanvasquez.dev
|
19
|
-
executables:
|
19
|
+
executables:
|
20
|
+
- noko_cli
|
20
21
|
extensions: []
|
21
22
|
extra_rdoc_files: []
|
22
23
|
files:
|
24
|
+
- ".overcommit.yml"
|
23
25
|
- ".rspec"
|
24
26
|
- ".ruby-version"
|
25
27
|
- ".standard.yml"
|
@@ -30,6 +32,7 @@ files:
|
|
30
32
|
- LICENSE.txt
|
31
33
|
- README.md
|
32
34
|
- Rakefile
|
35
|
+
- exe/noko_cli
|
33
36
|
- lib/noko_cli.rb
|
34
37
|
- lib/noko_cli/version.rb
|
35
38
|
- sig/noko_cli.rbs
|
@@ -53,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
56
|
- !ruby/object:Gem::Version
|
54
57
|
version: '0'
|
55
58
|
requirements: []
|
56
|
-
rubygems_version: 3.
|
59
|
+
rubygems_version: 3.0.3
|
57
60
|
signing_key:
|
58
61
|
specification_version: 4
|
59
62
|
summary: Register Noko entries from the comfort of your terminal
|