include export dir with gem

This commit is contained in:
David Dollar
2010-06-23 19:13:40 -04:00
parent ce5c8b4c04
commit d67a2f4e11

View File

@@ -64,7 +64,7 @@ begin
s.platform = Gem::Platform::RUBY
s.has_rdoc = false
s.files = %w(Rakefile README.md) + Dir["{bin,lib,spec}/**/*"]
s.files = %w(Rakefile README.md) + Dir["{bin,export,lib,spec}/**/*"]
s.require_path = "lib"
# #s.bindir = "bin"