unimidi 0.1.9-i686-linux → 0.1.10-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.
@@ -36,6 +36,7 @@ module UniMIDI
36
36
  def self.included(base)
37
37
  base.send(:attr_reader, :name)
38
38
  base.send(:attr_reader, :id)
39
+ base.send(:attr_reader, :type)
39
40
  end
40
41
 
41
42
  module ClassMethods
data/lib/unimidi.rb CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  module UniMIDI
8
8
 
9
- VERSION = "0.1.9"
9
+ VERSION = "0.1.10"
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.9
5
+ version: 0.1.10
6
6
  platform: i686-linux
7
7
  authors:
8
8
  - Ari Russo