scss-boilerplate-rails.gemspec in scss-boilerplate-rails-0.1.1 vs scss-boilerplate-rails.gemspec in scss-boilerplate-rails-0.1.2
- old
+ new
@@ -1,11 +1,14 @@
Gem::Specification.new do |s|
s.name = 'scss-boilerplate-rails'
- s.version = '0.1.1'
+ s.version = '0.1.2'
s.date = '2012-04-02'
s.summary = "Rails support for scss-boilerplate."
s.description = "Generate scss partials with a namespace."
s.authors = ["Blake Hilscher"]
s.email = 'blake@hilscher.ca'
s.files = `git ls-files`.split("\n")
s.homepage = 'http://blake.hilscher.ca/'
-end
\ No newline at end of file
+
+ s.add_dependency("compass-rails")
+ s.add_dependency('compass-h5bp')
+end