capistrano-twingly 4.0.1 → 4.0.4

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: 4af628ef8ffde933c91bfe2f48b7bb162fef6d5966148c92f661ad1f517716a0
4
- data.tar.gz: 5d8c45ad7038484f557eb9d5dd324b709e1152489cc33b9fadb3f32f2e4eeca9
3
+ metadata.gz: 73f8f583d6a2f3186696bf34770d1e625320200e2d214dbf60ab0e9d4e25808a
4
+ data.tar.gz: a7a9ca0a5d69e5820e5c2f5cbe19f62711261c4276ab270d34d3114b32c43061
5
5
  SHA512:
6
- metadata.gz: 6f4275f7182ff4c3cf902eb4c4d829c1e4601f68294cea692bac60310e8c1b867016374152402e83675a60400984deb74b98b9a17669cd3e49fe3126f711f9b3
7
- data.tar.gz: da6a66d6e1217224a15dcbbe5de12e57830f0612d7c8992cfa71d25707bcd002e29ed93448a8103858ffee03d436a2295ba04c4dd8dad09b25907ae44739a979
6
+ metadata.gz: c4f6236ebfe68552a06884bb41637521810e72ff02a9fb2fbc41b6bd4cfdfd3ee4ca9df920434728fdb3866f735419272121f3e102e49fed307d5c45f618feca
7
+ data.tar.gz: 96f1ed608d1a6ff88b6f1c2aa617da057412f8e7125cb2a4b75a7218f3c51608f0343544b36da2bcce3b92d910d8f05d90faef2ef6d33c09dc0452c24f947c95
@@ -0,0 +1,26 @@
1
+ name: CI
2
+
3
+ on:
4
+ push:
5
+ pull_request:
6
+
7
+ jobs:
8
+ build:
9
+ runs-on: ubuntu-18.04
10
+
11
+ strategy:
12
+ matrix:
13
+ ruby: [2.7.3, 3.0.1, head]
14
+
15
+ steps:
16
+ - name: Checkout Code
17
+ uses: actions/checkout@v2
18
+
19
+ - name: Setup Ruby ${{ matrix.ruby }}
20
+ uses: ruby/setup-ruby@v1
21
+ with:
22
+ ruby-version: ${{ matrix.ruby }}
23
+ bundler-cache: true
24
+
25
+ - name: Run
26
+ run: bundle exec rake
data/CHANGELOG.md CHANGED
@@ -1,6 +1,47 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [v4.0.3](https://github.com/twingly/capistrano-twingly/tree/v4.0.3) (2021-01-14)
4
+
5
+ [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v4.0.2...v4.0.3)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Deprecation warnings from capistrano-bundler [\#61](https://github.com/twingly/capistrano-twingly/issues/61)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Explicitly use the git plugin [\#60](https://github.com/twingly/capistrano-twingly/pull/60) ([walro](https://github.com/walro))
14
+ - Trigger CI on pull-request events [\#59](https://github.com/twingly/capistrano-twingly/pull/59) ([walro](https://github.com/walro))
15
+
16
+ ## [v4.0.2](https://github.com/twingly/capistrano-twingly/tree/v4.0.2) (2020-11-24)
17
+
18
+ [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v4.0.1...v4.0.2)
19
+
20
+ **Fixed bugs:**
21
+
22
+ - Cannot published gem using "rake release" [\#48](https://github.com/twingly/capistrano-twingly/issues/48)
23
+
24
+ **Merged pull requests:**
25
+
26
+ - Move to GitHub actions [\#58](https://github.com/twingly/capistrano-twingly/pull/58) ([Chrizpy](https://github.com/Chrizpy))
27
+ - Update Capistrano [\#57](https://github.com/twingly/capistrano-twingly/pull/57) ([Pontus4](https://github.com/Pontus4))
28
+ - Ruby 2.7 support [\#56](https://github.com/twingly/capistrano-twingly/pull/56) ([walro](https://github.com/walro))
29
+ - Newer Ruby on Travis [\#54](https://github.com/twingly/capistrano-twingly/pull/54) ([roback](https://github.com/roback))
30
+
31
+ ## [v4.0.1](https://github.com/twingly/capistrano-twingly/tree/v4.0.1) (2019-05-02)
32
+
33
+ [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v4.0.0...v4.0.1)
34
+
35
+ **Fixed bugs:**
36
+
37
+ - Initial deploy for systemd fails since \#47 [\#49](https://github.com/twingly/capistrano-twingly/issues/49)
38
+
39
+ **Merged pull requests:**
40
+
41
+ - 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))
2
42
 
3
43
  ## [v4.0.0](https://github.com/twingly/capistrano-twingly/tree/v4.0.0) (2019-04-29)
44
+
4
45
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v3.0.0...v4.0.0)
5
46
 
6
47
  **Closed issues:**
@@ -12,6 +53,7 @@
12
53
  - Generate systemd config in addition to upstart [\#47](https://github.com/twingly/capistrano-twingly/pull/47) ([roback](https://github.com/roback))
13
54
 
14
55
  ## [v3.0.0](https://github.com/twingly/capistrano-twingly/tree/v3.0.0) (2018-11-08)
56
+
15
57
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.4.1...v3.0.0)
16
58
 
17
59
  **Merged pull requests:**
@@ -19,9 +61,11 @@
19
61
  - Remove LKP traces [\#44](https://github.com/twingly/capistrano-twingly/pull/44) ([walro](https://github.com/walro))
20
62
 
21
63
  ## [v2.4.1](https://github.com/twingly/capistrano-twingly/tree/v2.4.1) (2018-10-05)
64
+
22
65
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.4.0...v2.4.1)
23
66
 
24
67
  ## [v2.4.0](https://github.com/twingly/capistrano-twingly/tree/v2.4.0) (2018-10-04)
68
+
25
69
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.3.0...v2.4.0)
26
70
 
27
71
  **Merged pull requests:**
@@ -29,6 +73,7 @@
29
73
  - Each server can have different Procfiles [\#43](https://github.com/twingly/capistrano-twingly/pull/43) ([roback](https://github.com/roback))
30
74
 
31
75
  ## [v2.3.0](https://github.com/twingly/capistrano-twingly/tree/v2.3.0) (2018-10-04)
76
+
32
77
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.2.0...v2.3.0)
33
78
 
34
79
  **Merged pull requests:**
@@ -36,6 +81,7 @@
36
81
  - Lookup app servers using multiple SRV records [\#42](https://github.com/twingly/capistrano-twingly/pull/42) ([roback](https://github.com/roback))
37
82
 
38
83
  ## [v2.2.0](https://github.com/twingly/capistrano-twingly/tree/v2.2.0) (2017-12-18)
84
+
39
85
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.1.0...v2.2.0)
40
86
 
41
87
  **Implemented enhancements:**
@@ -48,6 +94,7 @@
48
94
  - Be able to use the gem with ssh-ed25519 keys [\#39](https://github.com/twingly/capistrano-twingly/pull/39) ([dentarg](https://github.com/dentarg))
49
95
 
50
96
  ## [v2.1.0](https://github.com/twingly/capistrano-twingly/tree/v2.1.0) (2016-09-22)
97
+
51
98
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.0.1...v2.1.0)
52
99
 
53
100
  **Fixed bugs:**
@@ -60,9 +107,11 @@
60
107
  - Add foreman as a dependency [\#30](https://github.com/twingly/capistrano-twingly/pull/30) ([jage](https://github.com/jage))
61
108
 
62
109
  ## [v2.0.1](https://github.com/twingly/capistrano-twingly/tree/v2.0.1) (2016-09-06)
110
+
63
111
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v2.0.0...v2.0.1)
64
112
 
65
113
  ## [v2.0.0](https://github.com/twingly/capistrano-twingly/tree/v2.0.0) (2016-06-13)
114
+
66
115
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.8.0...v2.0.0)
67
116
 
68
117
  **Implemented enhancements:**
@@ -74,6 +123,7 @@
74
123
  - Use generic socket name [\#27](https://github.com/twingly/capistrano-twingly/pull/27) ([jage](https://github.com/jage))
75
124
 
76
125
  ## [v1.8.0](https://github.com/twingly/capistrano-twingly/tree/v1.8.0) (2016-05-03)
126
+
77
127
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.7.1...v1.8.0)
78
128
 
79
129
  **Merged pull requests:**
@@ -81,9 +131,11 @@
81
131
  - Send process output to syslog [\#26](https://github.com/twingly/capistrano-twingly/pull/26) ([roback](https://github.com/roback))
82
132
 
83
133
  ## [v1.7.1](https://github.com/twingly/capistrano-twingly/tree/v1.7.1) (2015-02-16)
134
+
84
135
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.7.0...v1.7.1)
85
136
 
86
137
  ## [v1.7.0](https://github.com/twingly/capistrano-twingly/tree/v1.7.0) (2014-12-09)
138
+
87
139
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.6.2...v1.7.0)
88
140
 
89
141
  **Fixed bugs:**
@@ -99,9 +151,11 @@
99
151
  - Fail if no servers \(SRV-records\) are found [\#22](https://github.com/twingly/capistrano-twingly/pull/22) ([jage](https://github.com/jage))
100
152
 
101
153
  ## [v1.6.2](https://github.com/twingly/capistrano-twingly/tree/v1.6.2) (2014-09-19)
154
+
102
155
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.6.1...v1.6.2)
103
156
 
104
157
  ## [v1.6.1](https://github.com/twingly/capistrano-twingly/tree/v1.6.1) (2014-07-28)
158
+
105
159
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.6.0...v1.6.1)
106
160
 
107
161
  **Implemented enhancements:**
@@ -113,9 +167,11 @@
113
167
  - Add ability to control autostart in upstart [\#21](https://github.com/twingly/capistrano-twingly/pull/21) ([jage](https://github.com/jage))
114
168
 
115
169
  ## [v1.6.0](https://github.com/twingly/capistrano-twingly/tree/v1.6.0) (2014-07-28)
170
+
116
171
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.5.1...v1.6.0)
117
172
 
118
173
  ## [v1.5.1](https://github.com/twingly/capistrano-twingly/tree/v1.5.1) (2014-05-12)
174
+
119
175
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.5.0...v1.5.1)
120
176
 
