Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible with older versions of Chef (before version 12) #124

Merged
merged 1 commit into from
Jun 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make compatible with older versions of Chef. (before version 12)
dhui committed Apr 7, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tdmorello Tim Morello
commit a454791a4a43a8e84345fa20892a377baa608235
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.7.0'
recipe 'aws', 'Installs the right_aws gem during compile time'
source_url "https://github.com/opscode-cookbooks/aws"
issues_url "https://github.com/opscode-cookbooks/aws/issues"
source_url "https://github.com/opscode-cookbooks/aws" if respond_to?(:source_url)
issues_url "https://github.com/opscode-cookbooks/aws/issues" if respond_to?(:issues_url)