Description: Add gemspec file
 Generate gemspec file from Rakefile and add it to the bundle so as to provide
 rubygems integration.
Origin: vendor
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Rakefile.rb
+++ b/Rakefile.rb
@@ -65,3 +65,7 @@ Rake::TestTask.new do |t|
   t.test_files = FileList['test/*_test.rb']
   t.verbose = true
 end
+
+file "cssmin.gemspec" do
+  File.write("cssmin.gemspec", gemspec.to_ruby)
+end
