From 99f78178964d12e3a8ae6cc4aebf894320e562df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 5 Sep 2019 14:00:25 +0200 Subject: Added linters and polished code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà --- bin/json2yaml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/json2yaml.rb') diff --git a/bin/json2yaml.rb b/bin/json2yaml.rb index 4f77f8b..6239e8a 100755 --- a/bin/json2yaml.rb +++ b/bin/json2yaml.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: true require 'json' require 'yaml' -- cgit v1.2.3