Skip to content

Commit

Permalink
move version to its own file without requires
Browse files Browse the repository at this point in the history
  • Loading branch information
arirusso committed Jun 7, 2017
1 parent 98aa8a6 commit 6644451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lib/alsa-rawmidi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# modules
require "alsa-rawmidi/api"
require "alsa-rawmidi/device"
require "alsa-rawmidi/version"

# class
require "alsa-rawmidi/input"
Expand All @@ -21,6 +22,4 @@

module AlsaRawMIDI

VERSION = "0.3.2"

end
5 changes: 5 additions & 0 deletions lib/alsa-rawmidi/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module AlsaRawMIDI

VERSION = "0.3.2"

end

0 comments on commit 6644451

Please sign in to comment.