121
177
  **Implemented enhancements:**
@@ -123,9 +179,11 @@
123
179
  - Create temporary files in tmp/ [\#9](https://github.com/twingly/capistrano-twingly/issues/9)
124
180
 
125
181
  ## [v1.5.0](https://github.com/twingly/capistrano-twingly/tree/v1.5.0) (2014-05-12)
182
+
126
183
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.4.0...v1.5.0)
127
184
 
128
185
  ## [v1.4.0](https://github.com/twingly/capistrano-twingly/tree/v1.4.0) (2014-03-31)
186
+
129
187
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.3.0...v1.4.0)
130
188
 
131
189
  **Merged pull requests:**
@@ -134,6 +192,7 @@
134
192
  - If system/maintenance.html exist, show it [\#12](https://github.com/twingly/capistrano-twingly/pull/12) ([jage](https://github.com/jage))
135
193
 
136
194
  ## [v1.3.0](https://github.com/twingly/capistrano-twingly/tree/v1.3.0) (2014-03-26)
195
+
137
196
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.2.1...v1.3.0)
138
197
 
139
198
  **Merged pull requests:**
@@ -141,6 +200,7 @@
141
200
  - Fix deploy namespace for Nginx tasks in README. [\#11](https://github.com/twingly/capistrano-twingly/pull/11) ([benmanns](https://github.com/benmanns))
142
201
 
143
202
  ## [v1.2.1](https://github.com/twingly/capistrano-twingly/tree/v1.2.1) (2014-02-14)
203
+
144
204
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.1.1...v1.2.1)
145
205
 
