deploy_mate 0.17.5 → 0.17.6
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/.ruby-version +1 -1
- data/Gemfile.lock +9 -7
- data/README.md +3 -2
- data/deploy-mate.gemspec +2 -2
- data/lib/deploy_mate/templates/deploy/stage.rb.erb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a3e9f9595fe454da126261a0e622232970292b1
|
|
4
|
+
data.tar.gz: af8bb5fc8d015bf4cc08793f88d9cc34e15282cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b98ffc4232697a7f691cdad14a04fb667f58fc074038d7c7e54bbbef94c8ceb204ed2c564a511036a76b6fe629e1d86ec13af1ff3c71e82bb406f3166e7252be
|
|
7
|
+
data.tar.gz: 71a3c6e809df459c750abe9e1f324a20e1cffdc3fcfdcebb622bdb3b0ca11d2d1b2efa39c9dab2ba9e77553a2d150aff6c3f84194066059b06214582f5a0e762
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.2.3
|
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
deploy_mate (0.
|
|
4
|
+
deploy_mate (0.17.5)
|
|
5
5
|
capistrano (~> 3.0)
|
|
6
6
|
capistrano-bundler
|
|
7
7
|
capistrano-rails
|
|
8
|
+
rake
|
|
8
9
|
|
|
9
10
|
GEM
|
|
10
11
|
remote: https://rubygems.org/
|
|
@@ -16,17 +17,15 @@ GEM
|
|
|
16
17
|
capistrano-bundler (1.1.4)
|
|
17
18
|
capistrano (~> 3.1)
|
|
18
19
|
sshkit (~> 1.2)
|
|
19
|
-
capistrano-rails (1.1.
|
|
20
|
+
capistrano-rails (1.1.6)
|
|
20
21
|
capistrano (~> 3.1)
|
|
21
22
|
capistrano-bundler (~> 1.1)
|
|
22
|
-
colorize (0.7.5)
|
|
23
23
|
i18n (0.7.0)
|
|
24
24
|
net-scp (1.2.1)
|
|
25
25
|
net-ssh (>= 2.6.5)
|
|
26
|
-
net-ssh (
|
|
27
|
-
rake (10.
|
|
28
|
-
sshkit (1.
|
|
29
|
-
colorize (>= 0.7.0)
|
|
26
|
+
net-ssh (3.0.2)
|
|
27
|
+
rake (10.5.0)
|
|
28
|
+
sshkit (1.8.1)
|
|
30
29
|
net-scp (>= 1.1.2)
|
|
31
30
|
net-ssh (>= 2.8.0)
|
|
32
31
|
|
|
@@ -35,3 +34,6 @@ PLATFORMS
|
|
|
35
34
|
|
|
36
35
|
DEPENDENCIES
|
|
37
36
|
deploy_mate!
|
|
37
|
+
|
|
38
|
+
BUNDLED WITH
|
|
39
|
+
1.11.2
|
data/README.md
CHANGED
|
@@ -29,7 +29,8 @@ It uses the following Capistrano-roles to divide the installed components:
|
|
|
29
29
|
- **cronjobs**: [OPTIONAL] For environments where `whenever` should manage/run cronjobs
|
|
30
30
|
|
|
31
31
|
## Changelog
|
|
32
|
-
* **
|
|
32
|
+
* **2016-02-19**: Made selection of a deployed branch possible
|
|
33
|
+
* **2016-02-17**: Added support for puma as application server
|
|
33
34
|
* **2015-10-12**: Support additional linked-directories
|
|
34
35
|
* **2015-08-27**: Small fix for `nginx`-config regarding gzipping of svgs
|
|
35
36
|
* **2015-08-14**: Important small fix for `nginx`-config regarding ssl
|
|
@@ -85,4 +86,4 @@ This will bump you up to the latest repo-version.
|
|
|
85
86
|
2. Create a working SSH-configuration for that server and try it our using `ssh <your-server-name>`
|
|
86
87
|
3. Run `cap <your-stage> machine:init` to install the needed packages.
|
|
87
88
|
4. Run `cap <your-stage> machine:setup` the setup all needed configuration-files on the server
|
|
88
|
-
5. Run `cap <your-stage> deploy` and be done.
|
|
89
|
+
5. Run `cap <your-stage> deploy branch=optional_branch` and be done.
|
data/deploy-mate.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "deploy_mate"
|
|
3
|
-
s.version = "0.17.
|
|
3
|
+
s.version = "0.17.6"
|
|
4
4
|
|
|
5
|
-
s.authors = ["Tim Adler", "Marcus Geißler"]
|
|
5
|
+
s.authors = ["Tim Adler", "Marcus Geißler", "Johannes Strampe"]
|
|
6
6
|
s.date = %q{2016-02-17}
|
|
7
7
|
s.description = %q{This is how we deploy around here.}
|
|
8
8
|
s.summary = s.description
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deploy_mate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Adler
|
|
8
8
|
- Marcus Geißler
|
|
9
|
+
- Johannes Strampe
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|