README.md in binda-0.1.9 vs README.md in binda-0.1.10

- old
+ new

@@ -1,11 +1,11 @@ # Binda A modular CMS for Ruby on Rails 5.1. [![Gem Version](https://badge.fury.io/rb/binda.svg)](https://badge.fury.io/rb/binda) -[![Code Climate](https://codeclimate.com/github/lacolonia/binda/badges/gpa.svg)](https://codeclimate.com/github/lacolonia/binda) -[![Test Coverage](https://api.codeclimate.com/v1/badges/5dc62774a6b8b63aa72b/test_coverage)](https://codeclimate.com/github/lacolonia/binda/test_coverage) +[![Maintainability](https://api.codeclimate.com/v1/badges/8eef73404f871e431560/maintainability)](https://codeclimate.com/github/BindaCMS/binda/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/8eef73404f871e431560/test_coverage)](https://codeclimate.com/github/BindaCMS/binda/test_coverage) [![Inline docs](http://inch-ci.org/github/lacolonia/binda.svg?branch=master)](http://inch-ci.org/github/lacolonia/binda) > This documentation has been written for the [Official Documentation](http://www.rubydoc.info/gems/binda), not the Github README. > If you still prefer to read Github README be aware that links might not work properly. @@ -611,11 +611,12 @@ # Plugins Here a list of useful plugins: -- [Binda Multilanguage](https://github.com/lacolonia/binda_multilanguage) +- [Binda API](https://github.com/lacolonia/binda-api) +- [Binda Shopify](https://github.com/lacolonia/binda-shopify) --- @@ -965,11 +966,11 @@ $ cd path/to/binda $ curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-0.1.4-darwin-amd64 > ./cc-test-reporter $ chmod +x ./cc-test-reporter $ ./cc-test-reporter before-build $ rspec -$ ./cc-test-reporter after-build -r a8789f8ca71f52cc879c1fa313d94547c9a0ddbd207977fe997f686a71e0c400 +$ ./cc-test-reporter after-build -r 7bffb1da50f35979ea3ef4fc205aa03c6b3c10fa603d5b66f19f81ab06d2ab97 ``` `cc-test-reporter` is ignored by the repo, so it want be pushed. Same thing can be done on linux usign another binary code (see [documentation](https://docs.codeclimate.com/docs/configuring-test-coverage)). Besides the test coverage can be done automatically via Travis as well, but not on pull requests. @@ -1001,11 +1002,22 @@ ### License The gem is available as open source under the terms of the [GNU General Public License v3.0](https://github.com/a-barbieri/binda/blob/master/LICENSE). + +Binda is a headless CMS with an intuitive out-of-the-box interface. + +Copyright (C) 2017 Alessandro Barbieri + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +Find the GNU General Public License here <http://www.gnu.org/licenses/>. + ### Credits -Binda is inspired by [Spina CMS](https://github.com/denkGroot/Spina). +Binda is inspired by [Spina CMS](https://github.com/SpinaCMS/Spina). We give also credit to authors and contributors of the gems that Binda uses. Huge thank you to all of them. ### Who is Binda? Is [this guy here](https://en.wikipedia.org/wiki/Alfredo_Binda).