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: dry-rb/dry-initializer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: dry-rb/dry-initializer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on May 16, 2016

  1. Support jrubies 9+

    nepalez committed May 16, 2016
    Configuration menu
    Copy the full SHA
    031c766 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Adding spec verifying default via private method

    Given that `#foo` was a public method, I wanted to specify that private
    methods can be used as for initialization defaults.
    jeremyf committed May 18, 2016
    Configuration menu
    Copy the full SHA
    fd5b2de View commit details
    Browse the repository at this point in the history
  2. Fix bug in mixin inheritance

    Now mixin is duplicated to subclass to not pollute
    superclass mixin with declarations made by a subclass.
    nepalez committed May 18, 2016
    Configuration menu
    Copy the full SHA
    5400fea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from dry-rb/verifying-that-private-methods-are-…

    …viable
    
    Adding spec verifying default via private method
    nepalez committed May 18, 2016
    Configuration menu
    Copy the full SHA
    934e112 View commit details
    Browse the repository at this point in the history
  4. Make builder and signature immutable

    ...and decouple mixin from a builder.
    Now a class that extends a mixin can be safely inherited.
    nepalez committed May 18, 2016
    Configuration menu
    Copy the full SHA
    46a05aa View commit details
    Browse the repository at this point in the history
  5. Fix rubocop issues

    nepalez committed May 18, 2016
    Configuration menu
    Copy the full SHA
    5b64533 View commit details
    Browse the repository at this point in the history
  6. Bump v0.2.1 (bug fix)

    nepalez committed May 18, 2016
    Configuration menu
    Copy the full SHA
    d126d7f View commit details
    Browse the repository at this point in the history
Loading