founders_template 0.3.1 → 0.3.2
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 +3 -3
- data/lib/founders_template/version.rb +1 -1
- data/templates/Dockerfile.erb +3 -0
- 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: bbaac6f77b6d4fe6348adf18e5d365437c27a3baa24996696f31b551044d09dc
|
4
|
+
data.tar.gz: 73f713ade653002f326cb8b874b48035293ca4687f706446dd78212a78439b03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77a7c340e51640f606d66c1b1a0d12feaf46fa84c5fb6f33b94bfc551b270213dca982c68827bb2b732b2e9d4e1df562711410b5cf4bbf7c58accbc879debd0b
|
7
|
+
data.tar.gz: 06f03e4fd47388aeb8f9444f575c7f75fc4b706c457ef185027e36a922d2f0cfa28fd4a5e7faf9f552990a6f6aea09b1038f7ca6e1b95cc0d6c1243713aa6faf
|
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.2)
|
5
5
|
activesupport
|
6
6
|
aws-sdk-core
|
7
7
|
aws-sdk-ec2
|
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
tzinfo (~> 1.1)
|
19
19
|
zeitwerk (~> 2.2)
|
20
20
|
aws-eventstream (1.0.3)
|
21
|
-
aws-partitions (1.
|
21
|
+
aws-partitions (1.293.0)
|
22
22
|
aws-sdk-core (3.92.0)
|
23
23
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1, >= 1.239.0)
|
@@ -54,7 +54,7 @@ GEM
|
|
54
54
|
rspec-support (3.9.2)
|
55
55
|
thor (1.0.1)
|
56
56
|
thread_safe (0.3.6)
|
57
|
-
tzinfo (1.2.
|
57
|
+
tzinfo (1.2.7)
|
58
58
|
thread_safe (~> 0.1)
|
59
59
|
zeitwerk (2.3.0)
|
60
60
|
|
data/templates/Dockerfile.erb
CHANGED
@@ -17,6 +17,9 @@ COPY vendor ./vendor/
|
|
17
17
|
ARG RAILS_ENV=development
|
18
18
|
ENV RAILS_ENV=$RAILS_ENV
|
19
19
|
|
20
|
+
# Fix for sassc issue https://northsail.io/articles/ruby-sassc-illegal-instruction
|
21
|
+
RUN bundle config --local build.sassc --disable-march-tune-native
|
22
|
+
|
20
23
|
RUN if [ "$RAILS_ENV" = "production" ] || [ "$RAILS_ENV" = "staging" ]; then bundle install --jobs 4 --deployment --without development test; else bundle install --jobs 4 --path vendor/bundle; fi
|
21
24
|
|
22
25
|
COPY package.json* ./
|
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.2
|
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
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|