Project

rack-thor

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Schema design for NoSQL applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.2.0, ~> 0.2.4
>= 1.4.0, ~> 1.4.4
>= 0.6.0, ~> 0.6.3
>= 3.5.0, ~> 3.5.0
>= 1.1.0, ~> 1.1.2
>= 3.5.0, ~> 3.5.4
>= 1.0.0, ~> 1.0.1
~> 0.12.0
>= 0
~> 0.9.4

Runtime

>= 1.1.0, ~> 1.1.0
>= 2.0.0, ~> 2.0.4
>= 12.3.0, ~> 12.3.0
 Project Readme

rack-thor

Build Status Dependency Status Scrutinizer Code Quality Code Coverage

Installation

Requirements

Once dependencies have been installed, clone the repository and install the necessary Ruby gems

git clone https://github.com/michaelmior/rack-thor.git
cd rack-thor
bundle install --without=development

Development

All source code is documented. You can view complete documentation by running bundle exec rake doc and viewing the output in the doc/ directory. Tests are written using RSpec and can be executed with bundle exec rspec.