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: rake-compiler/rake-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: rake-compiler/rake-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 20, 2016

  1. Bump version

    kou committed Jun 20, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    6101d75 View commit details

Commits on Aug 19, 2016

  1. Fixing regular expression.

    The single `.` here matches anything. The regular expression was happily working but it's technically not what we want to do. We want to match an actual dot, not "any character".
    nicolasnoble authored Aug 19, 2016

    Verified

    This commit was signed with the committer’s verified signature.
    pacrob Paul Robinson
    Copy the full SHA
    d0fd326 View commit details

Commits on Aug 20, 2016

  1. Merge pull request #135 from nicolasnoble/patch-1

    Fixing regular expression.
    
    Patch by Nicolas Noble. Thanks!!!
    kou authored Aug 20, 2016
    Copy the full SHA
    7e4087d View commit details
  2. travis: remove EOL-ed Ruby

    kou committed Aug 20, 2016
    Copy the full SHA
    f47e7a5 View commit details

Commits on Nov 12, 2016

  1. Fixing another regular expression.

    Same as in commit d0fd326.
    larskanis committed Nov 12, 2016
    Copy the full SHA
    b47d536 View commit details

Commits on Nov 13, 2016

  1. Merge pull request #136 from larskanis/fix-regular-expression-2

    Fixing another regular expression.
    
    Patch by Lars Kanis. Thanks!!!
    kou authored Nov 13, 2016
    Copy the full SHA
    f9c5789 View commit details
  2. Add 1.0.2 entry

    kou committed Nov 13, 2016
    Copy the full SHA
    4c47c24 View commit details
Loading