https://github.com/ujihisa/sur
Sur: Software Update for Rubygems
https://github.com/ujihisa/sur
Last synced: 3 months ago
JSON representation
Sur: Software Update for Rubygems
- Host: GitHub
- URL: https://github.com/ujihisa/sur
- Owner: ujihisa
- Created: 2010-01-04T09:05:05.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-04T23:51:09.000Z (over 15 years ago)
- Last Synced: 2025-03-26T04:43:10.126Z (3 months ago)
- Homepage:
- Size: 74.2 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sur: Software Update for Rubygems
Sur provides the self-updating system for arbitrary end-user softwares hosted as Gem packages.
$ termtter
The new version of termtter is available. Do you update now? [Y/n] y
updating termtter.....done.## Usage
require 'sur'
Sur.askAdvanced usage:
Sur.ask_as 'termtter'
Sur.ask :without_rebootUsually `Sur.ask` is ignored when the software isn't running as a gem,
but `:always` option can force asking.Sur.ask :always
## Author
Tatsuhiro Ujihisa