Add bin to gemfile

This commit is contained in:
Patrick Marsceill 2017-06-09 10:16:17 -04:00
parent 9cefaa2eff
commit c8c658290f
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/pmarsceill/just-the-docs"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|lib|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|lib|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_runtime_dependency "jekyll", "~> 3.3"