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

Commits on Dec 3, 2019

  1. Update homepage to the github repository

    mame authored and nobu committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    dcc6958 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Fix usage example in README

    The examle warns in Ruby 2.7, and it isn't a case where you would
    want to use ruby2_keywords.
    jeremyevans authored and nobu committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9cf7c97 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Check Module#ruby2_keywords arity

    It is considered a mistake, because calling this method with no
    arguments has no effect.
    nobu committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    d5d8c0c View commit details
    Browse the repository at this point in the history
  2. Add a shim for Proc#ruby2_keywords

    mame authored and nobu committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ff392be View commit details
    Browse the repository at this point in the history
  3. Add a guard for Proc#ruby2_keywords

    mame authored and nobu committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    07e126e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a198860 View commit details
    Browse the repository at this point in the history
Loading