GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Blanket is a flexible backup framework designed to get the drudgery out of the way and to make automated backups easy.
Homepage: http://jimvanfleet.com/projects/blanket
Clone URL: git://github.com/bigfleet/blanket.git
Tame unruly files list in .gemspec so adding files to gem is easier.
mja (author)
Sun Mar 09 08:00:22 -0700 2008
commit  defd873b74faebcb2eadae5b21b31a3a39e65a00
tree    29d68dd8ae78780ca19e2221323f01ca4ec6d183
parent  a0e32a905bc826996276cf1980e81bb9d8290293
...
9
10
11
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
14
15
...
9
10
11
 
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0
@@ -9,7 +9,35 @@ Gem::Specification.new do |s|
0
   s.date = %q{2008-03-02}
0
   s.email = %q{jim@jimvanfleet.com}
0
   s.executables = ["blanket", "blanket-cfg"]
0
- s.files = ["bin/blanket", "bin/blanket-cfg", "lib/blanket/config", "lib/blanket/config/reader.rb", "lib/blanket/config/writer.rb", "lib/blanket/init.rb", "lib/blanket/sink.rb", "lib/blanket/source.rb", "lib/blanket/utils.rb", "lib/capistrano/recipes", "lib/capistrano/recipes/blanket.rb", "lib/blanket/plugins/sources", "lib/blanket/plugins/sources/confluence.rb", "lib/blanket/plugins/sources/mysql.rb", "lib/blanket/plugins/sources/subversion.rb", "lib/blanket/plugins/sources/single_file.rb", "lib/blanket/plugins/sources/remote_directory.rb", "lib/blanket/plugins/sinks/s3.rb", "spec/fixtures", "spec/confluence_spec.rb", "spec/dependency_spec.rb", "spec/fixtures/confluence.yml", "spec/fixtures/s3-info.yml", "spec/reader_spec.rb", "spec/s3_spec.rb", "spec/spec_helper.rb", "spec/writer_spec.rb", "README", "MIT-LICENSE"]
0
+ s.files = ["bin/blanket",
0
+ "bin/blanket-cfg",
0
+ "lib/blanket/config",
0
+ "lib/blanket/config/reader.rb",
0
+ "lib/blanket/config/writer.rb",
0
+ "lib/blanket/init.rb",
0
+ "lib/blanket/sink.rb",
0
+ "lib/blanket/source.rb",
0
+ "lib/blanket/utils.rb",
0
+ "lib/capistrano/recipes",
0
+ "lib/capistrano/recipes/blanket.rb",
0
+ "lib/blanket/plugins/sources",
0
+ "lib/blanket/plugins/sources/confluence.rb",
0
+ "lib/blanket/plugins/sources/mysql.rb",
0
+ "lib/blanket/plugins/sources/subversion.rb",
0
+ "lib/blanket/plugins/sources/single_file.rb",
0
+ "lib/blanket/plugins/sources/remote_directory.rb",
0
+ "lib/blanket/plugins/sinks/s3.rb",
0
+ "spec/fixtures",
0
+ "spec/confluence_spec.rb",
0
+ "spec/dependency_spec.rb",
0
+ "spec/fixtures/confluence.yml",
0
+ "spec/fixtures/s3-info.yml",
0
+ "spec/reader_spec.rb",
0
+ "spec/s3_spec.rb",
0
+ "spec/spec_helper.rb",
0
+ "spec/writer_spec.rb",
0
+ "README",
0
+ "MIT-LICENSE"]
0
   s.has_rdoc = false
0
   s.require_paths = ["lib"]
0
   s.rubygems_version = %q{1.0.1}

Comments

    No one has commented yet.