From 573f1c7c75cda6eed40ef107c2a8a699e5662343 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 29 Jun 2015 07:57:06 -0400 Subject: [PATCH] update release data Also ignore local ruby version managers --- .gitignore | 3 +++ CHANGELOG.md | 4 ++-- metadata.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e618bbe6..0a730115 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ _Store *.tmp *.bk *.bkup +.ruby-version +.ruby-gemset +.rvmrc # YARD artifacts .yardoc diff --git a/CHANGELOG.md b/CHANGELOG.md index 59437d9e..843a9811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v2.7.2 (Unreleased) +v2.7.2 (2015-06-29) - [#124][] Retain compatibility with Chef 11, [@dhui][] - [#128][] Use correct pageable response from `aws-sdk` v2 update, [@drywheat][] @@ -198,4 +198,4 @@ v0.99.1 [@miketheman]: https://github.com/miketheman [@mkantor]: https://github.com/mkantor [@purgatorio]: https://github.com/purgatorio -[@tas50]: https://github.com/tas50 \ No newline at end of file +[@tas50]: https://github.com/tas50 diff --git a/metadata.rb b/metadata.rb index bc7d2df4..a3d722e8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'LWRPs for managing AWS resources' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.7.1' +version '2.7.2' recipe 'aws', 'Installs the right_aws gem during compile time' 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)