README.md in ripper_ruby_parser-1.10.0 vs README.md in ripper_ruby_parser-1.11.0

- old
+ new

@@ -8,12 +8,12 @@ ## Features/Notes * Drop-in replacement for RubyParser * Should handle 1.9 and later syntax gracefully -* Requires Ruby 2.6 or higher -* Compatible with RubyParser 3.18.0 +* Requires Ruby 3.0 or higher +* Compatible with RubyParser 3.20.2 ## Known incompatibilities RipperRubyParser has a few incompatibilities with RubyParser. @@ -23,11 +23,13 @@ * RipperRubyParser dedents auto-dedenting heredocs * RipperRubyParser does not include postfix comments ## Install - gem install ripper_ruby_parser +```bash +gem install ripper_ruby_parser +``` ## Synopsis ```ruby require 'ripper_ruby_parser' @@ -42,11 +44,11 @@ # s(:call, nil, :baz, s(:call, nil, :qux))) ``` ## Requirements -* Ruby 2.5 or higher +* Ruby 2.7 or higher * `sexp_processor` ## Hacking and contributing If you want to send pull requests or patches, please: @@ -62,10 +64,10 @@ ## License (The MIT License) -Copyright (c) 2012, 2014-2022 Matijs van Zuijlen +Copyright (c) 2012, 2014-2024 Matijs van Zuijlen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,