This commit is contained in:
tdreyno 2009-07-28 14:29:11 -07:00
parent 78ab6c3b38
commit 326e78f7cb
2 changed files with 5 additions and 13 deletions

View file

@ -12,7 +12,7 @@ begin
gem.rubyforge_project = "middleman"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
gem.executables = %w(mm-init mm-build mm-server)
gem.files = FileList['**/*']
gem.files.include ['vendor/**/*']
gem.add_dependency("templater")
gem.add_dependency("sinatra")
gem.add_dependency("markaby")

View file

@ -14,7 +14,10 @@ Gem::Specification.new do |s|
"README.rdoc"
]
s.files = [
"LICENSE",
".document",
".gitignore",
".gitmodules",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
@ -26,17 +29,6 @@ Gem::Specification.new do |s|
"lib/middleman/template/views/layout.haml",
"lib/middleman/template/views/stylesheets/site.sass",
"middleman.gemspec",
"pkg/middleman-0.2.1.gem",
"pkg/middleman-0.2.2.gem",
"rdoc/classes/Middleman.html",
"rdoc/created.rid",
"rdoc/files/README_rdoc.html",
"rdoc/files/lib/middleman_rb.html",
"rdoc/fr_class_index.html",
"rdoc/fr_file_index.html",
"rdoc/fr_method_index.html",
"rdoc/index.html",
"rdoc/rdoc-style.css",
"spec/builder_spec.rb",
"spec/fixtures/sample/public/static.html",
"spec/fixtures/sample/public/stylesheets/static.css",