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

build(deps): bump jp_prefecture from 0.11.0 to 1.0.0 #215

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2021

Bumps jp_prefecture from 0.11.0 to 1.0.0.

Release notes

Sourced from jp_prefecture's releases.

1.0.0 (2021-02-24)

Breaking changes

  • Ruby 1.9.3 - 2.3/Rails 3.2 - 4.2 のサポートを終了 (PR #39/@​chocoby)

    古い Ruby/Rails のサポートを終了しました。今後も大きな不具合が見つかった場合、可能な限りは対応する予定です。

    サポートするバージョンの範囲は Ruby/Rails のメンテナンスポリシーに則るのがシンプルですが、この Gem では厳しくする必要はないと考えています。 Ruby/Rails のメンテナンスポリシーで決められているバージョンは最低限サポートし、実装やテストのメンテナンスが困難になったバージョンからサポートを終了する方針で検討しています。ご意見があればください。

  • 文字列による検索は項目を指定して検索する (Issue #24, #27/PR #43/@​chocoby)

    JpPrefecture::Prefecture.find(name: '東') を実行すると、青森県が取得されていた問題への対応です。これはマッピングのすべての項目を検索していたためです。 対応として、name を指定した場合は漢字表記、name_e は英語表記など、指定した項目のみを検索するように変更しました。詳しい使い方は README を参照してください。 以前のように、すべての項目から検索したい場合は JpPrefecture::Prefecture.find(all_fields: 'string') を使用してください。

Features

  • Ruby 3.0 をサポートに追加 (PR #42/@​chocoby)

  • 郵便番号データを更新 (PR #46/@​chocoby)

  • JpPrefecture::Prefecture クラスに都道府県コードから都道府県インスタンスを作成する build_by_code メソッドを追加 (PR #44/@​chocoby)

    都道府県コードを指定すると、それに対応した都道府県の JpPrefecture::Prefecture インスタンスを取得するメソッドを追加しました。 JpPrefecture::Prefecture.build メソッドは参照している処理がなくなったため、削除しました。

Documentation

Misc

1.0.0.rc1 (2021-02-10)

Breaking changes

  • Ruby 1.9.3 - 2.3/Rails 3.2 - 4.2 のサポートを終了 (PR #39/@​chocoby)

    古い Ruby/Rails のサポートを終了しました。今後も大きな不具合が見つかった場合、可能な限りは対応する予定です。

    サポートするバージョンの範囲は Ruby/Rails のメンテナンスポリシーに則るのがシンプルですが、この Gem では厳しくする必要はないと考えています。 Ruby/Rails のメンテナンスポリシーで決められているバージョンは最低限サポートし、実装やテストのメンテナンスが困難になったバージョンからサポートを終了する方針で検討しています。ご意見があればください。

  • 文字列による検索は項目を指定して検索する (Issue #24, #27/PR #43/@​chocoby)

    JpPrefecture::Prefecture.find(name: '東') を実行すると、青森県が取得されていた問題への対応です。これはマッピングのすべての項目を検索していたためです。 対応として、name を指定した場合は漢字表記、name_e は英語表記など、指定した項目のみを検索するように変更しました。詳しい使い方は README を参照してください。 以前のように、すべての項目から検索したい場合は JpPrefecture::Prefecture.find(all_fields: 'string') を使用してください。

... (truncated)

Changelog

Sourced from jp_prefecture's changelog.

1.0.0 (2021-02-24)

Misc

  • 毎週月曜日の 09:00 (JST) にテストを実行する (PR #52/@​chocoby)

1.0.0.rc1 (2021-02-10)

Breaking changes

  • Ruby 1.9.3 - 2.3/Rails 3.2 - 4.2 のサポートを終了 (PR #39/@​chocoby)

    古い Ruby/Rails のサポートを終了しました。今後も大きな不具合が見つかった場合、可能な限りは対応する予定です。

    サポートするバージョンの範囲は Ruby/Rails のメンテナンスポリシーに則るのがシンプルですが、この Gem では厳しくする必要はないと考えています。 Ruby/Rails のメンテナンスポリシーで決められているバージョンは最低限サポートし、実装やテストのメンテナンスが困難になったバージョンからサポートを終了する方針で検討しています。ご意見があればください。

  • 文字列による検索は項目を指定して検索する (Issue #24, #27/PR #43/@​chocoby)

    JpPrefecture::Prefecture.find(name: '東') を実行すると、青森県が取得されていた問題への対応です。これはマッピングのすべての項目を検索していたためです。 対応として、name を指定した場合は漢字表記、name_e は英語表記など、指定した項目のみを検索するように変更しました。詳しい使い方は README を参照してください。 以前のように、すべての項目から検索したい場合は JpPrefecture::Prefecture.find(all_fields: 'string') を使用してください。

Features

  • Ruby 3.0 をサポートに追加 (PR #42/@​chocoby)

  • 郵便番号データを更新 (PR #46/@​chocoby)

  • JpPrefecture::Prefecture クラスに都道府県コードから都道府県インスタンスを作成する build_by_code メソッドを追加 (PR #44/@​chocoby)

    都道府県コードを指定すると、それに対応した都道府県の JpPrefecture::Prefecture インスタンスを取得するメソッドを追加しました。 JpPrefecture::Prefecture.build メソッドは参照している処理がなくなったため、削除しました。

Documentation

Misc

Commits
  • a8f4624 Merge pull request #51 from chocoby/release-100
  • 855d8c2 Release v1.0.0
  • 41cb50c Merge pull request #52 from chocoby/scheduled-build
  • 748f1f6 Temporarily disable RuboCop rule (Style/HashConversion)
  • 8e233c1 Run scheduled build at 09:00 (JST) on Monday
  • a37bf19 Merge pull request #50 from chocoby/update-readme
  • c7eadea README: Add description of all_fields option
  • 09453cd Merge pull request #49 from chocoby/update-changelog-2
  • 74b7721 Update CHANGELOG
  • 55ba712 Merge pull request #47 from chocoby/release-100rc1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 24, 2021
@nikukyugamer nikukyugamer merged commit 5897129 into development Feb 24, 2021
@dependabot dependabot bot deleted the dependabot/bundler/jp_prefecture-1.0.0 branch February 24, 2021 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant