Skip to content

Commit

Permalink
[ruby1.9] don't use Pathname for FileList.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 20, 2011
1 parent 7f8d381 commit 7328e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end
namespace :reference do
translate_languages = [:ja]
supported_languages = [:en, *translate_languages]
html_files = FileList[doc_en_dir + "**/*.html"].to_a
html_files = FileList[(doc_en_dir + "**/*.html").to_s].to_a

directory reference_base_dir.to_s
CLOBBER.include(reference_base_dir.to_s)
Expand Down

0 comments on commit 7328e5f

Please sign in to comment.