founders_template 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile-rails6.lock +6 -6
- data/bash/ci/post_build.sh +4 -4
- data/lib/founders_template/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1f2e348bbfdbd275514755e28b8d153da6b3c9b8f00ed4da670dbc6ec2ddc71
|
4
|
+
data.tar.gz: 4571080c6df05dabe8fb8663f489412775b27148e939982ef39ee242f322e64e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23c4ced4822c0c2e7ff9b01b3314f15efc5a673baca1e811cbe4812cee4e2ebdd15fe7329f219ed1c49e65ffbf1055a14b5a7bea6d72a309a1effc82a89a11ed
|
7
|
+
data.tar.gz: 9ba060eaebefb6b41f0be837c42b7fcb8809e116bedac158e7727f06158c19872bb923d9f4d58ef6cc6e2beef6dfae016d995b59eefd592f4b1dd2b1dba250e8
|
data/Gemfile-rails6.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
founders_template (0.3.
|
4
|
+
founders_template (0.3.3)
|
5
5
|
activesupport
|
6
6
|
aws-sdk-core
|
7
7
|
aws-sdk-ec2
|
@@ -17,14 +17,14 @@ GEM
|
|
17
17
|
minitest (~> 5.1)
|
18
18
|
tzinfo (~> 1.1)
|
19
19
|
zeitwerk (~> 2.2)
|
20
|
-
aws-eventstream (1.0
|
21
|
-
aws-partitions (1.
|
22
|
-
aws-sdk-core (3.
|
23
|
-
aws-eventstream (~> 1
|
20
|
+
aws-eventstream (1.1.0)
|
21
|
+
aws-partitions (1.296.0)
|
22
|
+
aws-sdk-core (3.94.0)
|
23
|
+
aws-eventstream (~> 1, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1, >= 1.239.0)
|
25
25
|
aws-sigv4 (~> 1.1)
|
26
26
|
jmespath (~> 1.0)
|
27
|
-
aws-sdk-ec2 (1.
|
27
|
+
aws-sdk-ec2 (1.152.0)
|
28
28
|
aws-sdk-core (~> 3, >= 3.71.0)
|
29
29
|
aws-sigv4 (~> 1.1)
|
30
30
|
aws-sdk-secretsmanager (1.34.0)
|
data/bash/ci/post_build.sh
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
set -e
|
4
4
|
|
5
|
-
|
5
|
+
CUSTOM_POST_BUILD_FILE="ci/post_build.sh"
|
6
6
|
|
7
7
|
ft ci push_images
|
8
8
|
ft ci write_artifacts
|
9
9
|
|
10
|
-
if [ -f "$
|
11
|
-
echo "Running custom
|
12
|
-
exec bash "$
|
10
|
+
if [ -f "$CUSTOM_POST_BUILD_FILE" ] ; then
|
11
|
+
echo "Running custom post build script"
|
12
|
+
exec bash "$CUSTOM_POST_BUILD_FILE"
|
13
13
|
fi
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: founders_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Trae Robrock
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|