note 0.6.2 → 0.7.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.
- data/bin/sc +6 -0
- data/lib/note/version.rb +1 -1
- data/lib/note.rb +1 -0
- metadata +4 -2
data/bin/sc
ADDED
data/lib/note/version.rb
CHANGED
data/lib/note.rb
CHANGED
@@ -59,6 +59,7 @@ module Note
|
|
59
59
|
puts "note -c <key> Create a new note"
|
60
60
|
puts "note -d <key> Delete a existing note"
|
61
61
|
puts "note -e <key> Try executing the key"
|
62
|
+
puts " - Execute has been shortcutted to 'sc' ie 'sc ping'"
|
62
63
|
puts "note -h Display Help"
|
63
64
|
puts "note <key> Display the note for the given key"
|
64
65
|
puts ""
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: note
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-08-30 00:00:00.000000000Z
|
14
14
|
dependencies: []
|
15
15
|
description: Type note -h for options
|
16
16
|
email:
|
@@ -18,6 +18,7 @@ email:
|
|
18
18
|
- clay@delorum.com
|
19
19
|
executables:
|
20
20
|
- note
|
21
|
+
- sc
|
21
22
|
extensions: []
|
22
23
|
extra_rdoc_files: []
|
23
24
|
files:
|
@@ -26,6 +27,7 @@ files:
|
|
26
27
|
- README
|
27
28
|
- Rakefile
|
28
29
|
- bin/note
|
30
|
+
- bin/sc
|
29
31
|
- lib/note.rb
|
30
32
|
- lib/note/version.rb
|
31
33
|
- note.gemspec
|