summaryrefslogtreecommitdiff
path: root/dashing.gemspec
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-08 18:41:26 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-08 18:41:55 -0400
commit0aa550c75b38f0694efcb0fa452b08ddd200632c (patch)
treebea8288d1879f670500306caa19fc00aabe4a81e /dashing.gemspec
parent57afd3fed0fb96cf664dbed4de829d1f69176b2d (diff)
Including gem spec.
Diffstat (limited to 'dashing.gemspec')
-rw-r--r--dashing.gemspec25
1 files changed, 25 insertions, 0 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
new file mode 100644
index 0000000..a1a8cbc
--- /dev/null
+++ b/dashing.gemspec
@@ -0,0 +1,25 @@
+Gem::Specification.new do |s|
+ s.name = 'dashing'
+ s.version = '0.1.0'
+ s.date = '2012-07-24'
+ s.executables << 'dashing'
+
+
+ s.summary = "A simple & flexible framework for creating dashboards."
+ s.description = "An elegant, simple, beautiful, & flexible framework for creating dashboards."
+ s.authors = ["Daniel Beauchamp"]
+ s.email = 'daniel.beauchamp@shopify.com'
+ s.files = ["lib/Dashing.rb"]
+ s.homepage = 'http://Dashing.shopify.com'
+
+ s.files = Dir['README.md', 'vendor/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']
+
+ s.add_dependency('sass')
+ s.add_dependency('coffee-script')
+ s.add_dependency('sinatra')
+ s.add_dependency('sinatra-contrib')
+ s.add_dependency('thin')
+ s.add_dependency('rufus-scheduler')
+ s.add_dependency('thor')
+
+end \ No newline at end of file