Skip to content

Commit

Permalink
Monitor the right files.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 24, 2011
1 parent 21deb85 commit 4583599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -4,6 +4,7 @@ Bundler::GemHelper.install_tasks
require 'rake/extensiontask'
Rake::ExtensionTask.new('uri_parser') do |ext|
ext.lib_dir = File.join('lib', 'uri_parser')
ext.source_pattern = "*.{c,cpp,cc,h}"
end

require "rspec/core/rake_task"
Expand Down

0 comments on commit 4583599

Please sign in to comment.