unimidi 0.1.7-i686-linux → 0.1.8-i686-linux

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/README.rdoc +1 -1
  2. data/bin/unimidi +1 -1
  3. data/lib/unimidi.rb +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -23,7 +23,7 @@ Platform
23
23
 
24
24
  gem install unimidi
25
25
 
26
- No compilation required, just install the gem and set up your hardware
26
+ No compilation required
27
27
 
28
28
  == Examples
29
29
 
data/bin/unimidi CHANGED
@@ -5,6 +5,6 @@ require 'unimidi'
5
5
 
6
6
  opts = ARGV.length > 1 ? ARGV.slice(1, ARGV.length-1) : {}
7
7
 
8
- command = ARGV.first.to_sym or raise "no command specified"
8
+ command = ARGV.first.to_sym rescue raise "no command specified"
9
9
 
10
10
  UniMIDI.command(command, opts)
data/lib/unimidi.rb CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  module UniMIDI
8
8
 
9
- VERSION = "0.1.7"
9
+ VERSION = "0.1.8"
10
10
 
11
11
  end
12
12
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: unimidi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.7
5
+ version: 0.1.8
6
6
  platform: i686-linux
7
7
  authors:
8
8
  - Ari Russo