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

V2 remove deprecation #158

Merged
merged 8 commits into from
May 28, 2024
Merged

V2 remove deprecation #158

merged 8 commits into from
May 28, 2024

Conversation

stoivo
Copy link
Contributor

@stoivo stoivo commented May 27, 2024

Why and what is being done.

Pre-Merge Checklist

  • CHANGELOG.md updated with short summary

stoivo added 7 commits May 28, 2024 09:57
second argument to assert_raises is custom error message
Using ArgumentError sounds like a good idea since we received invalid
argument to this method, but this exception is suppose to be when you
pass the wrong number of arguments or missing keywords.
Error
  Your bundle only supports platforms ["arm64-darwin-22", "java"] but your local
@stoivo stoivo force-pushed the v2-remove-deprecation branch from 929d3da to 67e0e57 Compare May 28, 2024 11:34
@stoivo stoivo force-pushed the v2-remove-deprecation branch from 67e0e57 to 935308c Compare May 28, 2024 12:02
Copy link
Contributor

@grosser grosser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome :)

@@ -89,7 +94,7 @@ def self.merge(*rule_sets)
end
end

merged = properties.each_with_object(RuleSet.new(nil, nil)) do |(property, details), rule_set|
merged = properties.each_with_object(RuleSet.new) do |(property, details), rule_set|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so nice :)

@grosser grosser merged commit faab4cb into premailer:v2 May 28, 2024
6 checks passed
@stoivo stoivo deleted the v2-remove-deprecation branch May 29, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants