prun-ops 0.0.20 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +11 -9
- data/lib/capistrano/all.rake +7 -1
- data/lib/prun-ops/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b327d5eff0259d16ad87de40311e4b99d1e1f23
|
|
4
|
+
data.tar.gz: 395b5c1c18babccd6d2ebb5faaae50c6d9329284
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b5859e817cd5885d9da916f0c05401ca7b519fef88d99367efa75dc8fc302a8f9b03e6f647b6069c5364fd5eff514a50c6716bd04e43ff60f2c7f8baf1ff6d3
|
|
7
|
+
data.tar.gz: e3793acab7d1e1a323898c350006adaf41cbf3c52aa157ece37da457c34915ceea8c36959691084171712ad0995470f61412ae1b8fd1ea634f6f03c6082e19b6
|
data/README.md
CHANGED
|
@@ -89,14 +89,6 @@ Configure your 'config/applciation.rb':
|
|
|
89
89
|
config.backup_repo = "git@github.com:example/backup.git"
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
And your 'config/deploy.rb':
|
|
93
|
-
|
|
94
|
-
```ruby
|
|
95
|
-
# Backup directories
|
|
96
|
-
require_relative "./application.rb"
|
|
97
|
-
set :backup_dirs, Taskboard::Application.config.backup_dirs
|
|
98
|
-
```
|
|
99
|
-
|
|
100
92
|
And
|
|
101
93
|

|
|
102
94
|
|
|
@@ -175,4 +167,14 @@ At this moment we are implementing [NewRelic](http://newrelic.com/) monitoring,
|
|
|
175
167
|
### v0.0.10
|
|
176
168
|
|
|
177
169
|
* Removing bin/ops command in order to create open-dock gem
|
|
178
|
-
* Remove prun-ops dependency from 'config/deployment.rb' file and ad it to 'Capfile' as `require 'capistrano/prun-ops'`
|
|
170
|
+
* Remove prun-ops dependency from 'config/deployment.rb' file and ad it to 'Capfile' as `require 'capistrano/prun-ops'`
|
|
171
|
+
|
|
172
|
+
### v0.0.21
|
|
173
|
+
|
|
174
|
+
* Remove from your 'config/deploy.rb':
|
|
175
|
+
|
|
176
|
+
```ruby
|
|
177
|
+
# Backup directories
|
|
178
|
+
require_relative "./application.rb"
|
|
179
|
+
set :backup_dirs, Taskboard::Application.config.backup_dirs
|
|
180
|
+
```
|
data/lib/capistrano/all.rake
CHANGED
data/lib/prun-ops/version.rb
CHANGED