Project

aide

0.0
Low commit activity in last 3 years
No release in over a year
Allows a user to mash up keys without multiple calls to Consul
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.3
~> 13

Runtime

 Project Readme

Aide

Glue between consul and your rails app.

Installation

Add this line to your application's Gemfile:

gem 'aide'

And then execute:

$ bundle

Or install it yourself as:

$ gem install aide

Development

  • desk go
  • dev build --pull aide
  • rspec specs to run specs
  • Set the application path in the volumes section in compose.yml.

To release a new version:

  • Update the version number in version.rb and commit the result.
  • dev build --pull aide
  • release_gem