From null at cozmixng.org Thu May 24 13:22:18 2012 From: null at cozmixng.org (null at cozmixng.org) Date: Thu, 24 May 2012 22:22:18 +0900 Subject: [activeldap-commit] activeldap/activeldap [master] gemspec: add missing test files Message-ID: <20120524132226.D13BD941403@jenkins.clear-code.com> Kouhei Sutou 2012-05-24 22:22:18 +0900 (Thu, 24 May 2012) New Revision: b046678354276467c73cc526b2c3d2404c2f09df Log: gemspec: add missing test files GitHub: fix #40 Reported by V?t Ondruch. Thanks!!! Modified files: activeldap.gemspec Modified: activeldap.gemspec (+3 -0) =================================================================== --- activeldap.gemspec 2012-03-08 21:21:10 +0900 (b99b4de) +++ activeldap.gemspec 2012-05-24 22:22:18 +0900 (e2d6a59) @@ -30,6 +30,9 @@ Gem::Specification.new do |spec| "README.textile", "TODO") spec.files.delete_if {|file| /\.yaml\z/ =~ File.basename(file)} + spec.test_files = collect_files.call("test/**/*.rb", + "test/config.yaml.sample", + "test/**/*.ldif") spec.description = <<-EOF 'ActiveLdap' is a ruby library which provides a clean objected oriented interface to the Ruby/LDAP library. It was inspired