summaryrefslogtreecommitdiff
path: root/allthethings.gemspec
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-07-24 16:19:18 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-07-24 16:19:18 -0400
commit5d33ff57846d3a9f1f2e7e83a8e50f2d3fdb5208 (patch)
treece8394a1b5300354b65355bc52c5d902cdfca421 /allthethings.gemspec
parentc63c8f1698e8c059e286fb49ba0264e4336a6e33 (diff)
A gem spec might be handy!
Diffstat (limited to 'allthethings.gemspec')
-rw-r--r--allthethings.gemspec25
1 files changed, 25 insertions, 0 deletions
diff --git a/allthethings.gemspec b/allthethings.gemspec
new file mode 100644
index 0000000..7209073
--- /dev/null
+++ b/allthethings.gemspec
@@ -0,0 +1,25 @@
+Gem::Specification.new do |s|
+ s.name = 'allthethings'
+ s.version = '0.1.0'
+ s.date = '2012-07-24'
+ s.executables << 'att'
+
+
+ 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/allthethings.rb"]
+ s.homepage = 'http://allthethings.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