README.md in generic_app-3.0.14 vs README.md in generic_app-3.0.15

- old
+ new

@@ -1,11 +1,11 @@ [![Gem Version](https://badge.fury.io/rb/generic_app.svg)](https://badge.fury.io/rb/generic_app) [![Build Status](https://semaphoreci.com/api/v1/jhsu802701/generic_app/branches/master/badge.svg)](https://semaphoreci.com/jhsu802701/generic_app) -[![Dependency Status](https://gemnasium.com/badges/github.com/jhsu802701/generic_app.svg)](https://gemnasium.com/github.com/jhsu802701/generic_app) -[![security](https://hakiri.io/github/jhsu802701/generic_app/master.svg)](https://hakiri.io/github/jhsu802701/generic_app/master) -[![Code Climate](https://codeclimate.com/github/jhsu802701/generic_app/badges/gpa.svg)](https://codeclimate.com/github/jhsu802701/generic_app) -[![Test Coverage](https://codeclimate.com/github/jhsu802701/generic_app/badges/coverage.svg)](https://codeclimate.com/github/jhsu802701/generic_app/coverage) +[![Dependency Status](https://gemnasium.com/badges/github.com/rubyonracetracks/generic_app.svg)](https://gemnasium.com/github.com/rubyonracetracks/generic_app) +[![security](https://hakiri.io/github/rubyonracetracks/generic_app/master.svg)](https://hakiri.io/github/rubyonracetracks/generic_app/master) +[![Maintainability](https://api.codeclimate.com/v1/badges/05dde6e4ee3abdf0f5d3/maintainability)](https://codeclimate.com/github/rubyonracetracks/generic_app/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/05dde6e4ee3abdf0f5d3/test_coverage)](https://codeclimate.com/github/rubyonracetracks/generic_app/test_coverage) # GenericApp Welcome to GenericApp, the #1 most comprehensive Rails app generator! No other method of starting a Rails app can save you so much time and effort. Stop reinventing the wheel every time you start a new Rails project. User authentication, comprehensive tests, Twitter bootstrap styling, and other features that are desirable in all or most Rails apps are implemented in advance. You get post-installation scripts that consolidate routine multi-step tasks into one step, including the process of setting up your app for PostgreSQL. Outlines of the initial MVC architecture of your new app are also provided. Only GenericApp way gives you a comprehensive Rails app in just a few minutes. If you're not exactly a GenericApp user, then you're not exactly viable at Startup Weekend or 24-hour web site challenges. @@ -44,14 +44,14 @@ * To run an interactive prompt, enter the command "sh console.sh". * To release a new version, update the version number in the lib/(name of gem)/version.rb file, and then run "bundle exec rake release". This creates a git tag for the version, push git commits and tags, and pushes the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/jhsu802701/generic_app. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/rubyonracetracks/generic_app. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). ## Code of Conduct -Everyone interacting in the GenericApp project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jhsu802701/generic_app/blob/master/CODE_OF_CONDUCT.md). +Everyone interacting in the GenericApp project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubyonracetracks/generic_app/blob/master/CODE_OF_CONDUCT.md).