From b5aba69e60dec153ecab3263ebc3fa5e93662a46 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 15 Apr 2019 09:22:11 +0000 Subject: merge revision(s) 66720: separate downloading of Unicode property files and auxiliary files Separate downloading of Unicode property files in ucd and in ucd/auxiliary. This is needed because we need information from separate index.html files to discover the exact file names of property files during a beta period. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv/csv.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/csv/csv.gemspec') diff --git a/lib/csv/csv.gemspec b/lib/csv/csv.gemspec index f57d9efb7d..98110bc13c 100644 --- a/lib/csv/csv.gemspec +++ b/lib/csv/csv.gemspec @@ -25,6 +25,7 @@ Gem::Specification.new do |spec| "lib/csv.rb", "lib/csv/core_ext/array.rb", "lib/csv/core_ext/string.rb", + "lib/csv/delete_suffix.rb", "lib/csv/fields_converter.rb", "lib/csv/match_p.rb", "lib/csv/parser.rb", -- cgit v1.2.3