This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43f65ad
commit e8307c1
Showing
6 changed files
with
224 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
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,5 +1,18 @@ | ||
source "https://rubygems.org" | ||
source 'https://rubygems.org' | ||
|
||
gem 'berkshelf' | ||
gem 'test-kitchen' | ||
gem 'kitchen-vagrant' | ||
|
||
# Uncomment these lines if you want to live on the Edge: | ||
# | ||
# group :development do | ||
# gem "berkshelf", github: "berkshelf/berkshelf" | ||
# gem "vagrant", github: "mitchellh/vagrant", tag: "v1.5.2" | ||
# end | ||
# | ||
# group :plugins do | ||
# gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf" | ||
# gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus" | ||
# end | ||
|
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,24 +1,106 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.3.6) | ||
berkshelf (3.1.2) | ||
addressable (~> 2.3.4) | ||
berkshelf-api-client (~> 1.2) | ||
buff-config (~> 0.4) | ||
buff-extensions (~> 0.4) | ||
buff-shell_out (~> 0.1) | ||
celluloid (~> 0.16.0.pre) | ||
celluloid-io (~> 0.16.0.pre) | ||
faraday (~> 0.9.0) | ||
minitar (~> 0.5.4) | ||
octokit (~> 3.0) | ||
retryable (~> 1.3.3) | ||
ridley (~> 3.1) | ||
solve (~> 1.1) | ||
thor (~> 0.18) | ||
berkshelf-api-client (1.2.0) | ||
faraday (~> 0.9.0) | ||
buff-config (0.4.0) | ||
buff-extensions (~> 0.3) | ||
varia_model (~> 0.1) | ||
buff-extensions (0.5.0) | ||
buff-ignore (1.1.1) | ||
buff-ruby_engine (0.1.0) | ||
buff-shell_out (0.1.1) | ||
buff-ruby_engine (~> 0.1.0) | ||
celluloid (0.16.0.pre) | ||
timers (~> 2.0.0) | ||
celluloid-io (0.16.0.pre) | ||
celluloid (>= 0.16.0.pre) | ||
nio4r (>= 1.0.0) | ||
dep-selector-libgecode (1.0.1) | ||
dep_selector (1.0.3) | ||
dep-selector-libgecode (~> 1.0) | ||
ffi (~> 1.9) | ||
erubis (2.7.0) | ||
faraday (0.9.0) | ||
multipart-post (>= 1.2, < 3) | ||
ffi (1.9.3) | ||
hashie (3.0.0) | ||
hitimes (1.2.1) | ||
json (1.8.1) | ||
kitchen-vagrant (0.15.0) | ||
test-kitchen (~> 1.0) | ||
minitar (0.5.4) | ||
mixlib-authentication (1.3.0) | ||
mixlib-log | ||
mixlib-log (1.6.0) | ||
mixlib-shellout (1.4.0) | ||
multipart-post (2.0.0) | ||
net-http-persistent (2.9.4) | ||
net-scp (1.2.1) | ||
net-ssh (>= 2.6.5) | ||
net-ssh (2.9.1) | ||
nio4r (1.0.0) | ||
octokit (3.1.0) | ||
sawyer (~> 0.5.3) | ||
retryable (1.3.5) | ||
ridley (3.1.0) | ||
addressable | ||
buff-config (~> 0.2) | ||
buff-extensions (~> 0.3) | ||
buff-ignore (~> 1.1) | ||
buff-shell_out (~> 0.1) | ||
celluloid (~> 0.16.0.pre) | ||
celluloid-io (~> 0.16.0.pre) | ||
erubis | ||
faraday (~> 0.9.0) | ||
hashie (>= 2.0.2) | ||
json (>= 1.7.7) | ||
mixlib-authentication (>= 1.3.0) | ||
net-http-persistent (>= 2.8) | ||
retryable | ||
semverse (~> 1.1) | ||
varia_model (~> 0.3) | ||
safe_yaml (1.0.3) | ||
sawyer (0.5.4) | ||
addressable (~> 2.3.5) | ||
faraday (~> 0.8, < 0.10) | ||
semverse (1.1.0) | ||
solve (1.2.0) | ||
dep_selector (~> 1.0) | ||
semverse (~> 1.1) | ||
test-kitchen (1.2.1) | ||
mixlib-shellout (~> 1.2) | ||
net-scp (~> 1.1) | ||
net-ssh (~> 2.7) | ||
safe_yaml (~> 1.0) | ||
thor (~> 0.18) | ||
thor (0.19.1) | ||
timers (2.0.0) | ||
hitimes | ||
varia_model (0.3.2) | ||
buff-extensions (~> 0.2) | ||
hashie (>= 2.0.2) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
berkshelf | ||
kitchen-vagrant | ||
test-kitchen |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# encoding: utf-8 | ||
|
||
require 'bundler' | ||
require 'bundler/setup' | ||
require 'berkshelf/thor' | ||
|
||
begin | ||
require 'kitchen/thor_tasks' | ||
Kitchen::ThorTasks.new | ||
rescue LoadError | ||
puts ">>>>> Kitchen gem not loaded, omitting tasks" unless ENV['CI'] | ||
end |
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 |
---|---|---|
@@ -0,0 +1,94 @@ | ||
# Put files/directories that should be ignored in this file when uploading | ||
# or sharing to the community site. | ||
# Lines that start with '# ' are comments. | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
Icon? | ||
nohup.out | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# SASS # | ||
######## | ||
.sass-cache | ||
|
||
# EDITORS # | ||
########### | ||
\#* | ||
.#* | ||
*~ | ||
*.sw[a-z] | ||
*.bak | ||
REVISION | ||
TAGS* | ||
tmtags | ||
*_flymake.* | ||
*_flymake | ||
*.tmproj | ||
.project | ||
.settings | ||
mkmf.log | ||
|
||
## COMPILED ## | ||
############## | ||
a.out | ||
*.o | ||
*.pyc | ||
*.so | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*/rdoc/ | ||
|
||
# Testing # | ||
########### | ||
.watchr | ||
.rspec | ||
spec/* | ||
spec/fixtures/* | ||
test/* | ||
features/* | ||
Guardfile | ||
Procfile | ||
|
||
# SCM # | ||
####### | ||
.git | ||
*/.git | ||
.gitignore | ||
.gitmodules | ||
.gitconfig | ||
.gitattributes | ||
.svn | ||
*/.bzr/* | ||
*/.hg/* | ||
*/.svn/* | ||
|
||
# Berkshelf # | ||
############# | ||
cookbooks/* | ||
tmp | ||
|
||
# Cookbooks # | ||
############# | ||
CONTRIBUTING | ||
CHANGELOG* | ||
|
||
# Strainer # | ||
############ | ||
Colanderfile | ||
Strainerfile | ||
.colander | ||
.strainer | ||
|
||
# Vagrant # | ||
########### | ||
.vagrant | ||
Vagrantfile | ||
|
||
# Travis # | ||
########## | ||
.travis.yml |