README.md in archangel-0.3.0 vs README.md in archangel-0.4.0
- old
+ new
@@ -21,19 +21,26 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/archangel/sample)
## Requirements
-* Ruby >= 2.2.10
+* Ruby >= 2.4.6
* Rails ~> 5.1
+Additional requirements for `development` and `test` environment:
+
+* Google Chrome
+ * Install using [Homebrew Cask](https://github.com/Homebrew/homebrew-cask) with `brew cask install google-chrome`
+* Chromedriver
+ * Install using [Homebrew Cask](https://github.com/Homebrew/homebrew-cask) with `brew cask install chromedriver`
+
## Installation
Add to your application's Gemfile
```
-gem "archangel", "~> 0.3"
+gem "archangel", "~> 0.4"
```
Run the bundle command
```
@@ -69,11 +76,10 @@
```
## Code Analysis
* [Travis CI](https://travis-ci.org/) is used for running tests.
-* [Hound](https://houndci.com/) is used as the code analyzer in pull request.
* [Code Climate](https://codeclimate.com/) is used to analyze overall maintainability.
## Developers
General documentation for developers
@@ -82,14 +88,12 @@
* [Documentation for Archangel gem developers](https://github.com/archangel/archangel/blob/master/docs/Developers.md)
* [Documentation for extension developers](https://github.com/archangel/archangel/blob/master/docs/Extension/Developers.md)
* [Documentation for theme developers](https://github.com/archangel/archangel/blob/master/docs/Theme/Developers.md)
* [Documentation for releasing a gem version](https://github.com/archangel/archangel/blob/master/docs/Release.md) (maintainers only)
-## Logo
+## Special Thanks
Archangel's logo was created by [Joshua Boyd](http://www.joshadamboyd.com/).
-
-## Special Thanks
[@archangel-dlt](https://github.com/archangel-dlt/) originally had the "archangel" gem name and were kind enough to give it up
## Contributing