depend on yawpa

This commit is contained in:
Josh Holtrop 2018-02-12 20:45:55 -05:00
parent 05ada6c504
commit 85157bc8f2
2 changed files with 3 additions and 0 deletions

View File

@ -2,11 +2,13 @@ PATH
remote: .
specs:
svi (0.1.0)
yawpa (~> 1.0)
GEM
remote: https://rubygems.org/
specs:
rake (10.4.2)
yawpa (1.3.0)
PLATFORMS
ruby

View File

@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
spec.extensions = %w[ext/svi/extconf.rb]
spec.require_paths = ["lib"]
spec.add_dependency "yawpa", "~> 1.0"
spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 10.0"
end