Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/sur
Sur: Software Update for Rubygems
https://github.com/ujihisa/sur
Last synced: about 1 month 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 (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-04T23:51:09.000Z (almost 15 years ago)
- Last Synced: 2024-05-01T23:19:46.534Z (7 months ago)
- Homepage:
- Size: 74.2 KB
- Stars: 7
- Watchers: 3
- 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