Update jekyll-sass-converter to the latest RC

To see a detailed history of the changes, please visit https://github.com/jekyll/jekyll-sass-converter/compare/v1.0.0.rc3...v1.0.0.rc4

Notable change is that you can now set the style of the outputted Sass.
Ref: https://github.com/jekyll/jekyll-sass-converter/issues/3
This commit is contained in:
Parker Moore 2014-04-27 19:15:02 -04:00
parent 619772b5c8
commit 4a40187f8e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('redcarpet', "~> 3.1")
s.add_runtime_dependency('toml', '~> 0.1.0')
s.add_runtime_dependency('jekyll-coffeescript', '~> 1.0')
s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0.0.rc3')
s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0.0.rc4')
s.add_development_dependency('rake', "~> 10.1")
s.add_development_dependency('rdoc', "~> 3.11")