Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-i18n/i18n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: ruby-i18n/i18n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.1
Choose a head ref
  • 13 commits
  • 6 files changed
  • 4 contributors

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    b6205d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    3115f71 View commit details
    Browse the repository at this point in the history
  2. Read AS MemoryStore value via public API

    because Rails 7.1 changed its implementation to hold the `@data` ivar as a marshalled String
    amatsuda committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8aa685a View commit details
    Browse the repository at this point in the history
  3. Skip CIing on jruby against Rails 5.2

    JRuby 9.4.2.0 is equivalent to CRuby 3.1.0 which is not supported by Rails 5.2.x
    amatsuda committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6afb576 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #664 from amatsuda/skip_jruby_rails52

    Skip CIing on jruby against Rails 5.2
    radar authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    26ae7f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #663 from amatsuda/fix_rails_edge_ci

    A fix for failing CI against edge Rails
    radar authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0bbef26 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #662 from amatsuda/default_empty_array

    Simplify the "Translation missing" message when default is an empty Array
    radar authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    bbe078b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #659 from mark-a/mark-a-fallback-doc

    Add documentation hint for fallback values
    radar authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c396bae View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. CI against Ruby 3.2

    amatsuda committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9b519dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from amatsuda/ci_ruby32

    CI against Ruby 3.2
    radar authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    767c0a2 View commit details
    Browse the repository at this point in the history
  3. Fix build warnings in the CI by using actions/checkout@v3

    "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2."
    https://github.com/ruby-i18n/i18n/actions/runs/5161186483
    amatsuda committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d61de01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #666 from amatsuda/checkout_v3

    Fix build warnings in the CI by using actions/checkout@v3
    radar authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    5d5c40f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Bump to 1.14.1

    radar committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    395aa5e View commit details
    Browse the repository at this point in the history
Loading