Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build dependencies. Bump version to 1.0.3. Add changes to changelog. #9

Merged
merged 2 commits into from
Sep 18, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.3

* Enhancements
* [#9](https://github.com/tacitknowledge/aem-cookbook/pull/9) Updated build dependencies.

# 1.0.2

* Fixes
Expand All @@ -6,7 +11,7 @@
# 1.0.1

* Enhancements
* Added support for AEM 6.0.0.
* [#4](https://github.com/tacitknowledge/aem-cookbook/pull/4) Added support for AEM 6.0.0.

# 1.0.0

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

gem 'berkshelf', '= 3.1.2'
gem 'chefspec', '= 3.4.0'
gem 'foodcritic', '= 3.0.3'
gem 'berkshelf', '= 3.1.5'
gem 'chefspec', '= 4.0.2'
gem 'foodcritic', '= 4.0.0'
gem 'kitchen-vagrant', '= 0.15.0'
gem 'kitchen-gce', '= 0.1.2'
gem 'kitchen-ec2', '= 0.8.0'
gem 'rake', '= 10.3.1'
gem 'rubocop', '= 0.21.0'
gem 'rake', '= 10.3.2'
gem 'rubocop', '= 0.26.0'

# v1.2.1 (latest stable) is somewhat broken when working with AWS. Fixes are in master, so
# I'm locking to a specific working commit until a newer release is created.
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 @@
name 'aem'
description 'Installs/Configures Adobe AEM'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.2'
version '1.0.3'

recipe 'aem::author', 'Installs AEM Author instance.'
recipe 'aem::publish', 'Installs AEM Publish instance.'
Expand Down