From ececdb9976d96f07b0c65b5cfd32cc0501417d45 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 2 Sep 2009 22:52:09 -0700 Subject: [PATCH] Regenerated gemspec for version 0.8.14 --- compass.gemspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compass.gemspec b/compass.gemspec index 15eeaed9..3293b463 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.8.13" + s.version = "0.8.14" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] - s.date = %q{2009-08-30} + s.date = %q{2009-09-02} s.default_executable = %q{compass} s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.} s.email = %q{chris@eppsteins.net} @@ -247,7 +247,9 @@ Gem::Specification.new do |s| "lib/vendor/fssm.rb", "lib/vendor/fssm/backends/fsevents.rb", "lib/vendor/fssm/backends/polling.rb", + "lib/vendor/fssm/cache.rb", "lib/vendor/fssm/ext.rb", + "lib/vendor/fssm/fsevents.rb", "lib/vendor/fssm/monitor.rb", "lib/vendor/fssm/path.rb", "lib/vendor/fssm/state.rb",