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.2
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.3
Choose a head ref
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    53833c0 View commit details
    Browse the repository at this point in the history
  2. Add explicit license file

    Fixes #4
    terceiro authored and nobu committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    46ed72d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92e7434 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

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

Commits on Jan 7, 2021

  1. Use private_method_defined? instead of respond_to?

    `Module.respond_to?(:ruby2_keywords, true)` does NOT check if
    `Module#ruby2_keywords` is available. It worked well because there is
    toplevel `ruby2_keywords` method, but using `private_method_defined?` is
    better, I think.
    
    Also, this fixes a syntactic error.
    mame authored and nobu committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    52c15f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    cbecd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a841a82 View commit details
    Browse the repository at this point in the history
  3. Package LICENSE file

    The source gemspec file is useless after building the gem file.
    nobu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    2ee450c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51c47c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52b8acf View commit details
    Browse the repository at this point in the history
  6. Added least documents

    nobu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5093cd2 View commit details
    Browse the repository at this point in the history
  7. Make README.md the main page

    nobu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9603fec View commit details
    Browse the repository at this point in the history
  8. Fixed RDoc location

    nobu committed Jan 19, 2021
    2 Configuration menu
    Copy the full SHA
    aa06490 View commit details
    Browse the repository at this point in the history
  9. Added tests

    nobu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    396cc79 View commit details
    Browse the repository at this point in the history
Loading