middleman.gemspec in middleman-0.2.3 vs middleman.gemspec in middleman-0.2.4

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{middleman} - s.version = "0.2.3" + s.version = "0.2.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Reynolds"] s.date = %q{2009-07-28} s.email = %q{tdreyno@gmail.com} @@ -12,11 +12,14 @@ s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ - "LICENSE", + ".document", + ".gitignore", + ".gitmodules", + "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bin/mm-build", "bin/mm-init", @@ -24,20 +27,9 @@ "lib/middleman.rb", "lib/middleman/template/views/index.haml", "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", "spec/fixtures/sample/views/_partial.haml", "spec/fixtures/sample/views/index.haml",