config/jeweler.rb in auser-poolparty-1.3.1 vs config/jeweler.rb in auser-poolparty-1.3.2
- old
+ new
@@ -21,13 +21,11 @@
s.homepage = "http://poolpartyrb.com"
s.email = "arilerner@mac.com"
s.authors = ["Ari Lerner", "Michael Fairchild", "Nate Murray"]
s.test_files = Dir["test/**/test_*.rb"]
- excludes_regexp = ["lib/erlang"].one_of_regex
- s.files = (%w(Rakefile README.rdoc License.txt VERSION.yml) +
- Dir["{config,examples,lib,test,tasks,script,generators,bin,vendor}/**/*"]).delete_if{|f| f =~ excludes_regexp}
+ s.files = (%w(Rakefile README.rdoc License.txt VERSION.yml) + Dir["{config,examples,lib,test,tasks,script,generators,bin,vendor}/**/*"])
s.files.exclude '**/*.beam'
s.files.exclude "**/*/erl_crash.dump"
s.has_rdoc = true