README.md in ripper_ruby_parser-1.0.0 vs README.md in ripper_ruby_parser-1.1.0
- old
+ new
@@ -10,11 +10,11 @@
## Features/Notes
* Drop-in replacement for RubyParser.
* Should handle 1.9 and later syntax gracefully.
-* Needs MRI 1.9.3 or higher
+* Needs MRI 2.0 or higher
## Install
* gem install ripper_ruby_parser
@@ -27,11 +27,11 @@
p result
# => s(:call, nil, :puts, s(:arglist, s(:str, "Hello World!")))
## Requirements
-* Ruby 1.9.3 or higher
+* Ruby 2.0 or higher
* sexp_processor
## Hacking and contributing
If you want to send pull requests or patches, please:
@@ -47,10 +47,10 @@
## License
(The MIT License)
-Copyright (c) 2012, 2014 Matijs van Zuijlen
+Copyright (c) 2012, 2014-2017 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,