Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2014-01-21 17:25:50 +0400
committerJohnAlbin <virtually.johnalbin@gmail.com>2014-01-21 18:09:32 +0400
commitc0efb51c4a3321ebf8779b160173cf2db9243642 (patch)
tree100663fb56a5b0adabcdb36f1a7111a49fdef842 /normalize-scss.gemspec
parent67921616c845487bbd226052fbe6db782f598f2c (diff)
Update .gemspec to show Sass 3.3 and Compass 1.0.0 requirement. #18
Diffstat (limited to 'normalize-scss.gemspec')
-rw-r--r--normalize-scss.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index 03bf635..783f7bb 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -16,7 +16,8 @@ Gem::Specification.new do |s|
s.authors = ['John Albin Wilkins']
s.email = 'virtually.johnalbin@gmail.com'
- s.add_runtime_dependency('sass', ">= 3.2")
+ s.add_runtime_dependency('sass', ">= 3.3.0-rc.1")
+ s.add_runtime_dependency('compass', ">= 1.0.0.alpha.13")
s.files = %w[
_normalize.scss