Skip to content

Instantly share code, notes, and snippets.

@jtgiri
Created March 18, 2014 14:05
Show Gist options
  • Save jtgiri/ac124bc5f97193cd3acf to your computer and use it in GitHub Desktop.
Save jtgiri/ac124bc5f97193cd3acf to your computer and use it in GitHub Desktop.
desc "Run this job to generate properties file"
namespace :generate do
task :properties
file = File.open('output.json').read
cluster_hash = JSON.parse(file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment