0.01
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Shared Rake tasks for Aptible projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.0.0

Runtime

>= 0
= 0.62.0
 Project Readme

Aptible::Tasks

Gem Version Build Status Dependency Status

Shared Rake tasks for Aptible projects.

Installation

Add the following line to your application's Gemfile:

gem 'aptible-tasks'

And then run bundle install.

Usage

Add the following to your Rakefile:

require 'aptible/tasks'
Aptible::Tasks.load_tasks

If you're running a Rails app, include the above lines after you load your application's tasks (e.g. MyApp::Application.load_tasks).

Available Tasks

Task Name Purpose
spec Runs the spec suite with standard formatting
rubocop Checks code against the Aptible-approved Ruby style guide
ci Runs the suite of tasks performed by continuous integration

Contributing

  1. Fork the project.
  2. Commit your changes, with specs.
  3. Ensure that your code passes specs (rake spec) and meets Aptible's Ruby style guide (rake rubocop).
  4. Create a new pull request on GitHub.

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2019 Aptible and contributors.