Skip to content

Commit

Permalink
introduced version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Jachmann committed Nov 8, 2009
1 parent 7df5701 commit 9799a16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
@@ -1,6 +1,8 @@
require 'rubygems'
require 'rake'

require File.join(File.dirname(__FILE__), 'lib', 'launchpad', 'version')

begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
Expand All @@ -9,6 +11,7 @@ begin
gem.description = 'This gem provides an interface to access novation\'s launchpad programmatically. LEDs can be lighted and button presses can be evaluated using launchpad\'s MIDI input/output.'
gem.email = 'tom.j@gmx.net'
gem.homepage = 'http://github.com/thomasjachmann/launchpad'
gem.version = Launchpad::VERSION
gem.authors = ['Thomas Jachmann']
gem.add_dependency('portmidi')
#gem.add_development_dependency 'thoughtbot-shoulda', '>= 0'
Expand Down
3 changes: 3 additions & 0 deletions lib/launchpad/version.rb
@@ -0,0 +1,3 @@
class Launchpad
VERSION = '0.0.1'
end

0 comments on commit 9799a16

Please sign in to comment.