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
+ "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/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/spec_helper.rb",
0
+ "spec/writer_spec.rb",
0
s.require_paths = ["lib"]
0
s.rubygems_version = %q{1.0.1}
Comments
No one has commented yet.