Rakefile in launchpad-0.1.0 vs Rakefile in launchpad-0.1.1
- old
+ new
@@ -11,9 +11,10 @@
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.has_rdoc = true
gem.add_dependency('portmidi')
gem.add_development_dependency('thoughtbot-shoulda', '>= 0')
gem.add_development_dependency('mocha')
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end