Skip to content

Commit

Permalink
Rakefile: add examples to files
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed May 20, 2009
1 parent 32e5b65 commit 563f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ Jeweler::Tasks.new do |s|
s.homepage = "http://github.com/astro/em-dns"
s.description = "DNS::Resolv made ready for EventMachine"
s.authors = ["Aman Gupta", "Stephan Maka"]
s.files = FileList["[A-Z]*", "{lib,test}/**/*"]
s.files = FileList["[A-Z]*", "{lib,test,examples}/**/*"]
s.add_dependency 'eventmachine'
end

Expand Down

0 comments on commit 563f2e0

Please sign in to comment.