- Timestamp:
- 01/23/08 08:49:35 (5 years ago)
- Files:
-
- 1 modified
-
platform/tdiary/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/Rakefile
r5310 r5324 22 22 23 23 Spec::Rake::SpecTask.new do |t| 24 t.spec_opts = ['-c', '--options', File.join('spec', 'spec.opts')]24 t.spec_opts = ['--colour', '--options', File.join('spec', 'spec.opts')] 25 25 end 26 26 … … 57 57 when Shell.new.find_system_command('iconv') 58 58 # use iconv instead of nkf in the following another way... 59 s cript =<<-EOS59 sh <<-EOS.gsub(/^\s+/, '') 60 60 iconv --from-code=utf-8 --to-code=euc-jp --output #{filename}{.tmp,} && \\ 61 61 touch -m -r #{filename}{,.tmp} && \\ 62 62 mv #{filename}{.tmp,} 63 63 EOS 64 sh script.gsub(/^\s+/, '')65 64 #else 66 65 # ... or require 'nkf', 'iconv'
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)