sheldon 6.0.4 → 6.0.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 +10 -10
- data/bin/sheldon +1 -1
- data/lib/sheldon/sheldon.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMjU2":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
5
|
-
|
4
|
+
ZTE5OTNiMDViZjI1ZTIxMmJkM2NkMDAzNjA5YzhkN2M3MTcxZjQ2MjNjZjNh
|
5
|
+
ZTkwYTc1ZDJhYTRhZGM4NGQ1ZQ==
|
6
6
|
data.tar.gz: !binary |-
|
7
|
-
|
8
|
-
|
7
|
+
MjY3YWM0Y2Y1Yzk2ODllM2Y1N2Q5MmI2ZTkzYTg1NjJhYmVhODQxZGE4Y2Rl
|
8
|
+
OWY2OGNiMDhjMDkzMzI4NTgyNA==
|
9
9
|
SHA512:
|
10
10
|
metadata.gz: !binary |-
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
ODM1YzI1ZWVkZjgzY2IzYjQ1MWEwMzQ0MzcwNTg3ZTI2YzhmMGVlOTc2MTcy
|
12
|
+
YjEzY2E1MDY4MjUwYThiODc0MWI2NTIyZjY2YjJkZDM4NDZmYmY0YThjOGFk
|
13
|
+
YzhiMzRlNGJkZDBjOTk3OTA4YmQ2OGViODkzYmI2Njk5YmYxNGU=
|
14
14
|
data.tar.gz: !binary |-
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
ODg1YjMxMTkwNjEzZjE0MGYzZTdlYTYwOWQ0MjlkOGFlNzQ0MmU1YmY0Yjc1
|
16
|
+
ZTg1M2YzNTk2Zjg5NTRlN2QwYjA5MzhiMmQ2YzU5YjQ2MDdmNTEyZGI4MGFh
|
17
|
+
OTg5MjJiOTA5MjYyYWE5OTBkYjc2YjRkNTkyYzUyN2VjYzNiOGE=
|
data/bin/sheldon
CHANGED
@@ -35,7 +35,7 @@ module CLI
|
|
35
35
|
recall_cue = prompt.ask("Recall Cue For File/Folder", default: default_cue, required: true)
|
36
36
|
with_exception_handling { sheldon.learn(recall_cue, abs_learn_path) }
|
37
37
|
with_exception_handling { sheldon.recall(recall_cue) }
|
38
|
-
prompt.ok("Sheldon learn complete: #{
|
38
|
+
prompt.ok("Sheldon learn complete: #{recall_cue}")
|
39
39
|
end
|
40
40
|
|
41
41
|
desc "list", "List all recall cues known by Sheldon"
|
data/lib/sheldon/sheldon.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sheldon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Jones
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|