1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: ruby-fog-xml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb,
rake,
ruby-excon,
ruby-fog-core,
ruby-minitest,
ruby-nokogiri (>= 1.5.11),
ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-xml.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-xml.git;a=summary
Homepage: https://github.com/fog/fog-xml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-fog-xml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-fog-core,
ruby-nokogiri,
${misc:Depends},
${shlibs:Depends}
Breaks: ruby-fog (<< 1.25~)
Replaces: ruby-fog (<< 1.25~)
Description: XML parsing for fog providers
Extraction of the XML parsing tools shared between a number of providers in
the 'fog' gem. fog is the Ruby cloud services library, top to bottom:
.
*Collections provide a simplified interface, making clouds easier to work with
and switch between.
.
*Requests allow power users to get the most out of the features of each
individual cloud.
.
*Mocks make testing and integrating a breeze.
|