This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgraded berkshelf to make it work again, updated Berksfile format
- Loading branch information
Cam Cope
committed
Sep 8, 2014
1 parent
4b1d69c
commit ea212c3
Showing
4 changed files
with
131 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
site :opscode | ||
source "https://api.berkshelf.com" | ||
|
||
metadata | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'foodcritic', '>= 3.0.3' | ||
gem 'berkshelf', '~> 2.0' | ||
gem 'foodcritic', '~> 3.0' | ||
gem 'berkshelf', '~> 3.0' | ||
gem 'chefspec', '~> 3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters