From 310f9daf66476c351730da8545457309c44e0f4d Mon Sep 17 00:00:00 2001 From: Vinkesh Banka Date: Wed, 4 Jul 2012 17:02:00 +0530 Subject: [PATCH] Banka | Added files in lib folder in gemspec --- batphone.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batphone.gemspec b/batphone.gemspec index 44e0297..b744e8e 100644 --- a/batphone.gemspec +++ b/batphone.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.homepage = "http://hans.fugal.net/src/batphone/doc/files/README.html" s.platform = Gem::Platform::RUBY s.description = "Very simple and easy to learn bridge to AGI (Asterisk Gateway Interface)" - s.files = ["README", "README.fastagi", "ChangeLog", "lib/agi.rb", "lib/fastagi.rb"] + s.files = Dir.glob("lib/**/*") + ["README", "README.fastagi", "ChangeLog"] s.has_rdoc = true s.extra_rdoc_files = ["README", "README.fastagi"] end