terminal-file-picker 0.0.3 → 0.0.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: f07dbb5a7aa9a96128b360a8c326301aac7cad3783a9962bf7a99b9921f769bb
4
- data.tar.gz: 49164b98d2645238d09777eda25d28272089a7e2d7f6cc12c6d2b2352e1ccfba
3
+ metadata.gz: 9c4303d4be790d6f3c6b153505e2ccb1cd5818497970bf281724b2030d10ec00
4
+ data.tar.gz: 6e3d3e28c55b13a93de15558494ae6a75df49def0f2fcae05153715edefbe96c
5
5
  SHA512:
6
- metadata.gz: ca6b198dada64c7612e21130f9a01b6f960008c91eacdd5a4b6315d845bc7f6d2da64b28fe4cec4ca72e5be3be097d6788ff2a2b4214c5f0736e7d071cedf814
7
- data.tar.gz: 032e125883ceac5aeb4ab844602640aff05c02026b30a1b1f04d12cfaaaccfdd303592bc7aa93e132d18945af00a37142a3e81763aa660f09f4d59621038c490
6
+ metadata.gz: 369b4e2e019f3ff1778f9382d7e9268f260f3a01ecbd6ae4eb670e2ec77b612825c67fa275b372950e1d012e0e0290c8b7c48f2fe7c2df40dee5aa84a8ceb0e6
7
+ data.tar.gz: 91f994203c95083aaa4c3bcc80d1d9bd64287f2e6f8412dd72690683a6fb66ee7102050657309c1f2ac45241761237665b0615da7a98815acf337f6546c31b13
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 ilkutkutlar
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,5 +1,3 @@
1
- require 'pry'
2
-
3
1
  # Functions related to retrieving and formatting
4
2
  # information related to directories and their contents.
5
3
  class FileBrowserModel
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  require 'tty-cursor'
3
2
  require 'tty-reader'
4
3
  require_relative 'file_browser_view'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terminal-file-picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilkut Kutlar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-08 00:00:00.000000000 Z
11
+ date: 2020-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pastel
@@ -101,8 +101,11 @@ email:
101
101
  - ilkutkutlar@gmail.com
102
102
  executables: []
103
103
  extensions: []
104
- extra_rdoc_files: []
104
+ extra_rdoc_files:
105
+ - README.md
106
+ - LICENSE
105
107
  files:
108
+ - LICENSE
106
109
  - README.md
107
110
  - lib/terminal-file-picker.rb
108
111
  - lib/terminal-file-picker/file_browser_model.rb