Skip to content

Instantly share code, notes, and snippets.

Created July 24, 2015 04:53
Show Gist options
  • Save anonymous/b26a7451cdc6cc6b20bf to your computer and use it in GitHub Desktop.
Save anonymous/b26a7451cdc6cc6b20bf to your computer and use it in GitHub Desktop.
# open and change
Dir.glob('Modified/*.json').each do |item|
json = File.read(item)
hash = JSON.parse(json)
hash["version"] += 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment