founders_template 0.1.7 → 0.1.8

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: 9ed02317de02c7569651e0a875d6a1485fdce810c6fbcccc240ce03cd5c0eaba
4
- data.tar.gz: 4bd92f5b1bd1dad179989ea1b7ce3ce85980106c1b003ef1a086b082d1be5b13
3
+ metadata.gz: b5f2681dabadc9894661a24323ba46dd5f4a95a6b80080762bbacc6d27779f84
4
+ data.tar.gz: d4a66020be8435a346e9151de52dbfa183ec2b0d7ff409eb3fe67f70a1bb04d2
5
5
  SHA512:
6
- metadata.gz: 9c80f489a732b55201373b8046c8524c002528c9605051123b2537060477fb6c835b66eb956c93112fe795a76f8c7965aaa205fdd0fc3117cbb8fa93e2f20cec
7
- data.tar.gz: 6a97f1e3340570e32f5a85554eaeacaa30d0fca32048b9d3f1e35ef143687c8fec7b534a91e9b3d518e11d65e48562ada1735812a0e61cb4328a5eb9cc08395d
6
+ metadata.gz: f073af7c2e910ab1058d222cb52064898b7d2cef2fbed888e38380411ca4829c8866474b9a9f5eb9b2540ac72d5dc960ca29a246a7076cb097c0a14290b6bece
7
+ data.tar.gz: 411810e4b15c74221fd7e5cb8215cea6e4a78943107289f8db2a28b42228746a6a0a0d8fc97c146447c463d8dd2514c9d41a241d17ac8f61378e9e6241982e2c
data/Gemfile-rails6.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- founders_template (0.1.7)
4
+ founders_template (0.1.8)
5
5
  activesupport
6
6
  aws-sdk-core
7
7
  aws-sdk-ec2
@@ -11,20 +11,20 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (6.0.2.1)
14
+ activesupport (6.0.2.2)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 0.7, < 2)
17
17
  minitest (~> 5.1)
18
18
  tzinfo (~> 1.1)
19
19
  zeitwerk (~> 2.2)
20
20
  aws-eventstream (1.0.3)
21
- aws-partitions (1.281.0)
22
- aws-sdk-core (3.91.0)
21
+ aws-partitions (1.286.0)
22
+ aws-sdk-core (3.92.0)
23
23
  aws-eventstream (~> 1.0, >= 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.149.0)
27
+ aws-sdk-ec2 (1.151.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,7 +2,7 @@
2
2
 
3
3
  TARGET="$1"
4
4
 
5
- if [[ "$TARGET" -eq "app" ]]; then
5
+ if [[ "$TARGET" == "app" ]]; then
6
6
  HAS_DOCKER_IMAGE="$(docker image ls --filter "reference=$APP_REPOSITORY_URI:latest" --format "{{.ID}}" | wc -l)"
7
7
  if [ "$HAS_DOCKER_IMAGE" -eq "1" ]; then
8
8
  CACHE_IMAGE="--cache-from $APP_REPOSITORY_URI:latest"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FoundersTemplate
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
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.1.7
4
+ version: 0.1.8
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-03-16 00:00:00.000000000 Z
11
+ date: 2020-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport