notes_cli 0.1.3 → 0.1.4

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: c7be8ccab7ed6324491a1b588bfe563ed6c7a93a86807c9aa8a43e0a7e9c950f
4
- data.tar.gz: 073fbbc6562b53979517f31b858b8ad0fe8ca707f6c87f0e8ef7e1c58eaeb2e2
3
+ metadata.gz: f1d6b0ce72badc22b21e63b37b0534962dac4681aa27caab6247a983f2653198
4
+ data.tar.gz: 8d0fd5105d89330ea53de2ae3aa792fa429ab1a13466ec6a0a3cfb9d241612ae
5
5
  SHA512:
6
- metadata.gz: 268755fb8e2a99c7f5c5007b47342102858a913f43fd2a5ac3e2457181c50895cba61b06fc29ef854b07ac1faa90b3dca462373d629f373907d13bcf53f7dcd6
7
- data.tar.gz: 4103772ebacbd2ea7288563ac0fbc97ec861ebf61fefc7b965b22c690566692ef79034b6a658b9447041a1f2c2921f78e9c792c04a1cdc6f4840afdf25bd871a
6
+ metadata.gz: 9e92c254161d4532e38c3427e6815d6148a0cb4e15989e4e27af8df9f02312e547dabc64f55cd9c8ebfea8e7b0900736ec061ca88e1de657312f8d93a5e87e1f
7
+ data.tar.gz: f0fdc671ea660cc0a3e995dfa61014aaf63be0b05f84e014b909d9a56632d9c9af7f829c4c71e1417350daa5bb746babe211e50220b7f8fe7a81455d3e0c28d0
data/README.md CHANGED
@@ -5,25 +5,25 @@ gem install notes_cli
5
5
 
6
6
  # Getting started
7
7
 
8
- Tell notes_cli where your notes will be stored.
8
+ Tell notes_cli where your notes will be stored
9
9
  ```bash
10
10
  notes --notes_folder path/to/where/you/will/store/notes
11
11
  ```
12
12
 
13
- Define your first workspace.
13
+ Define your first workspace
14
14
  ```bash
15
15
  notes -w workspace_name
16
16
  ```
17
17
 
18
18
  # DSL
19
19
  ## Notes folder
20
- Where you will store all notes, including your workspaces and notebooks as the top layers.
20
+ Where you will store all notes, including your workspaces and notebooks as the top layers
21
21
 
22
22
  ## Workspace
23
- Where you will store notebooks.
23
+ Where you will store notebooks
24
24
 
25
25
  ## Notebook
26
- Where you will store notes.
26
+ Where you will store notes
27
27
 
28
28
  ## Example
29
29
  Basic case scenario, where:
@@ -1,3 +1,3 @@
1
1
  module NotesCli
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notes_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joeffrey Lamy
@@ -110,8 +110,6 @@ files:
110
110
  - LICENSE.txt
111
111
  - README.md
112
112
  - bin/notes
113
- - config.db
114
- - config.yml.db
115
113
  - lib/notes_cli.rb
116
114
  - lib/notes_cli/controllers/option_parser.rb
117
115
  - lib/notes_cli/models/workspace.rb
data/config.db DELETED
Binary file
Binary file