SoftwareFoundationGroupAtKyotoU / automata

Other
3 stars 10 forks source link

Stop supporting Ruby 1.8. #66

Closed chiro closed 9 years ago

krtx commented 9 years ago
$ find . -path "./vendor" -prune -o -name '*.cgi' -o -name '*.rb' | xargs grep -E ' :.* =>'
./api/comment.cgi:      :user    => u,
./api/comment.cgi:      :comment => Comment.new(app.user, group, dir, config),
./api/comment.cgi:    args = { :type => type, :id => id, :offset => offset, :limit => limit }
./api/comment.cgi:      entry.merge({ :user_name => user_names[entry['user']] })
./api/comment.cgi:    r = comments[0][:comment].add(:content => content, :ref => ref, :acl => acl)
./api/comment.cgi:      .edit(:id => id, :content => content, :ref => ref, :acl => acl)
./api/user.cgi:        :status => helper.params['status'][0],
./api/user.cgi:        :log    => !helper.params['log'].empty?,
./post/post.cgi:  :require  => '必須なパラメータ "%s" が指定されませんでした',
./post/post.cgi:  :invalid  => '不正なパラメータ "%s" が指定されました',
./post/post.cgi:  :closed => '提出期限の過ぎた課題 "%s" が指定されました',
./post/post.cgi:  :capacity => '頻度が高すぎるためリクエストを拒否しました',
./post/post.cgi:  :unzip    => 'アップロードされたファイルの展開に失敗しました',
chiro commented 9 years ago

あっ *.cgi 見てなかった……