Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
release version 6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
robert2d committed Jun 14, 2017
1 parent 9855b80 commit 8369e96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.0.12 - February 7, 2017

- Including PR [#140](https://github.com/rslifka/elasticity/pull/140) - "Update fog". Thank you [@BenFradet ](https://github.com/BenFradet )!
- Including PR [#138](https://github.com/rslifka/elasticity/pull/138) - "Make application configuration available". Thank you [@henryhu666](https://github.com/henryhu666)!
- Including PR [#136](https://github.com/rslifka/elasticity/pull/136) - "added security configuration attribute". Thank you [@devsaik](https://github.com/devsaik)!

## 6.0.11 - February 7, 2017

- Including PR [#134](https://github.com/rslifka/elasticity/pull/134) - "Spark step". Thank you [@BenFradet](https://github.com/BenFradet)!
Expand Down
2 changes: 1 addition & 1 deletion lib/elasticity/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elasticity
VERSION = '6.0.11'
VERSION = '6.0.12'
end
2 changes: 1 addition & 1 deletion spec/lib/elasticity/aws_request_v4_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

describe '.aws_v4_signature' do
it 'should create the proper signature' do
subject.send(:aws_v4_signature).should == '9fcb4107e8346b2b92a4a2c56de98ed80fdd87d3f9514e728adce76390c5b267'
subject.send(:aws_v4_signature).should == '71d7f2adf5b01990b09d7d10910b9a0312ded30bacf05ea8e8a05cc72ab389d1'
end
end

Expand Down

0 comments on commit 8369e96

Please sign in to comment.