close
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/base64
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: ruby/base64
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 6 contributors

Commits on Dec 20, 2023

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

    By providing a 'changelog_uri' in the metadata of the gemspec
    a 'Changelog' link will be shown on https://rubygems.org/gems/base64
    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/
    mark-young-atg committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7cab043 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #18 from mark-young-atg/provide_changelog_link_on_…

    …rubygems
    
    Provide a 'Changelog' link on rubygems.org/gems/base64
    olleolleolle authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9669a7d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 6, 2024

  1. Merge pull request #21 from ruby/old-version-on-macos

    Exclude older than 2.6 on macos-14
    nobu authored May 6, 2024
    Configuration menu
    Copy the full SHA
    7ec2861 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    9704a4c View commit details
    Browse the repository at this point in the history
  2. Update file list on gemspec

    hsbt committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e30df92 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Add RBS signature and testing (#25)

    * Add RBS signature and testing
    
    * Automated annotation
    ksss authored Mar 31, 2025
    1 Configuration menu
    Copy the full SHA
    cd65c10 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    bb66095 View commit details
    Browse the repository at this point in the history
  2. [DOC] Tweaks for module Base64

    BurdetteLamar authored and hsbt committed May 30, 2025
    Configuration menu
    Copy the full SHA
    5f43831 View commit details
    Browse the repository at this point in the history
  3. v0.3.0

    hsbt committed May 30, 2025
    Configuration menu
    Copy the full SHA
    c5d3c7f View commit details
    Browse the repository at this point in the history
Loading