Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Apr 12, 2012
1 parent cdbaae6 commit af5b3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buspirate.gemspec
Expand Up @@ -21,5 +21,6 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=


s.add_dependency("serialport", ["~> 1.0.4"])
s.add_development_dependency("rspec", ["~> 2.8.0"]) s.add_development_dependency("rspec", ["~> 2.8.0"])
end end

0 comments on commit af5b3d6

Please sign in to comment.