Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新のエクスポートファイルに対応しました #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ppworks
Copy link

@ppworks ppworks commented Apr 16, 2024

  1. コメントの作者のキーが userから author へ変更となっていたので、対応しました
    • 本質的な変更はここまで
  2. bundler をアップデートしました
  3. pryが動作しなかったのでdebugに変更しました
  4. その他 gemが古く動作しなかったので、bundle updateで更新しました
  5. READMEに「zip ファイルを置く」ことの説明を足しました

@@ -80,7 +80,7 @@ class Comment
def initialize(comment)
@raw = comment
@content = @raw['content']
@user = @raw['user']
@user = @raw['user'] || @raw['author'].delete_prefix('@')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

本質的な変更は 🈁 になります ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant