# -*- encoding: utf-8 -*- # stub: backup 3.0.3.build.0 ruby lib Gem::Specification.new do |s| s.name = "backup".freeze s.version = "3.0.3.build.0".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael van Rooijen".freeze] s.date = "2011-03-12" s.description = "Backup is a RubyGem (for UNIX-like operating systems: Linux, Mac OSX) that allows you to configure and perform backups in a simple manner using an elegant Ruby DSL.\n It supports various databases (MySQL, PostgreSQL, MongoDB and Redis), it supports various storage locations\n (Amazon S3, Rackspace Cloud Files, Dropbox, any remote server through FTP, SFTP, SCP and RSync), it can archive files and folders,\n it can cycle backups, it can do incremental backups, it can compress backups, it can encrypt backups (OpenSSL or GPG),\n it can notify you about successful and/or failed backups. It is very extensible and easy to add new functionality to. It's easy to use.".freeze s.email = "meskyanichi@gmail.com".freeze s.executables = ["backup".freeze] s.files = ["bin/backup".freeze] s.homepage = "http://rubygems.org/gems/backup".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Backup is a RubyGem (for UNIX-like operating systems: Linux, Mac OSX) that allows you to configure and perform backups in a simple manner using an elegant Ruby DSL.".freeze end