launchpad.gemspec in launchpad-0.2.0 vs launchpad.gemspec in launchpad-0.2.1

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{launchpad} - s.version = "0.2.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Jachmann"] - s.date = %q{2009-11-24} + s.date = %q{2010-01-24} s.description = %q{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.} s.email = %q{tom.j@gmx.net} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -64,19 +64,19 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<portmidi>, [">= 0"]) + s.add_runtime_dependency(%q<portmidi>, [">= 0.0.6"]) s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_development_dependency(%q<mocha>, [">= 0"]) else - s.add_dependency(%q<portmidi>, [">= 0"]) + s.add_dependency(%q<portmidi>, [">= 0.0.6"]) s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<mocha>, [">= 0"]) end else - s.add_dependency(%q<portmidi>, [">= 0"]) + s.add_dependency(%q<portmidi>, [">= 0.0.6"]) s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<mocha>, [">= 0"]) end end