Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
updated Berksfile for new format
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam Cope committed Sep 7, 2014
1 parent 4b1d69c commit 0b15bfe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site :opscode
source "https://api.berkshelf.com"

metadata

Expand Down
49 changes: 24 additions & 25 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"sources": {
"python": {
"path": "."
},
"minitest-handler": {
"locked_version": "1.1.2"
},
"apt": {
"locked_version": "2.3.4"
},
"yum": {
"locked_version": "3.0.2"
},
"build-essential": {
"locked_version": "1.4.2"
},
"python_test": {
"path": "./test/cookbooks/python_test"
},
"chef_handler": {
"locked_version": "1.1.4"
}
}
}
DEPENDENCIES
apt
build-essential
minitest-handler
python
path: .
metadata: true
python_test
path: test/cookbooks/python_test
yum

GRAPH
apt (2.5.3)
build-essential (2.0.6)
chef_handler (1.1.6)
minitest-handler (1.3.2)
chef_handler (>= 0.0.0)
python (1.4.7)
build-essential (>= 0.0.0)
yum-epel (>= 0.0.0)
python_test (0.1.0)
yum (3.3.1)
yum-epel (0.5.1)
yum (~> 3.0)

0 comments on commit 0b15bfe

Please sign in to comment.