Pick up bug fix in FSSM.
This commit is contained in:
parent
f4ac295894
commit
78dc4a5bfb
@ -7,9 +7,9 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
compass (0.11.beta.7.ac623c6)
|
||||
compass (0.11.beta.7.f4ac295)
|
||||
chunky_png (~> 1.1.0)
|
||||
fssm (~> 0.2)
|
||||
fssm (>= 0.2.7)
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
|
||||
GEM
|
||||
@ -65,7 +65,7 @@ GEM
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
eventmachine (0.12.10)
|
||||
fssm (0.2.6.1)
|
||||
fssm (0.2.7)
|
||||
gherkin (2.2.9)
|
||||
json (~> 1.4.6)
|
||||
term-ansicolor (~> 1.0.5)
|
||||
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gemspec|
|
||||
|
||||
gemspec.add_dependency 'sass', '>= 3.1.0.alpha.249'
|
||||
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 += Dir.glob("bin/*")
|
||||
|
@ -9,7 +9,6 @@ gem 'serve', "1.0.0"
|
||||
gem 'nokogiri'
|
||||
gem 'coderay'
|
||||
gem 'sass', ">= 3.1.0.alpha.249"
|
||||
gem 'fssm', '0.1.2'
|
||||
gem 'haml', ">= 3.1.0.alpha.36"
|
||||
gem 'rake'
|
||||
gem 'compass', :path => ".."
|
||||
@ -18,4 +17,5 @@ gem 'css-slideshow', "0.2.0"
|
||||
gem 'json'
|
||||
gem 'css_parser', "1.0.1"
|
||||
gem 'ruby-prof'
|
||||
gem 'rb-fsevent'
|
||||
|
||||
|
@ -8,8 +8,9 @@ GIT
|
||||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
compass (0.11.beta.6.7c5f831)
|
||||
compass (0.11.beta.7.f4ac295)
|
||||
chunky_png (~> 1.1.0)
|
||||
fssm (>= 0.2.7)
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
|
||||
GEM
|
||||
@ -24,7 +25,7 @@ GEM
|
||||
css-slideshow (0.2.0)
|
||||
compass (>= 0.10.0.rc3)
|
||||
css_parser (1.0.1)
|
||||
fssm (0.1.2)
|
||||
fssm (0.2.7)
|
||||
haml (3.1.0.alpha.147)
|
||||
i18n (0.4.2)
|
||||
json (1.5.1)
|
||||
@ -32,6 +33,7 @@ GEM
|
||||
nokogiri (1.4.4)
|
||||
rack (1.2.2)
|
||||
rake (0.8.7)
|
||||
rb-fsevent (0.4.0)
|
||||
rdiscount (1.6.8)
|
||||
ruby-prof (0.9.2)
|
||||
sass (3.1.0.alpha.252)
|
||||
@ -52,7 +54,6 @@ DEPENDENCIES
|
||||
compass-susy-plugin (>= 0.7.0.pre8)
|
||||
css-slideshow (= 0.2.0)
|
||||
css_parser (= 1.0.1)
|
||||
fssm (= 0.1.2)
|
||||
haml (>= 3.1.0.alpha.36)
|
||||
json
|
||||
mime-types
|
||||
@ -60,6 +61,7 @@ DEPENDENCIES
|
||||
nokogiri
|
||||
rack
|
||||
rake
|
||||
rb-fsevent
|
||||
rdiscount
|
||||
ruby-prof
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
|
Loading…
Reference in New Issue
Block a user