go_easy_btn 0.0.6 → 0.0.7

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 (2) hide show
  1. data/README.rdoc +9 -0
  2. metadata +5 -4
data/README.rdoc ADDED
@@ -0,0 +1,9 @@
1
+ == USB Easy Button
2
+
3
+ Adds usb support to Staples Easy Button, useful for controlling all kinds of stuff with one "easy" press.
4
+
5
+ - Add easy-button/bin/ to your PATH
6
+ - run go_easy_btn *cmd* as a background process (or in the shell to see stats on btn presses)
7
+ - where *cmd* is any shell script you want to trigger on each button press
8
+
9
+ https://github.com/joshnuss/easy-button/raw/master/images/easy-button.jpg
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josh Nussbaum, Diego Salazar
@@ -37,12 +37,13 @@ executables:
37
37
  - go_easy_btn
38
38
  extensions: []
39
39
 
40
- extra_rdoc_files: []
41
-
40
+ extra_rdoc_files:
41
+ - README.rdoc
42
42
  files:
43
43
  - lib/go_easy_btn.rb
44
44
  - lib/alerter.rb
45
45
  - bin/go_easy_btn
46
+ - README.rdoc
46
47
  has_rdoc: true
47
48
  homepage: https://github.com/joshnuss/easy-button
48
49
  licenses: []