1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: gist
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Christian Hofstaedtler <zeha@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-ronn, rake, locales
# ruby-rspec, ruby-webmock, ruby-json
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gist.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/gist.git;a=summary
Homepage: https://github.com/defunkt/gist
XS-Ruby-Versions: all
Package: gist
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json
Description: Upload gists to gist.github.com
Allows you to convienently create gists ("pastes").
.
Also provides a Ruby library to do this.
.
The "gist" image viewer from yorick is in the yorick package,
not in this package.
|