public
Description: Backup with s3 and ruby
Homepage:
Clone URL: git://github.com/niky81/s3rbackup.git
Click here to lend your support to: s3rbackup and make a donation at www.pledgie.com !
niky81 (author)
Sun Nov 30 11:14:02 -0800 2008
commit  87ef5369158c446db96686f42e2de24bc3811167
tree    dd15f9d9c971ad24ff7ae4a9dd8b02837c4fc30e
parent  343095aa18ccb198b1d46254b37f43be02312851
s3rbackup / s3rbackup.gemspec
100644 20 lines (19 sloc) 0.834 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = "s3rbackup"
  s.version = "0.4.1"
  s.date = "2008-11-30"
  s.summary = "Simple backup on Amazon S3"
  s.email = "sacchi.nicola@gmail.com"
  s.homepage = "http://github.com/niky81/s3rbackup"
  s.description = "s3rbackup is a command line program for backing and restore group of directory or file in s3, it ships with integrated database for search in backup data."
  s.has_rdoc = false
  s.authors = ["Nicola Sacchi"]
  s.files = ["LICENSE", "README" , "lib/s3dbsync.rb", "bin/s3query.rb", "bin/s3rbackup.rb", "bin/s3autobackup.rb"]
s.executables << "s3query.rb"
s.executables << "s3rbackup.rb"
s.executables << "s3autobackup.rb"
  s.test_files = []
  s.add_dependency("aws-s3", ["> 0.0.0"])
  s.add_dependency("right_aws", ["> 0.0.0"])
  s.add_dependency("OptionParser", ["> 0.0.0"])
end