summaryrefslogtreecommitdiff
path: root/dashing.gemspec
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-13 23:36:38 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-13 23:36:38 -0400
commit16f51fd9dc454b26d9866b080caa17ffe2f8ce27 (patch)
tree2c031e8c8e629bdf096b00cc445d04e7782af2c3 /dashing.gemspec
parent41d8c33a6b87c948a7fe4ae5e53483d42fead422 (diff)
Updated to use sprockets! Ah, much cleaner.
Diffstat (limited to 'dashing.gemspec')
-rw-r--r--dashing.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
index a1a8cbc..5bacdfa 100644
--- a/dashing.gemspec
+++ b/dashing.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files = ["lib/Dashing.rb"]
s.homepage = 'http://Dashing.shopify.com'
- s.files = Dir['README.md', 'vendor/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']
+ s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']
s.add_dependency('sass')
s.add_dependency('coffee-script')
@@ -21,5 +21,6 @@ Gem::Specification.new do |s|
s.add_dependency('thin')
s.add_dependency('rufus-scheduler')
s.add_dependency('thor')
+ s.add_dependency('sprockets')
end \ No newline at end of file