146
206
  **Closed issues:**
@@ -148,9 +208,11 @@
148
208
  - Add stage name to git deploy tag [\#8](https://github.com/twingly/capistrano-twingly/issues/8)
149
209
 
150
210
  ## [v1.1.1](https://github.com/twingly/capistrano-twingly/tree/v1.1.1) (2014-02-11)
211
+
151
212
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.0.1...v1.1.1)
152
213
 
153
214
  ## [v1.0.1](https://github.com/twingly/capistrano-twingly/tree/v1.0.1) (2014-02-11)
215
+
154
216
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v1.0.0...v1.0.1)
155
217
 
156
218
  **Closed issues:**
@@ -158,9 +220,11 @@
158
220
  - Bug in nginx.rake [\#6](https://github.com/twingly/capistrano-twingly/issues/6)
159
221
 
160
222
  ## [v1.0.0](https://github.com/twingly/capistrano-twingly/tree/v1.0.0) (2014-02-11)
223
+
161
224
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.4...v1.0.0)
162
225
 
163
226
  ## [v0.1.4](https://github.com/twingly/capistrano-twingly/tree/v0.1.4) (2014-02-10)
227
+
164
228
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.3...v0.1.4)
165
229
 
166
230
  **Implemented enhancements:**
@@ -168,6 +232,7 @@
168
232
  - nginx task requires constants [\#3](https://github.com/twingly/capistrano-twingly/issues/3)
169
233
 
170
234
  ## [v0.1.3](https://github.com/twingly/capistrano-twingly/tree/v0.1.3) (2014-02-04)
235
+
171
236
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.2...v0.1.3)
172
237
 
173
238
  **Fixed bugs:**
@@ -175,9 +240,11 @@
175
240
  - HTTPS support missing [\#4](https://github.com/twingly/capistrano-twingly/issues/4)
176
241
 
177
242
  ## [v0.1.2](https://github.com/twingly/capistrano-twingly/tree/v0.1.2) (2014-01-31)
243
+
178
244
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.1...v0.1.2)
179
245
 
180
246
  ## [v0.1.1](https://github.com/twingly/capistrano-twingly/tree/v0.1.1) (2014-01-15)
247
+
181
248
  [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/v0.1.0...v0.1.1)
182
249
 
183
250
  **Implemented enhancements:**
@@ -186,5 +253,8 @@
186
253
 
187
254
  ## [v0.1.0](https://github.com/twingly/capistrano-twingly/tree/v0.1.0) (2014-01-14)
188
255
 
256
+ [Full Changelog](https://github.com/twingly/capistrano-twingly/compare/0c5897c038d57e7acf3551a0c0b778571c9f293f...v0.1.0)
257
+
258
+
189
259
 
190
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
260
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/README.md CHANGED
@@ -131,9 +131,9 @@ end
131
131
 
132
132
  bundle exec rake release
133
133
 
134
- * Update the changelog with [GitHub Changelog Generator](https://github.com/skywinder/github-changelog-generator/) (`gem install github_changelog_generator` if you don't have it, set `CHANGELOG_GITHUB_TOKEN` to a personal access token to avoid rate limiting by GitHub). This command will update `CHANGELOG.md`. You need to commit and push manually.
134
+ * Update the changelog with [GitHub Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator) (`gem install github_changelog_generator` if you don't have it, set `CHANGELOG_GITHUB_TOKEN` to a personal access token to avoid rate limiting by GitHub). This command will update `CHANGELOG.md`. You need to commit and push manually.
135
135
 
136
- github_changelog_generator
136
+ github_changelog_generator -u twingly -p capistrano-twingly
137
137
 
138
138
  ## Note about `CHANGELOG.md`
139
139
 
@@ -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.1'
7
+ spec.version = '4.0.4'
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}
@@ -17,15 +17,14 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
 
20
- spec.add_dependency "capistrano", "~> 3.6.0"
21
- spec.add_dependency "capistrano-bundler", "1.1.4"
20
+ spec.add_dependency "capistrano", "~> 3.14"
21
+ spec.add_dependency "capistrano-bundler", "~> 2.0"
22
22
  spec.add_dependency "capistrano-chruby", "0.1.2"
23
23
  spec.add_dependency "foreman", "~> 0.82"
24
- spec.add_dependency "net-ssh", "~> 5.0"
24
+ spec.add_dependency "net-ssh", "~> 7.0"
25
25
  spec.add_dependency "ed25519", ">= 1.2", "< 1.3"
26
26
  spec.add_dependency "bcrypt_pbkdf", ">= 1.0", "< 2.0"
27
27
 
28
- spec.add_development_dependency "bundler", "~> 1.5"
29
28
  spec.add_development_dependency "rspec", "~> 3"
30
29
  spec.add_development_dependency "rake"
31
30
  end
@@ -1,6 +1,4 @@
1
1
  namespace :deploy do
2
- set :bundle_binstubs, -> { shared_path.join('bin') }
3
-
4
2
  desc 'Lookup which service manager is used on each server'
5
3
  task :lookup_server_service_manager do
6
4
  init_system_pid = 1
@@ -15,6 +13,8 @@ namespace :deploy do
15
13
 
16
14
  desc 'Export service script'
17
15
  task export_service: %w[lookup_server_service_manager foreman:upload_procfile] do
16
+ set :bundle_binstubs, -> { shared_path.join('bin') }
17
+
18
18
  on roles(:upstart) do
19
19
  within current_path do
20
20
  sudo fetch(:chruby_exec), "#{fetch(:chruby_ruby)} -- #{fetch(:bundle_binstubs)}/foreman export upstart /etc/init -a #{fetch(:application)} -u \`whoami\` -l #{shared_path}/log"
@@ -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.1
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Twingly AB
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-02 00:00:00.000000000 Z
11
+ date: 2022-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.6.0
19
+ version: '3.14'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.6.0
26
+ version: '3.14'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capistrano-bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.1.4
33
+ version: '2.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '='
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.1.4
40
+ version: '2.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: capistrano-chruby
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '5.0'
75
+ version: '7.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '5.0'
82
+ version: '7.0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: ed25519
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -120,20 +120,6 @@ dependencies:
120
120
  - - "<"
121
121
  - !ruby/object:Gem::Version
122
122
  version: '2.0'
123
- - !ruby/object:Gem::Dependency
124
- name: bundler
125
- requirement: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '1.5'
130
- type: :development
131
- prerelease: false
132
- version_requirements: !ruby/object:Gem::Requirement
133
- requirements:
134
- - - "~>"
135
- - !ruby/object:Gem::Version
136
- version: '1.5'
137
123
  - !ruby/object:Gem::Dependency
138
124
  name: rspec
139
125
  requirement: !ruby/object:Gem::Requirement
@@ -169,9 +155,9 @@ executables: []
169
155
  extensions: []
170
156
  extra_rdoc_files: []
171
157
  files:
158
+ - ".github/workflows/ci.yml"
172
159
  - ".gitignore"
173
160
  - ".rspec"
174
- - ".travis.yml"
175
161
  - CHANGELOG.md
176
162
  - Gemfile
177
163
  - LICENSE.txt
@@ -194,7 +180,7 @@ homepage: https://github.com/twingly/capistrano-twingly
194
180
  licenses:
195
181
  - MIT
196
182
  metadata: {}
197
- post_install_message:
183
+ post_install_message:
198
184
  rdoc_options: []
199
185
  require_paths:
200
186
  - lib
@@ -209,8 +195,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
195
  - !ruby/object:Gem::Version
210
196
  version: '0'
211
197
  requirements: []
212
- rubygems_version: 3.0.2
213
- signing_key:
198
+ rubygems_version: 3.3.7
199
+ signing_key:
214
200
  specification_version: 4
215
201
  summary: Capistrano 3 tasks used for Twingly's Ruby deployment
216
202
  test_files:
data/.travis.yml DELETED
@@ -1,15 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- rvm:
4
- - 2.4.2
5
- - ruby-head
6
- matrix:
7
- allow_failures:
8
- - rvm: ruby-head
9
- fast_finish: true
10
- before_install:
11
- - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
12
- - gem install bundler -v '< 2'
13
- cache: bundler
14
- notifications:
15
- email: false