Project

apprise

0.0
No commit activity in last 3 years
No release in over 3 years
Apprise gives an overview of the dependencies of a Rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Apprise!¶ ↑

Apprise looks at your Ruby on Rails application and tried to figure out all the dependencies of the project and which ones are outdated.

Apprise currently looks for three types of dependencies.

  • Gems specified in the Gemfile

  • Git checkouts of plugins in vendor/plugins

  • Subversion checkout of plugins in vendor/plugins

Using Apprise as a Rails plugin¶ ↑

$ ./script/plugin install git://github.com/Fingertips/apprise.git
$ rake deps:outdated

Using Apprise as a gem¶ ↑

$ gem install apprise --source http://gemcutter.org
$ apprise /path/to/rails

Support¶ ↑

Apprise is known to run on Ruby 1.8.7 and 1.9.2.