소스 검색

new 0.2.0 release

hmt 10 년 전
부모
커밋
f4f5c38f7d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      schild.gemspec

+ 1 - 0
schild.gemspec

@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
   spec.description   = %q{schild bietet eine Ruby-Schnittstelle zu SchilD-NRW-Datenbanken.}
   spec.homepage      = "https://github.com/hmt/schild"
   spec.license       = "Creative Commons Namensnennung 4.0 International Lizenz."
+  spec.required_ruby_version = ">= 2.0"
 
   spec.files         = `git ls-files -z`.split("\x0")
   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }