firespring_dev_commands 2.3.5 → 2.3.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b8a55cfcc0f376d3a08a0c42b72725cc01783c9c57b445fa88e48be023042ee
|
4
|
+
data.tar.gz: 17ce37d9317e3fc14f0421263fc46d55af9db7eae0c4e15124b5ab607c15d196
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81aed13d5a1e0a86653aae61d30a9e1f8f6f2eb6ebf45685f649d3d559e35a2123a3871f4772440413a2f002f5f73fca8dd4350a3d5a8e99e657d97115898d8b
|
7
|
+
data.tar.gz: 20df2b71575aacef734d3af796044b40ebf04071ef3633c7efda083146e957510838f5316e001ac628f715c747b0664bf00aa75d3ba268e11fa11858cea06ad7
|
@@ -39,6 +39,13 @@ module Dev
|
|
39
39
|
Dev::Docker::Compose.new(services: [application]).up
|
40
40
|
Rake::Task[:_post_up_hooks].execute
|
41
41
|
end
|
42
|
+
|
43
|
+
desc "Starts up the #{application} container and it's dependencies"
|
44
|
+
task up_silent: %w(init_docker _pre_up_hooks) do
|
45
|
+
LOG.debug "In #{application} up"
|
46
|
+
Dev::Docker::Compose.new(running_silent: true, services: [application]).up
|
47
|
+
Rake::Task[:_post_up_hooks].execute
|
48
|
+
end
|
42
49
|
end
|
43
50
|
end
|
44
51
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firespring_dev_commands
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Firespring
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|