README.md in parelation-0.2.0 vs README.md in parelation-1.0.0

- old
+ new

@@ -2,19 +2,19 @@ [![Gem Version](https://badge.fury.io/rb/parelation.svg)](http://badge.fury.io/rb/parelation) [![Code Climate](https://codeclimate.com/github/mrrooijen/parelation.png)](https://codeclimate.com/github/mrrooijen/parelation) [![Build Status](https://travis-ci.org/mrrooijen/parelation.svg)](https://travis-ci.org/mrrooijen/parelation) -Parelation, for Rails/ActiveRecord 5.0+, allows you to query your ActiveRecord-mapped database easily, securely and quite flexibly using simple GET requests. It's used in your controller layer where it uses HTTP GET parameters to build on the ActiveRecord::Relation chain. This provides the client-side with the out-of-the-box flexibility to perform fairly dynamic queries without having to write boilerplate on the server. +Parelation, for Rails/ActiveRecord 6.0+, allows you to query your ActiveRecord-mapped database easily, securely and quite flexibly using simple GET requests. It's used in your controller layer where it uses HTTP GET parameters to build on the ActiveRecord::Relation chain. This provides the client-side with the out-of-the-box flexibility to perform fairly dynamic queries without having to write boilerplate on the server. This library was developed for- and extracted from [HireFire]. The documentation can be found on [RubyDoc]. ### Compatibility -- Rails/ActiveRecord 5.0+ +- Rails/ActiveRecord 6.0+ - Ruby (MRI) 2.5+ ### Installation Add the gem to your Gemfile and run `bundle`. @@ -240,11 +240,11 @@ ### Contributing Contributions are welcome, but please conform to these requirements: - Ruby (MRI) 2.5+ -- ActiveRecord 5.0+ +- ActiveRecord 6.0+ - 100% Spec Coverage - Generated by when running the test suite - 100% [Passing Specs] - Run test suite with `$ rspec spec` - 4.0 [Code Climate Score] @@ -290,6 +290,5 @@ [HireFire]: http://hirefire.io [Passing Specs]: https://travis-ci.org/mrrooijen/parelation [Code Climate Score]: https://codeclimate.com/github/mrrooijen/parelation [RubyDoc]: http://rubydoc.info/github/mrrooijen/parelation/master/frames [MIT License]: https://github.com/mrrooijen/parelation/blob/master/LICENSE -