Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    d35562d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0064e68 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Added dependabot

    hsbt committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d71d052 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from ruby/add-dependabot

    Added dependabot.yml for actions
    hsbt authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ac5b1ab View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2046ed2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from ruby/dependabot/github_actions/actions/che…

    …ckout-3
    
    Bump actions/checkout from 2 to 3
    hsbt authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    77a3937 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Redirect to IO::NULL for the portability

    nobu authored and hsbt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d1bfcba View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. ruby version testing

    dpep committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5fc357d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Simplify the implementation (#7)

    Remove `__init__` and move logic to `included`.
    dpep authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    545b6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1a501 View commit details
    Browse the repository at this point in the history
  3. expand testing

    dpep authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    fa8379e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Revert "Simplify the implementation (#7)"

    This reverts commit 545b6b6.
    
      This change break Rails CI: https://bugs.ruby-lang.org/issues/19711
    hsbt committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    911531d View commit details
    Browse the repository at this point in the history
  2. Simplify implementation of Singleton#instance. (#9)

    - Add more tests to cover rails' usage.
    dpep authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a67bf24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from dpep/ruby-version-testing

    ruby version testing
    hsbt authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5784649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d734dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from ruby/use-reusable-workflow

    Use reusing workflow for all tested versions
    hsbt authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    3ec1e08 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Move gemspec files to top of lib directory.

      They have version.rb files with same directory.
      But version.rb have been removed at ruby/ruby#3375
      There is no reason to locate under the library name of directory.
    hsbt committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2291537 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    087d2de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from ruby/dependabot/github_actions/actions/ch…

    …eckout-4
    
    Bump actions/checkout from 3 to 4
    hsbt authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    14ff324 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Bump up 0.2.0

    hsbt committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3c7fb5f View commit details
    Browse the repository at this point in the history
Loading