Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Don't pack stemwords into gem
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelian committed Nov 2, 2009
1 parent ee1ce65 commit ff31a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ begin
gem.extensions = ["ext/lingua/extconf.rb"]
gem.rubyforge_project = "ruby-stemmer"
gem.files = FileList['lib/**/*.rb', 'README.rdoc', 'MIT-LICENSE', 'VERSION', 'Rakefile', 'libstemmer_c/**/*', 'ext/**/*', 'test/**/*']
%w(ext/lingua/*.so ext/lingua/*.bundle ext/lingua/Makefile ext/lingua/mkmf.log ext/lingua/*.o libstemmer_c/**/*.o).each do | f |
%w(ext/lingua/*.so ext/lingua/*.bundle ext/lingua/Makefile ext/lingua/mkmf.log ext/lingua/*.o libstemmer_c/**/*.o libstemmer_c/stemwords).each do | f |
gem.files.exclude f
end
end
Expand Down

0 comments on commit ff31a38

Please sign in to comment.