Skip to content

Instantly share code, notes, and snippets.

@amaltson
Created February 22, 2012 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaltson/1886413 to your computer and use it in GitHub Desktop.
Save amaltson/1886413 to your computer and use it in GitHub Desktop.
The erb file, should be rendered the same each time
...
default['hubot']['version'] = "2.1.3"
...
default['hubot-scripts']['version'] = "2.0.5"
{
"name": "hosted-hubot",
"version": "0.2.0",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"licenses": [{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}],
"repository" : {
"type" : "git",
"url" : "http://github.com/github/hubot.git"
},
"dependencies": {
"hubot-irc": ">= 0.0.1",
"hubot": "<%= "#{node['hubot']['version']}" %>",
"hubot-scripts": "<%= "#{node['hubot-scripts']['version']}" %>",
"optparse": "1.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment