summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Reiz <robert.reiz.81@gmail.com>2015-11-18 22:45:46 +0100
committerRobert Reiz <robert.reiz.81@gmail.com>2015-11-18 22:45:46 +0100
commitc601933f800c124a8d4856a199b9af8056a57e9b (patch)
tree1d37915d8c55c69dd3f6c06c16d04c679f0d5f13
parent5a0bdd90aaf368b8078c594d9cbde2d2cb60ea0d (diff)
Adding MIT license to the gemspec.
-rw-r--r--dashing.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
index 4860465..33b5b17 100644
--- a/dashing.gemspec
+++ b/dashing.gemspec
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.author = "Daniel Beauchamp"
s.email = 'daniel.beauchamp@shopify.com'
s.homepage = 'http://shopify.github.com/dashing'
+ s.license = "MIT"
s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']