Skip to content

Commit

Permalink
require popen
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Brooks committed Apr 30, 2013
1 parent 90ee098 commit d83efc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,10 @@ Uses:

## Installation

Make sure the dependencies are installed on the system:

apt-get install pngcruch jpegoptim

Add this line to your application's Gemfile:

gem 'under-pressure'
Expand Down
2 changes: 1 addition & 1 deletion under-pressure.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.files = Dir.glob("{lib}/**/*") + %w(README.md)

gem.add_dependency "open4"
gem.add_dependency "POpen4" # Handle shelling out nicely
end

0 comments on commit d83efc4

Please sign in to comment.