Skip to content

Ruby script that compares two "config" files. (For the purpose of reporting up-rev/down-rev issues)

Notifications You must be signed in to change notification settings

JayFJones/configDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD Had a need for a script to identify issues with converted config files.

The files contained information in a key=value entry per line in plain text. The issues that needed to be found:

  • Sometimes a key was changed to a key[x].
  • Need to identify when the value of a key changed.
  • Need to identify when a key was added.
  • Need to identify wnen a key changed.

Also found an edge case where the file had incorrect keys:

  • In the same file there should not be a case where there is "key" and "key[x]".

======= configDiff

Ruby script that compares two "config" files. (For the purpose of reporting up-rev/down-rev issues)

6dd831fcec5c5fd05b32202c82c50faf57aa3965

About

Ruby script that compares two "config" files. (For the purpose of reporting up-rev/down-rev issues)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages