bamboolab_kaboom 0.2.0 → 0.3.0
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/lib/kaboom/helpers/config.rb +0 -4
- data/lib/kaboom/version.rb +1 -1
- data/lib/kaboom.rb +5 -0
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8578018280533f36a35169dd8c128a4bc8d18eb63397fb8843f0307025d3b459
|
4
|
+
data.tar.gz: 724321bf06d9799fa81df056182d052087de7170da6b8051333ccee6489c455d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 452ea23529b978c0d6da23178361a824206fd8c3a2aed300ea919e02af1790119cba8e01391b2ce0aa8f8a5729a3a3bb642dc8877e59b925a57133d306749608
|
7
|
+
data.tar.gz: 3823c46fc5c4a9482074c8a3b9d0ce47b7bcb7e1444f558373614f7b6c728a3b5c909a71994511814503015046c6bbfcf01cc9f275833c231e42927096a8e71e
|
@@ -22,10 +22,6 @@ module Kaboom
|
|
22
22
|
say_and_exit "Error: This command must be run in a root folder of a Rails application", :red
|
23
23
|
end
|
24
24
|
|
25
|
-
unless File.exist?('config/credentials/development.key')
|
26
|
-
say_and_exit "Error: development.key credentials file not found (source it from 1Password)", :red
|
27
|
-
end
|
28
|
-
|
29
25
|
if DESTINATIONS.empty? && !File.exist?('./config/deploy.yml')
|
30
26
|
say_and_exit "Error: No deploy configuration files found in config directory.", :red
|
31
27
|
end
|
data/lib/kaboom/version.rb
CHANGED
data/lib/kaboom.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bamboolab_kaboom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luka Bak
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: thor
|
@@ -137,7 +136,7 @@ dependencies:
|
|
137
136
|
version: '6.0'
|
138
137
|
- - "<"
|
139
138
|
- !ruby/object:Gem::Version
|
140
|
-
version: '
|
139
|
+
version: '9.0'
|
141
140
|
type: :runtime
|
142
141
|
prerelease: false
|
143
142
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -147,7 +146,7 @@ dependencies:
|
|
147
146
|
version: '6.0'
|
148
147
|
- - "<"
|
149
148
|
- !ruby/object:Gem::Version
|
150
|
-
version: '
|
149
|
+
version: '9.0'
|
151
150
|
- !ruby/object:Gem::Dependency
|
152
151
|
name: pry
|
153
152
|
requirement: !ruby/object:Gem::Requirement
|
@@ -196,7 +195,6 @@ homepage: https://bamboolab.eu
|
|
196
195
|
licenses:
|
197
196
|
- MIT
|
198
197
|
metadata: {}
|
199
|
-
post_install_message:
|
200
198
|
rdoc_options: []
|
201
199
|
require_paths:
|
202
200
|
- lib
|
@@ -211,8 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
209
|
- !ruby/object:Gem::Version
|
212
210
|
version: '0'
|
213
211
|
requirements: []
|
214
|
-
rubygems_version: 3.
|
215
|
-
signing_key:
|
212
|
+
rubygems_version: 3.6.2
|
216
213
|
specification_version: 4
|
217
214
|
summary: A CLI for managing Rails apps deployed by Kamal.
|
218
215
|
test_files: []
|