deploy_mate 0.17.5 → 0.17.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b32dbcc8129a7dec28bed595b73896b7d2640b3c
4
- data.tar.gz: 6c01d173525aea2c48d9b688825c26a8628e4f4b
3
+ metadata.gz: 8a3e9f9595fe454da126261a0e622232970292b1
4
+ data.tar.gz: af8bb5fc8d015bf4cc08793f88d9cc34e15282cc
5
5
  SHA512:
6
- metadata.gz: d2df75c00a46a75298cb3c03fb30433387ab7ffaea1c53c855f5eead2390ee0029f64b33ca3cfc67674dcb0dbd877319da6a719ed73e3e6515d86aea17f7a8da
7
- data.tar.gz: 4b408d949d237aa3697d29c4c88aaec7d922795cf653a4da7a4c1dd588aef79807d5a3b10cba41ad6956ce444b474cc4b2b802ecc9096de74a41f111e0efe6e3
6
+ metadata.gz: b98ffc4232697a7f691cdad14a04fb667f58fc074038d7c7e54bbbef94c8ceb204ed2c564a511036a76b6fe629e1d86ec13af1ff3c71e82bb406f3166e7252be
7
+ data.tar.gz: 71a3c6e809df459c750abe9e1f324a20e1cffdc3fcfdcebb622bdb3b0ca11d2d1b2efa39c9dab2ba9e77553a2d150aff6c3f84194066059b06214582f5a0e762
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.2.3
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.1)
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.2)
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 (2.9.2)
27
- rake (10.4.2)
28
- sshkit (1.7.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
- * **2015-10-17**: Added support for puma as application server
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.5"
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
@@ -4,4 +4,4 @@ set :unicorn_workers, "2"
4
4
  set :nginx_server_name, "<%= @host_name %>"
5
5
 
6
6
  set :environment, "<%= @environment %>"
7
- set :branch, "<%= @branch_name %>"
7
+ set :branch, ENV.fetch("branch", "<%= @branch_name %>")
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.5
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: []