founders_template 0.1.1 → 0.1.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 +1 -1
- data/lib/founders_template/cli.rb +2 -0
- data/lib/founders_template/version.rb +1 -1
- data/templates/ci/install.sh +5 -0
- data/templates/ci/post_build.sh +5 -0
- data/templates/ci/run_tests.sh +10 -0
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d2b17da3d674c0c5b4d41ba46958fd0702cafd663753e32686cfae849343eb1
|
4
|
+
data.tar.gz: c952aceb8edfd4b65ca351d2761585b2e3bccda6068e25154834e697c5c234c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 543bd724960bbebcf8e53eaaa62128b2214517120df19b80469dbe03d009ca4fe46a2bcababc00216f675688b3350c26e44c21d7aa55a317dd270cca76fe59cb
|
7
|
+
data.tar.gz: 9a07ada41185a2477c936c98a4b5cc26104b4bb08c5b669266f71a7bab0c626c1b13298f1e3aaab0b216c8f3f0c586b0405e270e6b705920da222e4549699b60
|
data/Gemfile-rails6.lock
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: founders_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Trae Robrock
|
@@ -66,6 +66,9 @@ files:
|
|
66
66
|
- lib/founders_template/cli.rb
|
67
67
|
- lib/founders_template/version.rb
|
68
68
|
- templates/buildspec.yml.erb
|
69
|
+
- templates/ci/install.sh
|
70
|
+
- templates/ci/post_build.sh
|
71
|
+
- templates/ci/run_tests.sh
|
69
72
|
homepage: https://github.com/trobrock/founders_template
|
70
73
|
licenses:
|
71
74
|
- MIT
|