-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kadriye
committed
Sep 7, 2013
1 parent
c2cab5d
commit 3622339
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
# Yakut | ||
[![Code Climate](https://codeclimate.com/github/yakut-project/yakut.png)](https://codeclimate.com/github/yakut-project/yakut) | ||
[![Dependency Status](https://gemnasium.com/yakut-project/yakut.png)](https://gemnasium.com/yakut-project/yakut) | ||
[![Build Status](https://travis-ci.org/yakut-project/yakut.png?branch=develop)](https://travis-ci.org/yakut-project/yakut) | ||
[![Build Status](https://travis-ci.org/yakut-project/yakut.png?branch=develop)](https://travis-ci.org/yakut-project/yakut) | ||
|
||
|
||
ABOUT | ||
Open source project for managing LKD courses. It helps to select the applicants easily | ||
|
||
REQUIREMENTS | ||
You must have | ||
Ruby 2.x | ||
Rails 4.x | ||
|
||
CONTACT | ||
[FACEBOOK](https://www.facebook.com/yakutproject) | ||
[TWITTER](https://twitter.com/yakutproject) | ||
[EMAIL]([email protected]) | ||
|
||
LICENSE | ||
YAKUT is released under the [MIT License](http://www.opensource.org/licenses/MIT) | ||
|
3622339
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we write Rails 4.x to Requirements?
AFAIK Rails is just a gem specified in Gemfile, it's no different than pg, Haml or uglifier. On the other side, we should specify Ruby and Bundler because they are necessary to run
bundle install
.3622339
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are right. May be title
requirements
can be changed totechnologies
.