Removed faster_csv from lib (#5638).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8906 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
28338a6f4a
commit
d7f0919277
1
Gemfile
1
Gemfile
|
@ -3,6 +3,7 @@ source :rubygems
|
|||
gem "rails", "2.3.14"
|
||||
gem "i18n", "~> 0.4.2"
|
||||
gem "coderay", "~> 1.0.0"
|
||||
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
|
||||
|
||||
# Optional gem for LDAP authentication
|
||||
group :ldap do
|
||||
|
|
1984
lib/faster_csv.rb
1984
lib/faster_csv.rb
File diff suppressed because it is too large
Load Diff
|
@ -19,7 +19,7 @@ rescue LoadError
|
|||
end
|
||||
|
||||
if RUBY_VERSION < '1.9'
|
||||
require 'faster_csv'
|
||||
require 'fastercsv'
|
||||
else
|
||||
require 'csv'
|
||||
FCSV = CSV
|
||||
|
|
Loading…
Reference in New Issue