Pick up bug fix in FSSM.

This commit is contained in:
Chris Eppstein 2011-04-21 12:32:55 -07:00
parent f4ac295894
commit 78dc4a5bfb
4 changed files with 10 additions and 8 deletions

View File

@ -7,9 +7,9 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
compass (0.11.beta.7.ac623c6) compass (0.11.beta.7.f4ac295)
chunky_png (~> 1.1.0) chunky_png (~> 1.1.0)
fssm (~> 0.2) fssm (>= 0.2.7)
sass (>= 3.1.0.alpha.249) sass (>= 3.1.0.alpha.249)
GEM GEM
@ -65,7 +65,7 @@ GEM
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
eventmachine (0.12.10) eventmachine (0.12.10)
fssm (0.2.6.1) fssm (0.2.7)
gherkin (2.2.9) gherkin (2.2.9)
json (~> 1.4.6) json (~> 1.4.6)
term-ansicolor (~> 1.0.5) term-ansicolor (~> 1.0.5)

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |gemspec|
gemspec.add_dependency 'sass', '>= 3.1.0.alpha.249' gemspec.add_dependency 'sass', '>= 3.1.0.alpha.249'
gemspec.add_dependency 'chunky_png', '~> 1.1.0' gemspec.add_dependency 'chunky_png', '~> 1.1.0'
gemspec.add_dependency 'fssm', '~> 0.2' gemspec.add_dependency 'fssm', '>= 0.2.7'
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile) gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
gemspec.files += Dir.glob("bin/*") gemspec.files += Dir.glob("bin/*")

View File

@ -9,7 +9,6 @@ gem 'serve', "1.0.0"
gem 'nokogiri' gem 'nokogiri'
gem 'coderay' gem 'coderay'
gem 'sass', ">= 3.1.0.alpha.249" gem 'sass', ">= 3.1.0.alpha.249"
gem 'fssm', '0.1.2'
gem 'haml', ">= 3.1.0.alpha.36" gem 'haml', ">= 3.1.0.alpha.36"
gem 'rake' gem 'rake'
gem 'compass', :path => ".." gem 'compass', :path => ".."
@ -18,4 +17,5 @@ gem 'css-slideshow', "0.2.0"
gem 'json' gem 'json'
gem 'css_parser', "1.0.1" gem 'css_parser', "1.0.1"
gem 'ruby-prof' gem 'ruby-prof'
gem 'rb-fsevent'

View File

@ -8,8 +8,9 @@ GIT
PATH PATH
remote: .. remote: ..
specs: specs:
compass (0.11.beta.6.7c5f831) compass (0.11.beta.7.f4ac295)
chunky_png (~> 1.1.0) chunky_png (~> 1.1.0)
fssm (>= 0.2.7)
sass (>= 3.1.0.alpha.249) sass (>= 3.1.0.alpha.249)
GEM GEM
@ -24,7 +25,7 @@ GEM
css-slideshow (0.2.0) css-slideshow (0.2.0)
compass (>= 0.10.0.rc3) compass (>= 0.10.0.rc3)
css_parser (1.0.1) css_parser (1.0.1)
fssm (0.1.2) fssm (0.2.7)
haml (3.1.0.alpha.147) haml (3.1.0.alpha.147)
i18n (0.4.2) i18n (0.4.2)
json (1.5.1) json (1.5.1)
@ -32,6 +33,7 @@ GEM
nokogiri (1.4.4) nokogiri (1.4.4)
rack (1.2.2) rack (1.2.2)
rake (0.8.7) rake (0.8.7)
rb-fsevent (0.4.0)
rdiscount (1.6.8) rdiscount (1.6.8)
ruby-prof (0.9.2) ruby-prof (0.9.2)
sass (3.1.0.alpha.252) sass (3.1.0.alpha.252)
@ -52,7 +54,6 @@ DEPENDENCIES
compass-susy-plugin (>= 0.7.0.pre8) compass-susy-plugin (>= 0.7.0.pre8)
css-slideshow (= 0.2.0) css-slideshow (= 0.2.0)
css_parser (= 1.0.1) css_parser (= 1.0.1)
fssm (= 0.1.2)
haml (>= 3.1.0.alpha.36) haml (>= 3.1.0.alpha.36)
json json
mime-types mime-types
@ -60,6 +61,7 @@ DEPENDENCIES
nokogiri nokogiri
rack rack
rake rake
rb-fsevent
rdiscount rdiscount
ruby-prof ruby-prof
sass (>= 3.1.0.alpha.249) sass (>= 3.1.0.alpha.249)