We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12044ab commit 735c7d5Copy full SHA for 735c7d5
ed..gemspec
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
11
spec.homepage = "http://minicomp.github.io/ed/"
12
spec.license = "MIT"
13
14
+ spec.required_ruby_version = ">= 2.1.0"
15
+
16
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(404|assets|optional|_layouts|_includes|_sass|_texts|index|search|about|credits|documentation|atom|Gemfile|LICENSE|README)}i) }
17
18
spec.add_runtime_dependency "jekyll", "~> 3.6"
0 commit comments