capistrano-twingly 4.0.2 → 4.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 000dcbd7e977d7e37ce27e2cd5f61278a835aa79febecf7dbb8edbd74fb8bf2b
4
- data.tar.gz: 6954ff08beb258f8d0d3f598fd34652dc56c062b1070c1a8c396ee1bf68ac467
3
+ metadata.gz: a5eca6ea50991714c2600ca2f700235fb3a5284320f70cde25534de3606e3a30
4
+ data.tar.gz: 0757c016c4a0dca706fef45c342a95425c11b5d15647501b07a960cdbe1391b7
5
5
  SHA512:
6
- metadata.gz: d827b49fcf10fcec1f3d9127b27e026b3dc30327fa0406c0ae10714160e1ecd72c7accd00ea22629e9bc5d28eb7ce4ba4f4dfcd7b2028605a8b2a296c76b4a75
7
- data.tar.gz: 5a97a343b609656ba2dabbd99d4d9536669e66131f4eda02374946b7a71f0a622736706e780f00e9b77c62cdf5d38a62087e40d1da187b92aed4a6b2a694cef9
6
+ metadata.gz: 86c947ed2c3a163875739769ffd4c1410d055f5c4ec976629b55ba44d6d1180f14a83a4bcbb11e7a06682c569fc7da714193d1af4b74d4f82dc72f23e82d8bc2
7
+ data.tar.gz: ea462c70951642dcf469e4e8fe23c987d602274cc9b00c0f3b5039b4532332d5f78194cf8740c75732d63aebb843a36eb8711fd9a98643cbd1617c78e6f4dd9f
@@ -1,6 +1,8 @@
1
1
  name: CI
2
2
 
3
- on: push
3
+ on:
4
+ push:
5
+ pull_request:
4
6
 
5
7
  jobs:
6
8
  build:
