Project

depsio

0.0
No commit activity in last 3 years
No release in over 3 years
Deps.io: Keep your project dependencies under control
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Deps.io

This is the notifier gem for integrating apps with Deps.io.

When server starts, this gem will POST the Gemfile.lock content to Deps.io to update project dependencies.

Rails Installation

Add this line to your application's Gemfile:

gem 'depsio'

And then execute:

$ bundle
$ rails generate depsio:install --api-key your_api_key_here

The generator creates a file under config/initializers/depsio.rb configuring Deps.io with your API key.

The default behaviour of the gem is to only operate in Rails environments that are NOT development, test & staging.

You can change this by altering this array:

config.enabled_environments = ["production", "staging", "custom"]

Set it to empty array and it will report errors on all environments.

License

MIT License. Copyright 2013 LetsDoApps. http://letsdoapps.com/