Explorar el Código

new 0.2.0 release

hmt hace 10 años
padre
commit
f4f5c38f7d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) }