capistrano-twingly 2.4.0 → 2.4.1

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
  SHA256:
3
- metadata.gz: 75fa4a0261e7641d6b29921d6dcfe7615790f703e6393e92d57147eb21a163c4
4
- data.tar.gz: 00f98265254260053e4fe778f3dfd9df8d442d293a527c06bedcab2fb4d9d004
3
+ metadata.gz: 74a1d768cf62eb2b3872d3b18011b6cb44af8b40ff4613af3e4dfa9826807602
4
+ data.tar.gz: af89a2d64a7a8e0b148ab134dc85930f0073cfb58d7ff078f4c0c72580c95683
5
5
  SHA512:
6
- metadata.gz: bfaf032744fbf5f61a113f4c6702c5ca1d1b3a5a81cba5d5ed3f4765050d85724a9e384fd13ef317d78f029e3da8ec3b73ead1cc3d37d770b57e9455d56825a4
7
- data.tar.gz: c3b2685e826ea9e7a0961becedb167ab506420733f144070c932d36748b538787ea4576e515438aa12e4929128c8a3350d7b7db7340cfd6d1c6bbc67d18ec1cb
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
 
@@ -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.0'
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.name}", "#{fetch(:deploy_to)}/current/Procfile"
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.0
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-04 00:00:00.000000000 Z
11
+ date: 2018-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano