Skip to content

Commit

Permalink
Don't use FileList
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2017
1 parent f93d8e2 commit edf805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red-arrow-nmatrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.files += [".yardopts"]
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("doc/text/*")
spec.extensions = FileList["ext/arrow-nmatrix/extconf.rb"]
spec.extensions = ["ext/arrow-nmatrix/extconf.rb"]
spec.test_files += Dir.glob("test/**/*")

spec.add_runtime_dependency("red-arrow")
Expand Down

0 comments on commit edf805d

Please sign in to comment.