bin/nilac in nilac-0.0.4.1.2 vs bin/nilac in nilac-0.0.4.1.3

- old
+ new

@@ -1867,11 +1867,11 @@ end end - reject_regexp = /(function |if |else|switch |case|while |for )/ + reject_regexp = /(function |Euuf |if |else|elsuf|switch |case|while |for )/ modified_file_contents = [] input_file_contents.each do |line| @@ -2507,10 +2507,10 @@ return remaining_string[0...remaining_string.length-path_finder] end -nilac_version = "0.0.4.1.2" +nilac_version = "0.0.4.1.3" opts = Slop.parse do on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":" on :h, :help, 'Help With Nilac' do