File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ Reverse Chronological Order:
44
55## master
66
7- https://github.com/sgruhier/capistrano-db-tasks/compare/v0.5 ...HEAD
7+ https://github.com/sgruhier/capistrano-db-tasks/compare/v0.6 ...HEAD
88
99* Your contribution here!
1010
11+ # 0.6 (Dec 14 2016)
12+
13+ * Configurable dump folder #101 #75 #61 (@artempartos , @gmhawash )
14+ * Fixed previous release bugs (@sitnikovme , @slavajacobson )
15+
1116# 0.5 (Nov 29 2016)
1217
1318* Fixed iteration on remote/local assets dir #98 (@elthariel )
Original file line number Diff line number Diff line change 1- # CapistranoDbTasks | [ ![ Code Climate] ( https://codeclimate.com/github/sgruhier/capistrano-db-tasks/badges/gpa.svg )] ( https://codeclimate.com/github/sgruhier/capistrano-db-tasks ) [ ![ Gem Version] ( https://badge.fury.io/rb/capistrano-db-tasks.svg )] ( http://badge.fury.io/rb/capistrano-db-tasks )
1+ # CapistranoDbTasks | [ ![ Gem Downloads ] ( http://img.shields.io/gem/dt/capistrano-db_sync.svg )] ( https://rubygems.org/gems/capistrano-db_sync ) [ ![ Code Climate] ( https://codeclimate.com/github/sgruhier/capistrano-db-tasks/badges/gpa.svg )] ( https://codeclimate.com/github/sgruhier/capistrano-db-tasks ) [ ![ Gem Version] ( https://badge.fury.io/rb/capistrano-db-tasks.svg )] ( http://badge.fury.io/rb/capistrano-db-tasks )
22
33Add database AND assets tasks to capistrano to a Rails project. It only works with capistrano 3. Older versions until 0.3 works with capistrano 2.
44
Original file line number Diff line number Diff line change 11module CapistranoDbTasks
2- VERSION = "0.5 " . freeze
2+ VERSION = "0.6 " . freeze
33end
You can’t perform that action at this time.
0 commit comments