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.
Files changed (4) hide show
  1. data/bin/sc +6 -0
  2. data/lib/note/version.rb +1 -1
  3. data/lib/note.rb +1 -0
  4. metadata +4 -2
data/bin/sc ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'note'
4
+ include Note
5
+
6
+ execute(ARGV.last)
data/lib/note/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Note
2
- VERSION = "0.6.2"
2
+ VERSION = "0.7.5"
3
3
  end
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.6.2
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-07-28 00:00:00.000000000Z
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