Skip to content

Commit

Permalink
update release data
Browse files Browse the repository at this point in the history
Also ignore local ruby version managers
  • Loading branch information
miketheman committed Jun 29, 2015
1 parent 1b4bd72 commit 573f1c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ _Store
*.tmp
*.bk
*.bkup
.ruby-version
.ruby-gemset
.rvmrc

# YARD artifacts
.yardoc
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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][]
Expand Down Expand Up @@ -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
[@tas50]: https://github.com/tas50
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 573f1c7

Please sign in to comment.