Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created September 13, 2010 19:15
Show Gist options
  • Save mitchellh/577838 to your computer and use it in GitHub Desktop.
Save mitchellh/577838 to your computer and use it in GitHub Desktop.
From a0794a6e9a24e3aece12bd0bb2bab0dbc139cf72 Mon Sep 17 00:00:00 2001
From: Mitchell Hashimoto <mitchell.hashimoto@gmail.com>
Date: Mon, 13 Sep 2010 13:14:38 -0600
Subject: [PATCH] Fix gemspec which had nonexistent files
---
sinatra.gemspec | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sinatra.gemspec b/sinatra.gemspec
index 908f006..da67128 100644
--- a/sinatra.gemspec
+++ b/sinatra.gemspec
@@ -27,7 +27,6 @@ Gem::Specification.new do |s|
lib/sinatra/images/500.png
lib/sinatra/main.rb
lib/sinatra/showexceptions.rb
- lib/sinatra/tilt.rb
sinatra.gemspec
test/base_test.rb
test/builder_test.rb
--
1.7.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment