Skip to content

Commit

Permalink
Add runtime dependencies to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jun 17, 2012
1 parent d2fde32 commit 744bf44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion courextool.gemspec
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "courextool"
gem.require_paths = ["lib"]
gem.version = Courextool::VERSION
gem.version = Courex::VERSION

gem.add_runtime_dependency "nokogiri"
gem.add_runtime_dependency "slop"
end

0 comments on commit 744bf44

Please sign in to comment.