Skip to content

Commit

Permalink
Added posix-spawn gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
santhanakarthikeyan committed Apr 13, 2016
1 parent 8732a56 commit 26e57ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ohloh_scm.gemspec
Expand Up @@ -16,4 +16,6 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = %w(lib)

gem.add_runtime_dependency 'posix-spawn', '~> 0.3'
end

0 comments on commit 26e57ff

Please sign in to comment.