locum-best-practices 0.2.3 → 0.2.4
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 +2 -2
- data/lib/capistrano/locum/defaults.rb +1 -1
- data/lib/locum_best_practices/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b14860ee01a8b863ef44e59a7997b22021e586e
|
4
|
+
data.tar.gz: fdd367bf52a9de30a44351d317826462bf5a8777
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eca8d33603eaf6190854bd5b0b157294eec32eb265cc17b86aada14963627633d148f5b05474baee9851aae37034bb525b2825b3437268bbc2fea963da1d89be
|
7
|
+
data.tar.gz: d489838ba311c441f31e48f779da4d2b3adae8f0e2cd8b693b42f5350dcb036b8de99d596246a931483e56cbe0c7a2ec64509a1d3bc0d3dc0b2a6df3529b9358
|
data/README.md
CHANGED
@@ -51,11 +51,11 @@ This creates the following files, you can edit them for your choice.
|
|
51
51
|
|
52
52
|
### Install in your system:
|
53
53
|
|
54
|
-
|
54
|
+
gem install locum
|
55
55
|
|
56
56
|
And execute after 'cap install':
|
57
57
|
|
58
|
-
|
58
|
+
$ locum cap
|
59
59
|
|
60
60
|
### Custom stages
|
61
61
|
|
@@ -22,7 +22,7 @@ namespace :load do
|
|
22
22
|
set :env, worker_count: 8
|
23
23
|
|
24
24
|
set :linked_files, fetch(:linked_files, []) + %w(config/database.yml config/application.yml config/newrelic.yml)
|
25
|
-
set :linked_dirs, fetch(:linked_dirs, []) + %w(bin log tmp/cache tmp/pids tmp/sockets vendor/bundle public/system)
|
25
|
+
set :linked_dirs, fetch(:linked_dirs, []) + %w(bin log tmp/cache tmp/pids tmp/sockets vendor/bundle public/system public/uploads public/mails)
|
26
26
|
|
27
27
|
set :default_environments, 'RAILS_ENV=production'
|
28
28
|
set :production_rake, "rvm use #{fetch(:rvm_ruby_version)} do bundle exec rake #{fetch(:default_environments)}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: locum-best-practices
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DarkWater
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
205
|
version: '0'
|
206
206
|
requirements: []
|
207
207
|
rubyforge_project:
|
208
|
-
rubygems_version: 2.
|
208
|
+
rubygems_version: 2.4.8
|
209
209
|
signing_key:
|
210
210
|
specification_version: 4
|
211
211
|
summary: Simple best practices, used for soft deployment to locum hosting
|