1 2 3 4 5 6 7 8 9 10 11
|
--- a/pdf-reader.gemspec
+++ b/pdf-reader.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.summary = "A library for accessing the content of PDF files"
spec.description = "The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe"
spec.license = "MIT"
- spec.files = Dir.glob("{examples,lib}/**/**/*") + ["Rakefile", "rbi/pdf-reader.rbi"]
+ spec.files = Dir.glob("{examples,lib}/**/**/*") + ["Rakefile"]
spec.executables << "pdf_object"
spec.executables << "pdf_text"
spec.executables << "pdf_callbacks"
|