Skip to content

Commit

Permalink
Added to metadata.rb attributes: issues_url, source_url
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros87 committed Jun 23, 2016
1 parent 5e64942 commit 8c970fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end
RuboCop::RakeTask.new

FoodCritic::Rake::LintTask.new do |t|
t.options = { fail_tags: ['any'], tags: ['~FC041'] }
t.options = { fail_tags: ['any'], tags: ['~FC041', '~FC053'] }
end

RSpec::Core::RakeTask.new
Expand Down
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs Google Android SDK'
issues_url 'https://github.com/gildegoma/chef-android-sdk/issues'
source_url 'https://github.com/gildegoma/chef-android-sdk'
version '0.2.0'

%w(java ark).each do |dep|
Expand Down

0 comments on commit 8c970fe

Please sign in to comment.