traquitana 2.0.5 → 2.0.7
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
- checksums.yaml.gz.sig +0 -0
- data/Gemfile.lock +13 -5
- data/README.md +10 -7
- data/gem-public_cert.pem +21 -21
- data/lib/deployer.rb +15 -1
- data/lib/git.rb +11 -0
- data/lib/packager.rb +1 -1
- data/lib/traquitana/version.rb +1 -1
- data/lib/traquitana.rb +1 -1
- data/traquitana.gemspec +8 -7
- data.tar.gz.sig +0 -0
- metadata +51 -53
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63db15b2943d28614639493c7d4b745993649c02777f6394cdfc88f7cf55b433
|
4
|
+
data.tar.gz: c7dc75b61fa0e38103f01a97b476d404e89792ba2934e5b0d1e50cc57b86afc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfbac69f905d9dd21dd6d426edb11a290fdc06f10fde4c9e2c4fcc43a99a4190ce6a79e9208d09f1f04423ba1823da10b0c3b87d0086ee9fc005effec1c80cc7
|
7
|
+
data.tar.gz: 9c41350ff6452738f3f5c4d27e62b82189617b82c40f3e392b97b4de2e0d6a16a2f3adfa08b13d3583055da65811a828b9e1b383e7ab0b46e876e9f62056cd5c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
traquitana (0.
|
4
|
+
traquitana (2.0.6)
|
5
|
+
bcrypt_pbkdf
|
6
|
+
ed25519
|
5
7
|
highline
|
6
8
|
net-scp
|
7
9
|
net-ssh
|
@@ -10,10 +12,16 @@ PATH
|
|
10
12
|
GEM
|
11
13
|
remote: https://rubygems.org/
|
12
14
|
specs:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
15
|
+
bcrypt_pbkdf (1.1.1)
|
16
|
+
ed25519 (1.3.0)
|
17
|
+
highline (3.1.1)
|
18
|
+
reline
|
19
|
+
io-console (0.7.2)
|
20
|
+
net-scp (4.0.0)
|
21
|
+
net-ssh (>= 2.6.5, < 8.0.0)
|
22
|
+
net-ssh (7.3.0)
|
23
|
+
reline (0.5.10)
|
24
|
+
io-console (~> 0.5)
|
17
25
|
rubyzip (2.3.2)
|
18
26
|
|
19
27
|
PLATFORMS
|
data/README.md
CHANGED
@@ -44,6 +44,9 @@ $ gem install traquitana
|
|
44
44
|
- ignore: it will just send the files that had changed on less than the number of hours configured here
|
45
45
|
- server: the webserver running on the server. ex: passenger
|
46
46
|
- list: the list of file patterns searched to send to the server
|
47
|
+
- branches: optional, will check if your Git current branch is allowed on
|
48
|
+
the branches listed here (comma separated), preventing from deploying from
|
49
|
+
a wrong branch
|
47
50
|
|
48
51
|
On the list can have two elements by row, like:
|
49
52
|
|
@@ -70,12 +73,12 @@ $ gem install traquitana
|
|
70
73
|
- Will create a list with the file names found
|
71
74
|
- Will zíp the files.
|
72
75
|
- Will send the list to the server, together with some control files.
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
76
|
+
- What the control files are for: they are shell scripts that will zip the
|
77
|
+
old files (based on what new files are going), unzip the new files, run
|
78
|
+
migrations if needed, run bundle install if the Gemfile contents changed
|
79
|
+
and restart the web server. There are two files: one generic to make all
|
80
|
+
sort of things BUT not restarting the web server. The webserver script will
|
81
|
+
be send based on what webserver you need.
|
79
82
|
|
80
83
|
- Now everything should be updated. On the next time you want to update your
|
81
84
|
project, just run traq again.
|
@@ -86,7 +89,7 @@ $ gem install traquitana
|
|
86
89
|
Use for your risk. I think it's all ok but I don't give you guarantee if it
|
87
90
|
break something.
|
88
91
|
|
89
|
-
##
|
92
|
+
## CLI options
|
90
93
|
|
91
94
|
There are some command line options:
|
92
95
|
|
data/gem-public_cert.pem
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
-----BEGIN CERTIFICATE-----
|
2
2
|
MIIEhTCCAu2gAwIBAgIBATANBgkqhkiG9w0BAQsFADBEMQwwCgYDVQQDDAN0YXEx
|
3
3
|
HzAdBgoJkiaJk/IsZAEZFg9ldXN0YXF1aW9yYW5nZWwxEzARBgoJkiaJk/IsZAEZ
|
4
|
-
|
4
|
+
FgNjb20wHhcNMjUwOTI5MTgxNDQ3WhcNMjYwOTI5MTgxNDQ3WjBEMQwwCgYDVQQD
|
5
5
|
DAN0YXExHzAdBgoJkiaJk/IsZAEZFg9ldXN0YXF1aW9yYW5nZWwxEzARBgoJkiaJ
|
6
|
-
k/
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
AaOBgTB/
|
16
|
-
|
6
|
+
k/IsZAEZFgNjb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDO/Fvs
|
7
|
+
AVpqQgTit1QtreMw81fCUg9lWUqZYnaOpno7fBHZRo9icDzKIHUPLMNQGQmYAIZB
|
8
|
+
i0o950oHq4fphFBbKvIWHNu5Xn7SrJlu6NlPZXfNGerTD0E1KbxtZogpICCXAqIw
|
9
|
+
W8NS9PCdPOVllbHyJ7Cz+WRquuStmFwRg+Xf++qUeWsZNYOgHWEDwP5fAAWP0eG2
|
10
|
+
fYJv4DcXV+cO1tSGBJhJJpC2UhmELZjDSVdtNgCR5lL009zdIz6szAp+qUC6r8vw
|
11
|
+
M/qhR5KNZUX6Ajv3ghrKJ+6rKxfia5UVceKSQFJilpOIx1C4NmcGmysYQm/XeCKk
|
12
|
+
vOK/yi1U7uFQZioR71CuiYTePAa2weMDq+wnIoxOdDwCqwvMUEPIod/iVsOCDpVq
|
13
|
+
wHO3NloH9mlRI1nH/CNBTiDnY5coHPq39ZBWnDUZW8notdlna2b2CMmePRPMrkcX
|
14
|
+
6T07Eosk5m6zQ1XtbGJmYaIShe3cBT2wh2vSlduPQJhxSVmhQBR2lje8c6UCAwEA
|
15
|
+
AaOBgTB/MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRHr67COZuH
|
16
|
+
MmhQdx7bIKo0WUa08TAiBgNVHREEGzAZgRd0YXFAZXVzdGFxdWlvcmFuZ2VsLmNv
|
17
17
|
bTAiBgNVHRIEGzAZgRd0YXFAZXVzdGFxdWlvcmFuZ2VsLmNvbTANBgkqhkiG9w0B
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
18
|
+
AQsFAAOCAYEAd4UbZVhVu2NlUzNootbTwd8lyqDhdwD1MKXnc8W/acjvDBMp8m62
|
19
|
+
YSJGd8+Yr1AEwQIl4PPkSRmQtBQz4rnN7PmB1VcVfP8qYzrFJ2rremfFIiX300OV
|
20
|
+
r33KxYW/ZAobhMnshzsRXyGIyNLnZ2LaQUt0g4s4+a18+IkDh6ZlI+7kdgZmmQxl
|
21
|
+
qUiJic+i01OQaGUfuPUE6UJpMZ1aibHE4lL9PNr8WYJdoSVLJ6DpZALTvvuZ4iVS
|
22
|
+
6wpi5YbOUzWTS+jq8XzJ9x5pHY9kj59wDqTUfLS8bYBGbFJKD8I0Itkrc8xrWJZX
|
23
|
+
tBDYEgQhDyJw85R/rF9iAVvSOAx5xTqZLD7PLc5hECnqO3gxrZubf7oHyL/EaCn4
|
24
|
+
38K71n1PfabOu6OI3PDXauC7jkM6lLXjATzR/66tLSL0mjM5MifxBWUNcIpEjFBo
|
25
|
+
i2DO47WHZJomoFMqB/jaeupel07+RRhph2N1/88Nk2KXHLN5smSyXFTpMW5bw+If
|
26
|
+
E1tI3Ovim41H
|
27
27
|
-----END CERTIFICATE-----
|
data/lib/deployer.rb
CHANGED
@@ -11,7 +11,7 @@ module Traquitana
|
|
11
11
|
STDOUT.puts "\e[1mRunning Traquitana version #{VERSION}\e[0m\n\n"
|
12
12
|
|
13
13
|
unless File.exist?(@config.filename)
|
14
|
-
warn "\e[31mNo config file (#{@config.filename}) found
|
14
|
+
warn "\e[31mNo config file (#{@config.filename}) found.\e[0m"
|
15
15
|
warn "Did you run \e[1mtraq setup\e[0;31m ?"
|
16
16
|
warn "Run it and check the configuration before deploying.\e[0m"
|
17
17
|
exit 1
|
@@ -19,6 +19,8 @@ module Traquitana
|
|
19
19
|
|
20
20
|
@config.load
|
21
21
|
|
22
|
+
check_branches
|
23
|
+
|
22
24
|
@options = @config.password.size > 1 ? { password: @config.password } : {}
|
23
25
|
@server = @config.server.to_s.size > 0 ? @config.server : "none"
|
24
26
|
@shell = @config.shell ? "#{@config.shell} " : ""
|
@@ -66,5 +68,17 @@ module Traquitana
|
|
66
68
|
|
67
69
|
@config.filename
|
68
70
|
end
|
71
|
+
|
72
|
+
def check_branches
|
73
|
+
return if @config.branches.to_s.size < 1
|
74
|
+
|
75
|
+
current_branch = Git.current_branch
|
76
|
+
STDOUT.puts "Checking if current branch \e[1m#{current_branch}\e[0m is allowed in #{@config.branches}\n"
|
77
|
+
|
78
|
+
return if @config.branches.split(',').map(&:strip).include?(current_branch)
|
79
|
+
|
80
|
+
warn "Branch \e[31m#{current_branch}\e[0m not allowed to deploy!\n\n"
|
81
|
+
exit 1
|
82
|
+
end
|
69
83
|
end
|
70
84
|
end
|
data/lib/git.rb
ADDED
data/lib/packager.rb
CHANGED
@@ -38,7 +38,7 @@ module Traquitana
|
|
38
38
|
# write zip file
|
39
39
|
STDOUT.puts "Creating the zip file : #{zip_path}" if @verbose
|
40
40
|
|
41
|
-
Zip::File.open(zip_path,
|
41
|
+
Zip::File.open(zip_path, create: true) do |zip_file|
|
42
42
|
for file in list
|
43
43
|
strip = file.sub(regex, '')
|
44
44
|
zip_file.add(strip, file)
|
data/lib/traquitana/version.rb
CHANGED
data/lib/traquitana.rb
CHANGED
data/traquitana.gemspec
CHANGED
@@ -15,14 +15,15 @@ Gem::Specification.new do |gem|
|
|
15
15
|
gem.require_paths = ['lib']
|
16
16
|
gem.version = Traquitana::VERSION
|
17
17
|
|
18
|
-
gem.
|
19
|
-
gem.add_dependency('
|
20
|
-
gem.add_dependency('net-
|
21
|
-
gem.add_dependency('
|
22
|
-
gem.add_dependency('
|
23
|
-
gem.add_dependency('
|
18
|
+
gem.required_ruby_version = '>= 3.0.0'
|
19
|
+
gem.add_dependency('highline', ['~> 3'])
|
20
|
+
gem.add_dependency('net-scp', ['~> 4'])
|
21
|
+
gem.add_dependency('net-ssh', ['~> 7'])
|
22
|
+
gem.add_dependency('ed25519', ['~> 1'])
|
23
|
+
gem.add_dependency('bcrypt_pbkdf', ['~> 1'])
|
24
|
+
gem.add_dependency('rubyzip', ['~> 3.0.0'])
|
24
25
|
|
25
|
-
gem.license = 'GPL-2.0'
|
26
|
+
gem.license = 'GPL-2.0-or-later'
|
26
27
|
|
27
28
|
gem.signing_key = '/home/taq/.gemcert/gem-private_key.pem'
|
28
29
|
gem.cert_chain = ['gem-public_cert.pem']
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,127 +1,126 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: traquitana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eustaquio Rangel
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain:
|
11
10
|
- |
|
12
11
|
-----BEGIN CERTIFICATE-----
|
13
12
|
MIIEhTCCAu2gAwIBAgIBATANBgkqhkiG9w0BAQsFADBEMQwwCgYDVQQDDAN0YXEx
|
14
13
|
HzAdBgoJkiaJk/IsZAEZFg9ldXN0YXF1aW9yYW5nZWwxEzARBgoJkiaJk/IsZAEZ
|
15
|
-
|
14
|
+
FgNjb20wHhcNMjUwOTI5MTgxNDQ3WhcNMjYwOTI5MTgxNDQ3WjBEMQwwCgYDVQQD
|
16
15
|
DAN0YXExHzAdBgoJkiaJk/IsZAEZFg9ldXN0YXF1aW9yYW5nZWwxEzARBgoJkiaJ
|
17
|
-
k/
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
AaOBgTB/
|
27
|
-
|
16
|
+
k/IsZAEZFgNjb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDO/Fvs
|
17
|
+
AVpqQgTit1QtreMw81fCUg9lWUqZYnaOpno7fBHZRo9icDzKIHUPLMNQGQmYAIZB
|
18
|
+
i0o950oHq4fphFBbKvIWHNu5Xn7SrJlu6NlPZXfNGerTD0E1KbxtZogpICCXAqIw
|
19
|
+
W8NS9PCdPOVllbHyJ7Cz+WRquuStmFwRg+Xf++qUeWsZNYOgHWEDwP5fAAWP0eG2
|
20
|
+
fYJv4DcXV+cO1tSGBJhJJpC2UhmELZjDSVdtNgCR5lL009zdIz6szAp+qUC6r8vw
|
21
|
+
M/qhR5KNZUX6Ajv3ghrKJ+6rKxfia5UVceKSQFJilpOIx1C4NmcGmysYQm/XeCKk
|
22
|
+
vOK/yi1U7uFQZioR71CuiYTePAa2weMDq+wnIoxOdDwCqwvMUEPIod/iVsOCDpVq
|
23
|
+
wHO3NloH9mlRI1nH/CNBTiDnY5coHPq39ZBWnDUZW8notdlna2b2CMmePRPMrkcX
|
24
|
+
6T07Eosk5m6zQ1XtbGJmYaIShe3cBT2wh2vSlduPQJhxSVmhQBR2lje8c6UCAwEA
|
25
|
+
AaOBgTB/MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRHr67COZuH
|
26
|
+
MmhQdx7bIKo0WUa08TAiBgNVHREEGzAZgRd0YXFAZXVzdGFxdWlvcmFuZ2VsLmNv
|
28
27
|
bTAiBgNVHRIEGzAZgRd0YXFAZXVzdGFxdWlvcmFuZ2VsLmNvbTANBgkqhkiG9w0B
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
28
|
+
AQsFAAOCAYEAd4UbZVhVu2NlUzNootbTwd8lyqDhdwD1MKXnc8W/acjvDBMp8m62
|
29
|
+
YSJGd8+Yr1AEwQIl4PPkSRmQtBQz4rnN7PmB1VcVfP8qYzrFJ2rremfFIiX300OV
|
30
|
+
r33KxYW/ZAobhMnshzsRXyGIyNLnZ2LaQUt0g4s4+a18+IkDh6ZlI+7kdgZmmQxl
|
31
|
+
qUiJic+i01OQaGUfuPUE6UJpMZ1aibHE4lL9PNr8WYJdoSVLJ6DpZALTvvuZ4iVS
|
32
|
+
6wpi5YbOUzWTS+jq8XzJ9x5pHY9kj59wDqTUfLS8bYBGbFJKD8I0Itkrc8xrWJZX
|
33
|
+
tBDYEgQhDyJw85R/rF9iAVvSOAx5xTqZLD7PLc5hECnqO3gxrZubf7oHyL/EaCn4
|
34
|
+
38K71n1PfabOu6OI3PDXauC7jkM6lLXjATzR/66tLSL0mjM5MifxBWUNcIpEjFBo
|
35
|
+
i2DO47WHZJomoFMqB/jaeupel07+RRhph2N1/88Nk2KXHLN5smSyXFTpMW5bw+If
|
36
|
+
E1tI3Ovim41H
|
38
37
|
-----END CERTIFICATE-----
|
39
|
-
date:
|
38
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
40
39
|
dependencies:
|
41
40
|
- !ruby/object:Gem::Dependency
|
42
41
|
name: highline
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
44
43
|
requirements:
|
45
|
-
- - "
|
44
|
+
- - "~>"
|
46
45
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
46
|
+
version: '3'
|
48
47
|
type: :runtime
|
49
48
|
prerelease: false
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
51
50
|
requirements:
|
52
|
-
- - "
|
51
|
+
- - "~>"
|
53
52
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
53
|
+
version: '3'
|
55
54
|
- !ruby/object:Gem::Dependency
|
56
55
|
name: net-scp
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
58
57
|
requirements:
|
59
|
-
- - "
|
58
|
+
- - "~>"
|
60
59
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
60
|
+
version: '4'
|
62
61
|
type: :runtime
|
63
62
|
prerelease: false
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
65
64
|
requirements:
|
66
|
-
- - "
|
65
|
+
- - "~>"
|
67
66
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
67
|
+
version: '4'
|
69
68
|
- !ruby/object:Gem::Dependency
|
70
69
|
name: net-ssh
|
71
70
|
requirement: !ruby/object:Gem::Requirement
|
72
71
|
requirements:
|
73
|
-
- - "
|
72
|
+
- - "~>"
|
74
73
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
74
|
+
version: '7'
|
76
75
|
type: :runtime
|
77
76
|
prerelease: false
|
78
77
|
version_requirements: !ruby/object:Gem::Requirement
|
79
78
|
requirements:
|
80
|
-
- - "
|
79
|
+
- - "~>"
|
81
80
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
81
|
+
version: '7'
|
83
82
|
- !ruby/object:Gem::Dependency
|
84
83
|
name: ed25519
|
85
84
|
requirement: !ruby/object:Gem::Requirement
|
86
85
|
requirements:
|
87
|
-
- - "
|
86
|
+
- - "~>"
|
88
87
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
88
|
+
version: '1'
|
90
89
|
type: :runtime
|
91
90
|
prerelease: false
|
92
91
|
version_requirements: !ruby/object:Gem::Requirement
|
93
92
|
requirements:
|
94
|
-
- - "
|
93
|
+
- - "~>"
|
95
94
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
95
|
+
version: '1'
|
97
96
|
- !ruby/object:Gem::Dependency
|
98
97
|
name: bcrypt_pbkdf
|
99
98
|
requirement: !ruby/object:Gem::Requirement
|
100
99
|
requirements:
|
101
|
-
- - "
|
100
|
+
- - "~>"
|
102
101
|
- !ruby/object:Gem::Version
|
103
|
-
version: '
|
102
|
+
version: '1'
|
104
103
|
type: :runtime
|
105
104
|
prerelease: false
|
106
105
|
version_requirements: !ruby/object:Gem::Requirement
|
107
106
|
requirements:
|
108
|
-
- - "
|
107
|
+
- - "~>"
|
109
108
|
- !ruby/object:Gem::Version
|
110
|
-
version: '
|
109
|
+
version: '1'
|
111
110
|
- !ruby/object:Gem::Dependency
|
112
111
|
name: rubyzip
|
113
112
|
requirement: !ruby/object:Gem::Requirement
|
114
113
|
requirements:
|
115
|
-
- - "
|
114
|
+
- - "~>"
|
116
115
|
- !ruby/object:Gem::Version
|
117
|
-
version:
|
116
|
+
version: 3.0.0
|
118
117
|
type: :runtime
|
119
118
|
prerelease: false
|
120
119
|
version_requirements: !ruby/object:Gem::Requirement
|
121
120
|
requirements:
|
122
|
-
- - "
|
121
|
+
- - "~>"
|
123
122
|
- !ruby/object:Gem::Version
|
124
|
-
version:
|
123
|
+
version: 3.0.0
|
125
124
|
description: Simple tool for deploy Rails apps
|
126
125
|
email:
|
127
126
|
- eustaquiorangel@gmail.com
|
@@ -150,6 +149,7 @@ files:
|
|
150
149
|
- lib/cleaner.rb
|
151
150
|
- lib/config.rb
|
152
151
|
- lib/deployer.rb
|
152
|
+
- lib/git.rb
|
153
153
|
- lib/packager.rb
|
154
154
|
- lib/selector.rb
|
155
155
|
- lib/ssh.rb
|
@@ -202,9 +202,8 @@ files:
|
|
202
202
|
- traquitana.gemspec
|
203
203
|
homepage: http://github.com/taq/traquitana
|
204
204
|
licenses:
|
205
|
-
- GPL-2.0
|
205
|
+
- GPL-2.0-or-later
|
206
206
|
metadata: {}
|
207
|
-
post_install_message:
|
208
207
|
rdoc_options: []
|
209
208
|
require_paths:
|
210
209
|
- lib
|
@@ -212,15 +211,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
212
211
|
requirements:
|
213
212
|
- - ">="
|
214
213
|
- !ruby/object:Gem::Version
|
215
|
-
version:
|
214
|
+
version: 3.0.0
|
216
215
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
217
216
|
requirements:
|
218
217
|
- - ">="
|
219
218
|
- !ruby/object:Gem::Version
|
220
219
|
version: '0'
|
221
220
|
requirements: []
|
222
|
-
rubygems_version: 3.
|
223
|
-
signing_key:
|
221
|
+
rubygems_version: 3.6.9
|
224
222
|
specification_version: 4
|
225
223
|
summary: Just a simple tool to deploy Rails apps with SSH and some shell scripts
|
226
224
|
test_files:
|
metadata.gz.sig
CHANGED
Binary file
|