From 5aa92a08d3bb64e4108e1268d73fe2a2115b7839 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Fri, 9 Jun 2017 10:22:29 -0400
Subject: [PATCH] add exec to gemspec

---
 just-the-docs.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec
index 6c8b3be7..8a52f42c 100644
--- a/just-the-docs.gemspec
+++ b/just-the-docs.gemspec
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
   spec.license       = "MIT"
 
   spec.files         = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|lib|_layouts|_includes|_sass|LICENSE|README)}i) }
+  spec.executibles   << 'just-the-docs'
 
   spec.add_runtime_dependency "jekyll", "~> 3.3"
 
-- 
GitLab