1
0
Fork 0
Task management tool and GUI for Ruby on Rails
Go to file
Gregory Eremin 7404b2c696 Web interface draft 2013-06-04 22:59:18 +04:00
lib Web interface draft 2013-06-04 22:59:18 +04:00
rake_control_web Web interface draft 2013-06-04 22:59:18 +04:00
spec Web interface draft 2013-06-04 22:59:18 +04:00
.gitignore Working prototype 2013-06-04 22:11:41 +04:00
Gemfile Initial commit 2013-06-04 21:03:30 +04:00
LICENSE.txt Initial commit 2013-06-04 21:03:30 +04:00
README.md Initial commit 2013-06-04 21:03:30 +04:00
Rakefile Working prototype 2013-06-04 22:11:41 +04:00
rake_control.gemspec Web interface draft 2013-06-04 22:59:18 +04:00

README.md

RakeControl

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'rake_control'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rake_control

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request