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

Thomas07vt issues/21 multiple monthly days #3

Merged
merged 2 commits into from
Jul 24, 2021

Commits on May 18, 2017

  1. Fixes fnando#21 Allowing multiple month days

    This allows multiple month days to be used in the :on option
    
    ```
    Recurrence.new(:every => :month, :on => [15, 31])
    ```
    
    - Separating monthday and weekday logic into modules to make it easier
      to understand the flow
    - Adding tests
    - Shift is disallowed for multiple :on days
    thomas07vt committed May 18, 2017
    Configuration menu
    Copy the full SHA
    21f3f27 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Merge branch 'issues/21-multiple-monthly-days' of https://github.com/…

    …thomas07vt/recurrence into thomas07vt-issues/21-multiple-monthly-days
    
    # Conflicts:
    #	README.md
    #	lib/recurrence/event/monthly.rb
    #	lib/recurrence/namespace.rb
    kimili committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    4bbefd3 View commit details
    Browse the repository at this point in the history