Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment and configuration #40

Merged
merged 1 commit into from
Oct 21, 2016
Merged

Commits on Oct 21, 2016

  1. * Rename SynchronizedMinter and align its code with the new `Minter…

    …::Base`-based minter structure
    
    * Add accessor for default minter class to `Config`
    * Use configured minter class as default in service
    * Sets the default minter class to `Minter::Db` (rather than `Minter::File` -- **breaking change** from past versions)
    * Update README with instructions for overriding the minter and using `Minter::File`
    * Add `#read` and `#write` methods to minter classes
    * Add new rake tasks that can migrate minter state between persistence options (+ documentation for same)
    * Add test coverage for new minter `#read`/`#write` methods
    mjgiarlo committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    6ca6959 View commit details
    Browse the repository at this point in the history