Skip to content

Commit

Permalink
Stupid error in gemspec. Kept the main file from being installed :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat committed May 26, 2008
1 parent e205207 commit 678d5a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -16,5 +16,12 @@ ret, out, err = capture_output{ puts 'normal output' ; $stderr.puts 'error' ; 't
Note that the output generated inside capture_output's block is not displayed at the console.


Installation

gem install webmat-capture_fu --source=http://gems.github.com
and
require 'capture_fu'


Authors
- Mathieu Martin, webmat@gmail.com
2 changes: 1 addition & 1 deletion capture_fu.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.test_files = %w{test/capture_output_test.rb
test/functional/capture_output_test.rb test/functional/capture_process_output_test.rb
test/unit/capture_output_test.rb test/unit/intrusiveness_test.rb}
s.files = %w{Rakefile README TODO lib/capture_fu} + s.test_files
s.files = %w{Rakefile README TODO lib/capture_fu.rb} + s.test_files

s.has_rdoc = false
end

0 comments on commit 678d5a4

Please sign in to comment.