Skip to content

Commit

Permalink
Merge pull request #107 from chef-cookbooks/lcg/remove-library-providers
Browse files Browse the repository at this point in the history
convert library resources to proper custom resources
  • Loading branch information
iennae authored Oct 14, 2016
2 parents 7c81711 + 64bab0d commit 779015b
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 433 deletions.
2 changes: 0 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Documentation:
Enabled: false
AlignParameters:
Enabled: true
Encoding:
Enabled: true
HashSyntax:
Enabled: true
LineLength:
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ group :style do
end

group :test do
gem 'rake', '~> 10'
gem 'berkshelf', '~> 3.3.0'
gem 'chefspec', '~> 4.3.0'
gem 'rake', '>= 11.3'
gem 'berkshelf', '>= 5.0'
gem 'chefspec', '>= 5.2'
gem 'coveralls', '~> 0.8.2', require: false
end

group :integration do
gem 'test-kitchen', '~> 1.6'
gem 'test-kitchen', '~> 1.13'
gem 'kitchen-dokken'
gem 'kitchen-inspec', '~> 0.9'
gem 'kitchen-inspec', '~> 0.15'
end

group :release do
Expand Down
38 changes: 0 additions & 38 deletions libraries/inspec.rb

This file was deleted.

225 changes: 0 additions & 225 deletions libraries/profile.rb

This file was deleted.

Loading

0 comments on commit 779015b

Please sign in to comment.