Project

manatoo

0.0
No commit activity in last 3 years
No release in over 3 years
Manatoo is an api first todo list that allows you to automate your task management
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 0.10
~> 1.0
 Project Readme

Manatoo ruby

Installation

You don't need this source code unless you want to modify the gem. If you just want to use the package, just run:

gem install manatoo

Requirements

  • Ruby 2.0+.

Bundler

If you are installing via bundler, you should be sure to use the https rubygems source in your Gemfile, as any gems fetched over http could potentially be compromised in transit and alter the code of gems fetched securely over https:

source 'https://rubygems.org'

gem 'rails'
gem 'manatoo'

For usage, please take a look at the documentation.

License

The gem is available as open source under the terms of the MIT License.