jt_tools 0.0.13 → 0.0.14
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 +4 -4
- data/.gitattributes +7 -0
- data/lib/install/.circleci/config.yml +2 -2
- data/lib/install/.gitattributes +10 -0
- data/lib/jt_tools/version.rb +1 -1
- data/template.rb +2 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c6965d9827641e6e64d39b8a3053f7a077cba87ff79e37af5c34afa4087cc65
|
|
4
|
+
data.tar.gz: 31b9c7e18d1953a81122ec5889e393f92671578e751c130d8e12502df06f53b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afd745928b1adfc3eb374255ae8c03c3a38db06c671cc96294ffc283140077bf67bf636ba38306ac7684070aaff1e61797ee2b11290a95f9afbf52b717c9e575
|
|
7
|
+
data.tar.gz: fdee28522f8bd6e1c4dce57c4ceea250183db2742f303b500a9189adb3537842c27e8e474f5c5367ed215b8ba0732253053f812bedd57a566257fc6a2a48d393
|
data/.gitattributes
ADDED
data/lib/jt_tools/version.rb
CHANGED
data/template.rb
CHANGED
|
@@ -102,7 +102,9 @@ def add_template_repository_to_source_path
|
|
|
102
102
|
"parallelize(workers: :number_of_processors) unless ENV['COVERAGE']"
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
+
say "=> Copying git configuration"
|
|
105
106
|
directory "lib/install/.github", ".github"
|
|
107
|
+
copy_file "lib/install/.gitattributes", ".gitattributes"
|
|
106
108
|
|
|
107
109
|
say "=> Copying heroku configuration"
|
|
108
110
|
copy_file "lib/install/app.json", "app.json"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jt_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Keen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -32,6 +32,7 @@ extensions: []
|
|
|
32
32
|
extra_rdoc_files: []
|
|
33
33
|
files:
|
|
34
34
|
- ".circleci/config.yml"
|
|
35
|
+
- ".gitattributes"
|
|
35
36
|
- ".github/FUNDING.yml"
|
|
36
37
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
|
37
38
|
- ".github/ISSUE_TEMPLATE/custom.md"
|
|
@@ -53,6 +54,7 @@ files:
|
|
|
53
54
|
- lib/install/.erb-lint.yml
|
|
54
55
|
- lib/install/.eslintrc.js
|
|
55
56
|
- lib/install/.fasterer.yml
|
|
57
|
+
- lib/install/.gitattributes
|
|
56
58
|
- lib/install/.github/config.yml
|
|
57
59
|
- lib/install/.pronto.yml
|
|
58
60
|
- lib/install/.pronto_eslint_npm.yml
|