File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ site :opscode
22
33cookbook 'apt'
44cookbook 'sudo'
5- cookbook 'deis' , '~> 0.0.6'
5+ # cookbook 'deis', '~> 0.0.6'
66
77# development cookbook
8- # cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'
8+ cookbook 'deis' , git : 'https://github.com/opdemand/deis-cookbook.git'
Original file line number Diff line number Diff line change 77 "locked_version": "2.1.2"
88 },
99 "deis": {
10- "locked_version": "0.0.6"
10+ "locked_version": "0.0.7",
11+ "git": "https://github.com/opdemand/deis-cookbook.git",
12+ "ref": "2068daa476a478f6b1de95d977ac121060975fa9"
1113 },
1214 "rsyslog": {
1315 "locked_version": "1.6.0"
Original file line number Diff line number Diff line change 6464from docopt import DocoptExit
6565import requests
6666
67- __version__ = '0.0.6 '
67+ __version__ = '0.0.7 '
6868
6969
7070class Session (requests .Session ):
Original file line number Diff line number Diff line change 44the api, celerytasks, and web Django apps.
55"""
66
7- __version__ = '0.0.6 '
7+ __version__ = '0.0.7 '
You can’t perform that action at this time.
0 commit comments