@@ -1,6 +1,22 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [v4.0.2](https://github.com/twingly/capistrano-twingly/tree/v4.0.2) (2020-11-24)
4
+
5
+ [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v4.0.1...v4.0.2)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Cannot published gem using "rake release" [\#48](https://github.com/twingly/capistrano-twingly/issues/48)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Move to GitHub actions [\#58](https://github.com/twingly/capistrano-twingly/pull/58) ([Chrizpy](https://github.com/Chrizpy))
14
+ - Update Capistrano [\#57](https://github.com/twingly/capistrano-twingly/pull/57) ([Pontus4](https://github.com/Pontus4))
15
+ - Ruby 2.7 support [\#56](https://github.com/twingly/capistrano-twingly/pull/56) ([walro](https://github.com/walro))
16
+ - Newer Ruby on Travis [\#54](https://github.com/twingly/capistrano-twingly/pull/54) ([roback](https://github.com/roback))
2
17
 
3
18
  ## [v4.0.1](https://github.com/twingly/capistrano-twingly/tree/v4.0.1) (2019-05-02)
19
+
4
20
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v4.0.0...v4.0.1)
5
21
 
6
22
  **Fixed bugs:**
@@ -12,6 +28,7 @@
12
28
  - Make sure systemd target is loaded before trying to stop it [\#50](https://github.com/twingly/capistrano-twingly/pull/50) ([roback](https://github.com/roback))
13
29
 
14
30
  ## [v4.0.0](https://github.com/twingly/capistrano-twingly/tree/v4.0.0) (2019-04-29)
31
+
15
32
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v3.0.0...v4.0.0)
16
33
 
17
34
  **Closed issues:**
@@ -23,6 +40,7 @@
23
40
  - Generate systemd config in addition to upstart [\#47](https://github.com/twingly/capistrano-twingly/pull/47) ([roback](https://github.com/roback))
24
41
 
25
42
  ## [v3.0.0](https://github.com/twingly/capistrano-twingly/tree/v3.0.0) (2018-11-08)
43
+
26
44
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.4.1...v3.0.0)
27
45
 
28
46
  **Merged pull requests:**
@@ -30,9 +48,11 @@
30
48
  - Remove LKP traces [\#44](https://github.com/twingly/capistrano-twingly/pull/44) ([walro](https://github.com/walro))
31
49
 
32
50
  ## [v2.4.1](https://github.com/twingly/capistrano-twingly/tree/v2.4.1) (2018-10-05)
51
+
33
52
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.4.0...v2.4.1)
34
53
 
35
54
  ## [v2.4.0](https://github.com/twingly/capistrano-twingly/tree/v2.4.0) (2018-10-04)
55
+
36
56
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.3.0...v2.4.0)
37
57
 
38
58
  **Merged pull requests:**
@@ -40,6 +60,7 @@
40
60
  - Each server can have different Procfiles [\#43](https://github.com/twingly/capistrano-twingly/pull/43) ([roback](https://github.com/roback))
41
61
 
42
62
  ## [v2.3.0](https://github.com/twingly/capistrano-twingly/tree/v2.3.0) (2018-10-04)
63
+
43
64
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.2.0...v2.3.0)
44
65
 
45
66
  **Merged pull requests:**
@@ -47,6 +68,7 @@
47
68
  - Lookup app servers using multiple SRV records [\#42](https://github.com/twingly/capistrano-twingly/pull/42) ([roback](https://github.com/roback))
48
69
 
49
70
  ## [v2.2.0](https://github.com/twingly/capistrano-twingly/tree/v2.2.0) (2017-12-18)
71
+
50
72
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.1.0...v2.2.0)
51
73
 
52
74
  **Implemented enhancements:**
@@ -59,6 +81,7 @@
59
81
  - Be able to use the gem with ssh-ed25519 keys [\#39](https://github.com/twingly/capistrano-twingly/pull/39) ([dentarg](https://github.com/dentarg))
60
82
 
61
83
  ## [v2.1.0](https://github.com/twingly/capistrano-twingly/tree/v2.1.0) (2016-09-22)
84
+
62
85
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.0.1...v2.1.0)
63
86
 
64
87
  **Fixed bugs:**
@@ -71,9 +94,11 @@
71
94
  - Add foreman as a dependency [\#30](https://github.com/twingly/capistrano-twingly/pull/30) ([jage](https://github.com/jage))
72
95
 
73
96
  ## [v2.0.1](https://github.com/twingly/capistrano-twingly/tree/v2.0.1) (2016-09-06)
97
+
74
98
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.0.0...v2.0.1)
75
99
 
76
100
  ## [v2.0.0](https://github.com/twingly/capistrano-twingly/tree/v2.0.0) (2016-06-13)
101
+
77
102
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.8.0...v2.0.0)
78
103
 
79
104
  **Implemented enhancements:**
@@ -85,6 +110,7 @@
85
110
  - Use generic socket name [\#27](https://github.com/twingly/capistrano-twingly/pull/27) ([jage](https://github.com/jage))
86
111
 
87
112
  ## [v1.8.0](https://github.com/twingly/capistrano-twingly/tree/v1.8.0) (2016-05-03)
113
+
88
114
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.7.1...v1.8.0)
89
115
 
90
116
  **Merged pull requests:**
@@ -92,9 +118,11 @@
92
118
  - Send process output to syslog [\#26](https://github.com/twingly/capistrano-twingly/pull/26) ([roback](https://github.com/roback))
93
119
 
94
120
  ## [v1.7.1](https://github.com/twingly/capistrano-twingly/tree/v1.7.1) (2015-02-16)
121
+
95
122
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.7.0...v1.7.1)
96
123
 
97
124
  ## [v1.7.0](https://github.com/twingly/capistrano-twingly/tree/v1.7.0) (2014-12-09)
125
+
98
126
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.6.2...v1.7.0)
99
127
 
100
128
  **Fixed bugs:**
@@ -110,9 +138,11 @@
110
138
  - Fail if no servers \(SRV-records\) are found [\#22](https://github.com/twingly/capistrano-twingly/pull/22) ([jage](https://github.com/jage))
111
139
 
112
140
  ## [v1.6.2](https://github.com/twingly/capistrano-twingly/tree/v1.6.2) (2014-09-19)
141
+
113
142
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.6.1...v1.6.2)
114
143
 
115
144
  ## [v1.6.1](https://github.com/twingly/capistrano-twingly/tree/v1.6.1) (2014-07-28)
145
+
116
146
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.6.0...v1.6.1)
117
147
 
118
148
  **Implemented enhancements:**
@@ -124,9 +154,11 @@
124
154
  - Add ability to control autostart in upstart [\#21](https://github.com/twingly/capistrano-twingly/pull/21) ([jage](https://github.com/jage))
125
155
 
126
156
  ## [v1.6.0](https://github.com/twingly/capistrano-twingly/tree/v1.6.0) (2014-07-28)
157
+
127
158
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.5.1...v1.6.0)
128
159
 
129
160
  ## [v1.5.1](https://github.com/twingly/capistrano-twingly/tree/v1.5.1) (2014-05-12)
161
+
130
162
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.5.0...v1.5.1)
131
163
 
132
164
  **Implemented enhancements:**
@@ -134,9 +166,11 @@
134
166
  - Create temporary files in tmp/ [\#9](https://github.com/twingly/capistrano-twingly/issues/9)
135
167
 
136
168
  ## [v1.5.0](https://github.com/twingly/capistrano-twingly/tree/v1.5.0) (2014-05-12)
169
+
137
170
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.4.0...v1.5.0)
138
171
 
