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/power_assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: ruby/power_assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 19, 2017

  1. Bump version to 1.1.1dev

    k-tsj committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    498d9c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Support :if

    k-tsj committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    f44e62a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e12e97 View commit details
    Browse the repository at this point in the history
  3. Support :unless

    k-tsj committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    180b0c0 View commit details
    Browse the repository at this point in the history
  4. Adjust indent

    k-tsj committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    f80c3ca View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Add notes for known limitations (#21)

    Close #20.
    piroor authored and k-tsj committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    de69808 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    0db947a View commit details
    Browse the repository at this point in the history
  2. Remove trailing spaces

    k-tsj committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    03c768b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Respect tab stops

    k-tsj committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    652ade6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. support test-bundled-gems task on ruby core repository.

      `test-bundled-gems` could not invoke test suite contained native
      extension gem. We need to ignore these tests or make to build
      native extension on `test-bundled-gems`
    
      Therefore, I ignored byebug on tests of power_assert.
    
        * Handle Bundler::GemNotFound exeption for simplecov. It used
          json gem.
        * Ignore byebug tests when it's not installed.
    hsbt committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    22e0189 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from hsbt/support-test-bundled-gems

    Support `test-bundled-gems` task on ruby core repository.
    k-tsj authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    33b16a3 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.1.1

    k-tsj committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    0a497d7 View commit details
    Browse the repository at this point in the history
Loading