-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement BYSETPOS #1
Conversation
A few small updates to Nicolas Marlier's BYSETPOS support added in PR ice-cube-ruby#349
def rule_hash_for_all_occurrences | ||
source_rule.to_hash.except(:count, :until).tap do |hash| | ||
if hash[:validations] | ||
hash[:validations].delete(:by_set_pos) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: this could be hash[:validations]&.delete(:by_set_post)
. Not sure about the Ruby version requirements though... 🤔
@davidstosik I'm curious about this branch's progress. any way I might help ? |
2.5 years later and this still hasn't been merged.. is this gem even maintained anymore? |
This PR was only ever meant to trigger Travis. Still waiting on feedback in the original repo: Closing this now, so please head over there if you have questions/requests. |
This is a test, rebased on
master
, to see how Travis goes (all builds should be able to run but fail onspec/examples/yearly_rule_spec.rb:80
).