diff --git a/Rakefile b/Rakefile index 84b9f8ed..9f4c2c30 100644 --- a/Rakefile +++ b/Rakefile @@ -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") diff --git a/middleman.gemspec b/middleman.gemspec index bdcee03f..bc969eaa 100644 --- a/middleman.gemspec +++ b/middleman.gemspec @@ -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",