We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5b2fd commit 683ac98Copy full SHA for 683ac98
jekyll-gist.gemspec
@@ -12,6 +12,8 @@ Gem::Specification.new do |spec|
12
spec.homepage = "https://github.com/jekyll/jekyll-gist"
13
spec.license = "MIT"
14
15
+ spec.required_ruby_version = '>= 2.0'
16
+
17
spec.files = `git ls-files -z`.split("\x0")
18
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
0 commit comments