# -*- encoding: utf-8 -*- # stub: astrails-safe 0.2.5 ruby lib Gem::Specification.new do |s| s.name = "astrails-safe".freeze s.version = "0.2.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Astrails Ltd.".freeze, "Mark Mansour".freeze] s.date = "2009-10-20" s.description = "Simple tool to backup databases (MySQL and PostgreSQL) and filesystem locally or to Amazon S3 (with optional encryption)".freeze s.email = "we@astrails.com".freeze s.executables = ["astrails-safe".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/astrails-safe".freeze, "examples/example_helper.rb".freeze, "examples/integration/archive_integration_example.rb".freeze, "examples/integration/cleanup_example.rb".freeze, "examples/unit/archive_example.rb".freeze, "examples/unit/config_example.rb".freeze, "examples/unit/gpg_example.rb".freeze, "examples/unit/gzip_example.rb".freeze, "examples/unit/local_example.rb".freeze, "examples/unit/mysqldump_example.rb".freeze, "examples/unit/pgdump_example.rb".freeze, "examples/unit/s3_example.rb".freeze, "examples/unit/svndump_example.rb".freeze, "lib/astrails/safe.rb".freeze, "lib/astrails/safe/archive.rb".freeze, "lib/astrails/safe/backup.rb".freeze, "lib/astrails/safe/config/builder.rb".freeze, "lib/astrails/safe/config/node.rb".freeze, "lib/astrails/safe/gpg.rb".freeze, "lib/astrails/safe/gzip.rb".freeze, "lib/astrails/safe/local.rb".freeze, "lib/astrails/safe/mysqldump.rb".freeze, "lib/astrails/safe/pgdump.rb".freeze, "lib/astrails/safe/pipe.rb".freeze, "lib/astrails/safe/s3.rb".freeze, "lib/astrails/safe/sftp.rb".freeze, "lib/astrails/safe/sink.rb".freeze, "lib/astrails/safe/source.rb".freeze, "lib/astrails/safe/stream.rb".freeze, "lib/astrails/safe/svndump.rb".freeze, "lib/astrails/safe/tmp_file.rb".freeze, "lib/extensions/mktmpdir.rb".freeze, "templates/script.rb".freeze] s.homepage = "http://blog.astrails.com/astrails-safe".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Backup filesystem and databases (MySQL and PostgreSQL) to Amazon S3 (with encryption)".freeze s.test_files = ["examples/example_helper.rb".freeze, "examples/integration/archive_integration_example.rb".freeze, "examples/integration/cleanup_example.rb".freeze, "examples/unit/archive_example.rb".freeze, "examples/unit/config_example.rb".freeze, "examples/unit/gpg_example.rb".freeze, "examples/unit/gzip_example.rb".freeze, "examples/unit/local_example.rb".freeze, "examples/unit/mysqldump_example.rb".freeze, "examples/unit/pgdump_example.rb".freeze, "examples/unit/s3_example.rb".freeze, "examples/unit/svndump_example.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end