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/logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.4
Choose a base ref
...
head repository: ruby/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.5
Choose a head ref
  • 10 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 23, 2024

  1. Bump rubygems/release-gem from 1.1.0 to 1.1.1

    Bumps [rubygems/release-gem](https://github.com/rubygems/release-gem) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/rubygems/release-gem/releases)
    - [Commits](rubygems/release-gem@9e85cb1...a25424b)
    
    ---
    updated-dependencies:
    - dependency-name: rubygems/release-gem
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    b785aaa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from ruby/dependabot/github_actions/rubygems/…

    …release-gem-1.1.1
    
    Bump rubygems/release-gem from 1.1.0 to 1.1.1
    hsbt authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    4666118 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Provide a 'Changelog' link on rubygems.org/gems/logger

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/logger
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.
    
    Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata
    mark-young-atg committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    c6c64b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Merge pull request #111 from mark-young-atg/provide_changelog_link_on…

    …_rubygems
    
    Provide a 'Changelog' link on rubygems.org/gems/logger
    hsbt authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    b2c481c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    b9daad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba3ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f0afd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Merge pull request #113 from ruby/support-bundled-gems

    Support to become bundled gems
    hsbt authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    663a27f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from andrykonchin/ak/workaround-missing-SHARE…

    …_DELETE-on-truffleruby
    
    Add workaround for TruffleRuby and do not use File::SHARE_DELETE
    hsbt authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    e9af529 View commit details
    Browse the repository at this point in the history
  3. Bump up v1.6.5

    hsbt committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    ef3a128 View commit details
    Browse the repository at this point in the history
Loading