139
172
  ## [v1.4.0](https://github.com/twingly/capistrano-twingly/tree/v1.4.0) (2014-03-31)
173
+
140
174
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.3.0...v1.4.0)
141
175
 
142
176
  **Merged pull requests:**
@@ -145,6 +179,7 @@
145
179
  - If system/maintenance.html exist, show it [\#12](https://github.com/twingly/capistrano-twingly/pull/12) ([jage](https://github.com/jage))
146
180
 
147
181
  ## [v1.3.0](https://github.com/twingly/capistrano-twingly/tree/v1.3.0) (2014-03-26)
182
+
148
183
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.2.1...v1.3.0)
149
184
 
150
185
  **Merged pull requests:**
@@ -152,6 +187,7 @@
152
187
  - Fix deploy namespace for Nginx tasks in README. [\#11](https://github.com/twingly/capistrano-twingly/pull/11) ([benmanns](https://github.com/benmanns))
153
188
 
154
189
  ## [v1.2.1](https://github.com/twingly/capistrano-twingly/tree/v1.2.1) (2014-02-14)
190
+
155
191
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.1.1...v1.2.1)
156
192
 
157
193
  **Closed issues:**
@@ -159,9 +195,11 @@
159
195
  - Add stage name to git deploy tag [\#8](https://github.com/twingly/capistrano-twingly/issues/8)
160
196
 
161
197
  ## [v1.1.1](https://github.com/twingly/capistrano-twingly/tree/v1.1.1) (2014-02-11)
198
+
162
199
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.0.1...v1.1.1)
163
200
 
164
201
  ## [v1.0.1](https://github.com/twingly/capistrano-twingly/tree/v1.0.1) (2014-02-11)
202
+
165
203
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.0.0...v1.0.1)
166
204
 
167
205
  **Closed issues:**
@@ -169,9 +207,11 @@
169
207
  - Bug in nginx.rake [\#6](https://github.com/twingly/capistrano-twingly/issues/6)
170
208
 
171
209
  ## [v1.0.0](https://github.com/twingly/capistrano-twingly/tree/v1.0.0) (2014-02-11)
210
+
172
211
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.4...v1.0.0)
173
212
 
174
213
  ## [v0.1.4](https://github.com/twingly/capistrano-twingly/tree/v0.1.4) (2014-02-10)
214
+
175
215
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.3...v0.1.4)
176
216
 
177
217
  **Implemented enhancements:**
@@ -179,6 +219,7 @@
179
219
  - nginx task requires constants [\#3](https://github.com/twingly/capistrano-twingly/issues/3)
180
220
 
181
221
  ## [v0.1.3](https://github.com/twingly/capistrano-twingly/tree/v0.1.3) (2014-02-04)
222
+
182
223
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.2...v0.1.3)
183
224
 
184
225
  **Fixed bugs:**
@@ -186,9 +227,11 @@
186
227
  - HTTPS support missing [\#4](https://github.com/twingly/capistrano-twingly/issues/4)
187
228
 
188
229
  ## [v0.1.2](https://github.com/twingly/capistrano-twingly/tree/v0.1.2) (2014-01-31)
230
+
189
231
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.1...v0.1.2)
190
232
 
191
233
  ## [v0.1.1](https://github.com/twingly/capistrano-twingly/tree/v0.1.1) (2014-01-15)
234
+
192
235
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.0...v0.1.1)
193
236
 
194
237
  **Implemented enhancements:**
@@ -197,5 +240,8 @@
197
240
 
198
241
  ## [v0.1.0](https://github.com/twingly/capistrano-twingly/tree/v0.1.0) (2014-01-14)
199
242
 
243
+ [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/0c5897c038d57e7acf3551a0c0b778571c9f293f...v0.1.0)
244
+
245
+
200
246
 
201
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
247
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -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 = '4.0.2'
7
+ spec.version = '4.0.3'
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}
@@ -4,6 +4,9 @@ require "capistrano/setup"
4
4
  # Include default deployment tasks
5
5
  require "capistrano/deploy"
6
6
 
7
+ require "capistrano/scm/git"
8
+ install_plugin Capistrano::SCM::Git
9
+
7
10
  # Console to the servers
8
11
  require "capistrano/console"
9
12
 
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: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Twingly AB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-24 00:00:00.000000000 Z
11
+ date: 2021-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.1.4
198
+ rubygems_version: 3.1.2
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: Capistrano 3 tasks used for Twingly's Ruby deployment