You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.9.0 - 2019-11-06
Fixed
Support for reserved names in settings. Some Kernel methods (public_send and class specifically) are not available if you use access settings via a method call. Same for methods of the Config class. You can still access them with [] and []=. Ruby keywords are fully supported. Invalid names containing special symbols (including ! and ?) are rejected. Note that these changes don't affect the reader option, if you define a setting named :class and pass reader: true ... well ... (flash-gordon)
Settings can be redefined in subclasses without warnings about overriding existing methods (flash-gordon)
Fix warnings about using keyword arguments in 2.7 (koic)