firespring_dev_commands 2.1.17.pre.alpha.2 → 2.1.17
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: e8b17b14aaaf218530f7d8b6c4f9ab7403dc184f1969e7c195592dc2d2cf1819
|
|
4
|
+
data.tar.gz: 3345a7e1f45f083fe6115d2fe8c22974a85a8e65d3f2eb6af7815cc39601865d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 654a1bf1322ac6c14eda0ccd44481f96a40292746c02921c0ec3e72161fc39104e306e7d5dd0057d6943ac457b45d6de3988a6a2e1878746eca9b893b158f590
|
|
7
|
+
data.tar.gz: efe11d76c9bb84b536430b929ccf63b53974e87fb4d39807132f9661d2d5ef9a26b0610d3d72fc4cbf9ec4a1ff3c24963f29428aee4c7ffa6daa1671e71980de
|
|
@@ -9,7 +9,7 @@ module Dev
|
|
|
9
9
|
class Application < Dev::Template::ApplicationInterface
|
|
10
10
|
attr_reader :php, :start_container_dependencies_on_test
|
|
11
11
|
|
|
12
|
-
#
|
|
12
|
+
# Create the templated rake tasks for the php application
|
|
13
13
|
#
|
|
14
14
|
# @param application [String] The name of the application
|
|
15
15
|
# @param container_path [String] The path to the application inside of the container
|
|
@@ -9,7 +9,7 @@ module Dev
|
|
|
9
9
|
class Application < Dev::Template::ApplicationInterface
|
|
10
10
|
attr_reader :ruby, :start_container_dependencies_on_test
|
|
11
11
|
|
|
12
|
-
#
|
|
12
|
+
# Create the templated rake tasks for the ruby application
|
|
13
13
|
#
|
|
14
14
|
# @param application [String] The name of the application
|
|
15
15
|
# @param container_path [String] The path to the application inside of the container
|
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.1.17
|
|
4
|
+
version: 2.1.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -403,9 +403,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
403
403
|
version: '3.1'
|
|
404
404
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
405
405
|
requirements:
|
|
406
|
-
- - "
|
|
406
|
+
- - ">="
|
|
407
407
|
- !ruby/object:Gem::Version
|
|
408
|
-
version:
|
|
408
|
+
version: '0'
|
|
409
409
|
requirements: []
|
|
410
410
|
rubygems_version: 3.4.10
|
|
411
411
|
signing_key:
|