From 8f775fee2d438679fec28d257e531be5c00007c5 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 13 Jan 2018 11:27:58 -0500 Subject: [PATCH] Un-executable cpi_fetcher.rb --- .rubocop_todo.yml | 2 +- cpi_fetcher.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 cpi_fetcher.rb diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index af33993..5cfd420 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-01-13 11:23:54 -0500 using RuboCop version 0.52.1. +# on 2018-01-13 11:27:47 -0500 using RuboCop version 0.52.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/cpi_fetcher.rb b/cpi_fetcher.rb old mode 100755 new mode 100644 index cd712c0..8efb05b --- a/cpi_fetcher.rb +++ b/cpi_fetcher.rb @@ -1,4 +1,3 @@ -#!/usr/bin/env ruby # frozen_string_literal: true require 'json'