Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Commit

Permalink
Releasing v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlahn committed Feb 5, 2018
1 parent 3cd13af commit 8d394eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Cap-EC2 changelog

## 1.1.2

* Allow using aws-sdk v3 [@magnusvk](https://github.com/magnusvk)
* Fix NoMethodError undefined method call for Hash [@ur5us](https://github.com/ur5us)
* Allow tag value delimiter to be configurable [@erez-rabih](https://github.com/erez-rabih)

## 1.1.1

Require aws-sdk v2 instead of v1
Expand Down
4 changes: 2 additions & 2 deletions cap-ec2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'cap-ec2/version'
Gem::Specification.new do |spec|
spec.name = "cap-ec2"
spec.version = CapEC2::VERSION
spec.authors = ["Andy Sykes", "Robert Coleman"]
spec.email = ["[email protected]", "[email protected]"]
spec.authors = ["Andy Sykes", "Robert Coleman", "Forward3D Developers"]
spec.email = ["[email protected]", "[email protected]", "[email protected]"]
spec.description = %q{Cap-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.}
spec.summary = %q{Cap-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.}
spec.homepage = "https://github.com/forward3d/cap-ec2"
Expand Down
2 changes: 1 addition & 1 deletion lib/cap-ec2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CapEC2
VERSION = '1.1.1'
VERSION = '1.1.2'
end

0 comments on commit 8d394eb

Please sign in to comment.