unimidi 0.2.0-i386-mingw32 → 0.2.1-i386-mingw32

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/lib/unimidi.rb CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  module UniMIDI
8
8
 
9
- VERSION = "0.2.0"
9
+ VERSION = "0.2.1"
10
10
 
11
11
  end
12
12
 
@@ -37,6 +37,7 @@ module UniMIDI
37
37
  base.send(:attr_reader, :name)
38
38
  base.send(:attr_reader, :id)
39
39
  base.send(:attr_reader, :type)
40
+ base.send(:alias_method, :direction, :type)
40
41
  end
41
42
 
42
43
  module ClassMethods
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: unimidi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: i386-mingw32
7
7
  authors:
8
8
  - Ari Russo
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-07 00:00:00 -04:00
13
+ date: 2011-07-11 00:00:00 -04:00
14
14
  default_executable: unimidi
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency