Skip to content

Commit

Permalink
gemspec: added the missing CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Aug 12, 2014
1 parent 6b77c0c commit 529fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-encrypted-attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.email = 'team@onddo.com'
s.homepage = 'http://onddo.github.io/chef-encrypted-attributes'
s.require_path = 'lib'
s.files = %w(Rakefile LICENSE README.md API.md INTERNAL.md TESTING.md TODO.md CHANGELOG.md) + Dir.glob('lib/**/*')
s.files = %w(Rakefile LICENSE README.md API.md INTERNAL.md TESTING.md TODO.md CHANGELOG.md CONTRIBUTING.md) + Dir.glob('lib/**/*')
s.test_files = Dir.glob('{test,spec,features}/*')
s.required_ruby_version = Gem::Requirement.new('>= 1.9.2')

Expand Down

0 comments on commit 529fe41

Please sign in to comment.