Skip to content

mindbreaker/gemsitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemsitter

Gemsitter is a gem to check the installed gem’s in your webapplication for updates. This gem works for Ruby on Rails 3

How to

To get the gem run:

gem install gemsitter

You can include this line in one of your test files:

Gemsitter.run

To configurate this gem, you can add some optional Parameters:

Gemsitter.run(interval)

Interval: The time how often the temporary file will be updated with rubygems.org (:month, :week, :day). Standard is weekly.

Run gemsitter as rake task:

rake gemsitter

About

Check used GEM's for update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages