founders_template 0.3.2 → 0.3.3

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: bbaac6f77b6d4fe6348adf18e5d365437c27a3baa24996696f31b551044d09dc
4
- data.tar.gz: 73f713ade653002f326cb8b874b48035293ca4687f706446dd78212a78439b03
3
+ metadata.gz: d1f2e348bbfdbd275514755e28b8d153da6b3c9b8f00ed4da670dbc6ec2ddc71
4
+ data.tar.gz: 4571080c6df05dabe8fb8663f489412775b27148e939982ef39ee242f322e64e
5
5
  SHA512:
6
- metadata.gz: 77a7c340e51640f606d66c1b1a0d12feaf46fa84c5fb6f33b94bfc551b270213dca982c68827bb2b732b2e9d4e1df562711410b5cf4bbf7c58accbc879debd0b
7
- data.tar.gz: 06f03e4fd47388aeb8f9444f575c7f75fc4b706c457ef185027e36a922d2f0cfa28fd4a5e7faf9f552990a6f6aea09b1038f7ca6e1b95cc0d6c1243713aa6faf
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.2)
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.3)
21
- aws-partitions (1.293.0)
22
- aws-sdk-core (3.92.0)
23
- aws-eventstream (~> 1.0, >= 1.0.2)
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.151.0)
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)
@@ -2,12 +2,12 @@
2
2
 
3
3
  set -e
4
4
 
5
- CUSTOM_INSTALL_FILE="ci/post_install.sh"
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 "$CUSTOM_INSTALL_FILE" ] ; then
11
- echo "Running custom install"
12
- exec bash "$CUSTOM_INSTALL_FILE"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FoundersTemplate
4
- VERSION = '0.3.2'
4
+ VERSION = '0.3.3'
5
5
  end
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.2
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-03 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport