takosan.gemspec in takosan-1.2.0 vs takosan.gemspec in takosan-1.3.0

- old
+ new

@@ -11,9 +11,11 @@ spec.summary = %q{Ruby wrapper of Takosan} spec.description = %q{Ruby wrapper of Takosan} spec.homepage = "https://github.com/pepabo/takosan" spec.license = "MIT" + spec.required_ruby_version = ">= 2.0.0" + spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"]