README.md in archangel-0.0.2 vs README.md in archangel-0.0.3
- old
+ new
@@ -10,12 +10,10 @@
![Archangel](archangel.png "Archangel")
Archangel is a Rails CMS.
-The Archangel logo is made by [Joshua Boyd](http://www.joshadamboyd.com/)
-
This project rocks and uses MIT-LICENSE.
[Online documentation is available](http://www.rubydoc.info/github/archangel/archangel/master)
## Deploying to Heroku
@@ -25,11 +23,11 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/archangel/sample)
## Requirements
* Ruby >= 2.2.10
-* Rails ~> 5.1.4
+* Rails ~> 5.1
## Installation
Add to your application's Gemfile
@@ -69,55 +67,32 @@
```
$ bundle exec rails db:migrate
```
-## Testing
-
-Generate a dummy application. You will be required to generate a dummy application before running tests.
-
-```
-$ bundle exec rake dummy_app
-```
-
-Run tests
-
-```
-$ bundle exec rake
-```
-
-or
-
-```
-$ bundle exec rake spec
-```
-
-or
-
-```
-$ bundle exec rspec spec
-```
-
-You can also enable fail fast in order to stop tests at the first failure
-
-```
-$ bundle exec rspec spec --fail-fast
-```
-
## 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
+* [Contributing Guide](https://github.com/archangel/archangel/blob/master/CONTRIBUTING.md)
* [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/ExtensionDevelopers.md)
-* [Documentation for theme developers](https://github.com/archangel/archangel/blob/master/docs/ThemeDevelopers.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
+
+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
A [contributing guide](https://github.com/archangel/archangel/blob/master/CONTRIBUTING.md) is available.