capistrano-twingly 2.4.0 → 2.4.1
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/CHANGELOG.md +7 -0
- data/capistrano-twingly.gemspec +1 -1
- data/lib/capistrano/twingly/tasks/upstart.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74a1d768cf62eb2b3872d3b18011b6cb44af8b40ff4613af3e4dfa9826807602
|
|
4
|
+
data.tar.gz: af89a2d64a7a8e0b148ab134dc85930f0073cfb58d7ff078f4c0c72580c95683
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47d1809206af81ebd5207a864fd02551a4d4f50aac23e941b5a30f55e28ed72975e5e71f3fb1da02cdb75a122c50af0e72512bac4a3117c9e50c37d7ebdfc320
|
|
7
|
+
data.tar.gz: 864b159797afbf07f936a48c4f9e208c8fe136a9e8e04c1efeb4c5cec33bbb526193556e73efbc24ec814fa6d4a26632390a6d5cac031f61a46bfec0d47fbff1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v2.4.0](https://github.com/twingly/capistrano-twingly/tree/v2.4.0) (2018-10-04)
|
|
4
|
+
[Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.3.0...v2.4.0)
|
|
5
|
+
|
|
6
|
+
**Merged pull requests:**
|
|
7
|
+
|
|
8
|
+
- Each server can have different Procfiles [\#43](https://github.com/twingly/capistrano-twingly/pull/43) ([roback](https://github.com/roback))
|
|
9
|
+
|
|
3
10
|
## [v2.3.0](https://github.com/twingly/capistrano-twingly/tree/v2.3.0) (2018-10-04)
|
|
4
11
|
[Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.2.0...v2.3.0)
|
|
5
12
|
|
data/capistrano-twingly.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "capistrano-twingly"
|
|
7
|
-
spec.version = '2.4.
|
|
7
|
+
spec.version = '2.4.1'
|
|
8
8
|
spec.authors = ["Twingly AB"]
|
|
9
9
|
spec.email = ["support@twingly.com"]
|
|
10
10
|
spec.summary = %q{Capistrano 3 tasks used for Twingly's Ruby deployment}
|
|
@@ -26,7 +26,7 @@ namespace :deploy do
|
|
|
26
26
|
desc 'Upload Procfile to server'
|
|
27
27
|
task :upload_procfile do
|
|
28
28
|
on roles(:app) do |host|
|
|
29
|
-
upload! "tmp/Procfile_#{host.
|
|
29
|
+
upload! "tmp/Procfile_#{host.hostname}", "#{fetch(:deploy_to)}/current/Procfile"
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
32
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-twingly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Twingly AB
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|