Source: ruby-fog-local
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, ruby-fog-core, ruby-shindo
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-local.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-local.git;a=summary
Homepage: https://github.com/fog/fog-local
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-fog-local
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 ruby-fog-core
Breaks: ruby-fog (<< 1.29)
Replaces: ruby-fog (<< 1.29)
Description: Module for the 'fog' gem to support local filesystem storage
 This library can be used as a module for `fog` or as standalone provider
 to use local filesystem storage. 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.
