Skip to content

Commit

Permalink
Preparing v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 13, 2016
1 parent c5daaf0 commit 842d1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# master

* Handle arrays passed into `normalize_asset_timestamps` correctly (#184)
* Your contribution here!

# 1.1.8 (Sep 13 2016)

* Handle arrays passed into `normalize_asset_timestamps` correctly (#184)

# 1.1.7 (Jun 10 2016)

* call `Array#uniq` in `deploy:set_linked_dirs` task to remove duplicated :linked_dirs
Expand Down
2 changes: 1 addition & 1 deletion capistrano-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "capistrano-rails"
gem.version = '1.1.7'
gem.version = '1.1.8'
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com", "shatrov@me.com"]
gem.description = %q{Rails specific Capistrano tasks}
Expand Down

0 comments on commit 842d1fc

Please sign in to comment.