README.md in procon_bypass_man-0.1.10 vs README.md in procon_bypass_man-0.1.11
- old
+ new
@@ -68,16 +68,16 @@
### 起動ログをサーバに送信する
* `ProconBypassMan.api_server = "http://.."` を設定すると、 `POST /api/reports` に対して起動ログを送信するようになります
### 開発環境でログの送信を確認する方法
-* `bundle exec bin/report_receive_server.rb`
-* `bin/console`
- * `ProconBypassMan.api_server = "http://localhost:4567"`
+* `bundle exec bin/dev_api_server.rb`
+* `INTERNAL_API_SERVER=http://localhost:4567 bin/console`
* `message = ProconBypassMan::BootMessage.new; ProconBypassMan::Reporter.report(body: message.to_hash)"`
### リリース手順
* project_template/web.rb, project_template/app.rb, lib/procon_bypass_man/version.rb のバージョンをあげる
+* CHANGELOG.md に日付を書く
* be rake release
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).