Skip to content

Commit

Permalink
ruby230: Merge branch 'master' into ruby230
Browse files Browse the repository at this point in the history
Travis-CI の設定ファイルを書き換えた
  • Loading branch information
koi-chan committed Jan 11, 2016
2 parents e640de1 + 58f56d0 commit 632a614
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rvm:
- 2.2.3
- 2.2.4
- 2.3.0
=======
notifications:
irc:
use_notice: true
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ DEPENDENCIES
lumberjack (~> 1.0)
mail (~> 2.6.3)
nokogiri (~> 1.6)
mail (~> 2.6.3)
pry (~> 0.10)
rake (~> 10.4)
rspec (~> 3.1)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ bundle install --deployment
| [Keyword](doc/plugins/keyword.md) | キーワード検索 |
| [OnlineSessionSearch](doc/plugins/online_session_search.md) | [TRPG.NET セッションマッチングシステム](http://session.trpg.net/)から予定されているオンラインセッションの情報を検索する |
| [CreTwitterCitation](doc/plugins/cre_twitter_citation.md) | Twitter @cre_ne_jp の引用 |
| [UrlFetchTitle](doc/plugins/url_fetch_title.md) | 発言された URL のページタイトルを取得する |

#### IRC 関連

Expand Down
6 changes: 3 additions & 3 deletions config/server_connection_report/charybdis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ServerConnectionReport::Charybdis:

# 送信設定
Mail:
To:
- 'koi-chan@mail.kazagakure.net'
To:
- 'admin@example.net'
SMTP:
address: 'localhost'
port: 25
domain: 'vm11.kazagakure.net'
domain: 'example.net'
authentication: false
ssl: false
enable_starttls_auto: false
20 changes: 20 additions & 0 deletions config/url_fetch_title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UrlFetchTitle プラグインの設定
UrlFetchTitle:
# 書き込みタイムアウト
WriteTimeout: 2
# 接続タイムアウト
ConnectTimeout: 5
# 読み込みタイムアウト
ReadTimeout: 5
# 最大リダイレクト回数
MaxRedirects: 5
# 読み込みサイズ閾値(バイト単位)
ReadSizeThreshold: 65536
# 返信の接頭辞
ReplyPrefix: 'FetchTitle: '
# 返信の接尾辞
ReplySuffix: ''

# HTTP 接続用の User-Agent
# %s を書くと、RGRBのバージョンに置換される
UserAgent: "RGRB/%s (Creator's Network IRC bot)"
2 changes: 1 addition & 1 deletion lib/rgrb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module RGRB
# RGRB のバージョン
VERSION = '0.9.3'
VERSION = '0.10.0'
end

0 comments on commit 632a614

Please sign in to comment.