Convert :symbol => value to label: value:
find lib spec -type f -exec sed -i '' -E 's/:([_a-z]+)(\ *)=>/\1:/g' {} \;Convert "string" => value to label: value:
find lib spec -type f -exec sed -i '' -E 's/"([_a-z]+)"(\ *)=>/\1:/g' {} \;Convert 'string' => value to label: value:
find lib spec -type f -exec sed -i '' -E "s/'([_a-z]+)'(\ *)=>/\1:/g" {} \;