Navigation Menu

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: ranguba/rroonga
base: 5108b56625a3
Choose a base ref
...
head repository: ranguba/rroonga
compare: 8c8047738155
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 11, 2015

  1. Change Groonga::Operator to class from module

    Constants in `Groonga::Operator` are changed to `Groonga::Operator`
    objects from Integer.
    
    It's backward incompatible change but normally it's not a
    problem. Because `Groonga::Operator#to_int` is
    defined. `Groonga::Operator` will be casted to Integer if it's
    needed. So the current code will work well without any change.
    kou committed Apr 11, 2015
    Copy the full SHA
    8c80477 View commit details
    Browse the repository at this point in the history