Sha256: cf75e516a1bcd31ba0126e38e46ca77780707f550c7f7dde5de8f4b758834f9c
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
# encoding: utf-8 require File.expand_path('lib/backup/version') Gem::Specification.new do |gem| ## # General configuration / information gem.name = 'backup' gem.version = Backup::Version.current gem.platform = Gem::Platform::RUBY gem.authors = 'Michael van Rooijen' gem.email = 'meskyanichi@gmail.com' gem.homepage = 'http://rubygems.org/gems/backup' gem.summary = 'Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily perform backup operations on both your remote and local environments. It provides you with an elegant DSL in Ruby for modeling your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.' ## # Files and folder that need to be compiled in to the Ruby Gem gem.files = %x[git ls-files].split("\n") gem.test_files = %x[git ls-files -- {spec}/*].split("\n") gem.require_path = 'lib' ## # The Backup CLI executable gem.executables = ['backup'] ## # Gem dependencies gem.add_dependency 'thor', ['~> 0.14.6'] gem.add_dependency 'POpen4', ['~> 0.1.4'] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.23 | backup.gemspec |
backup-3.0.22 | backup.gemspec |
backup-3.0.21 | backup.gemspec |
backup-3.0.20 | backup.gemspec |