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:
4
4
5
5
## master
6
6
7
- https://github.com/sgruhier/capistrano-db-tasks/compare/v0.5 ...HEAD
7
+ https://github.com/sgruhier/capistrano-db-tasks/compare/v0.6 ...HEAD
8
8
9
9
* Your contribution here!
10
10
11
+ # 0.6 (Dec 14 2016)
12
+
13
+ * Configurable dump folder #101 #75 #61 (@artempartos , @gmhawash )
14
+ * Fixed previous release bugs (@sitnikovme , @slavajacobson )
15
+
11
16
# 0.5 (Nov 29 2016)
12
17
13
18
* 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 )
2
2
3
3
Add 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.
4
4
Original file line number Diff line number Diff line change 1
1
module CapistranoDbTasks
2
- VERSION = "0.5 " . freeze
2
+ VERSION = "0.6 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments