Skip to content

Commit

Permalink
Merge pull request #1 from jordant/master
Browse files Browse the repository at this point in the history
Update supported platforms
  • Loading branch information
jordant committed Jan 14, 2016
2 parents 017b683 + 54c771d commit 9de6efa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ AllCops:
- test/**/*
- files/**/*
- .kitchen/**/*
- Berksfile
- Berksfile.lock
- Vagrantfile
- Gemfile

AlignParameters:
Enabled: false
Expand Down
3 changes: 3 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://supermarket.chef.io"

metadata
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gem 'berkshelf', '~> 4.0', '>= 4.0.1'

group :unit do
gem 'rubocop', '~> 0.35', '>= 0.35.1'
gem 'chefspec', '~> 4.4', '>= 4.4.0'
gem 'foodcritic', '~> 5.0', '>= 5.0.0'
end
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Platforms
--------

* Ubuntu
* Debian

License and Author
==================
Expand Down

0 comments on commit 9de6efa

Please sign in to comment.