Skip to content

Commit

Permalink
Updates version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaenztagarro committed Jan 12, 2016
1 parent 8b781d3 commit 970288c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ This file is used to list changes made in each version of the rubystack cookbook
-----
- Fix nodejs install process in `rails_deploy` recipe

0.1.8
-----
- Locks `ridley` and `net-ssh` gems to fit travis ci (group `travis_ci` in `Gemfile`)

- - -
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.

Expand Down
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
source 'https://rubygems.org'

gem 'net-ssh', '2.9.2'
gem 'ridley', '4.3.2'
# Gems locked for travis ci compatibility
group :travis_ci do
gem 'net-ssh', '2.9.2'
gem 'ridley', '4.3.2'
end

group :development do
gem 'test-kitchen', '~> 1.4.2'
Expand Down
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 'All rights reserved'
description 'Installs/Configures rubystack'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.7'
version '0.1.8'

depends 'database_sl'
depends 'rvm_sl'
Expand Down

0 comments on commit 970288c

Please sign in to comment.