jt_tools 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35b89b5f4bb94c741c42e3767ce71862ecefd2ad3e3e2069b2aa5424b91e05e9
4
- data.tar.gz: 9674eb842146e02e3600910336e6dc6f164acea13d68f7b99029de7f91c734a2
3
+ metadata.gz: 9c6965d9827641e6e64d39b8a3053f7a077cba87ff79e37af5c34afa4087cc65
4
+ data.tar.gz: 31b9c7e18d1953a81122ec5889e393f92671578e751c130d8e12502df06f53b7
5
5
  SHA512:
6
- metadata.gz: 7343f239a4942a31e03d0e68517594669b2bb68eea02dbc330f9b957625b5df358d04a25e786312556e161e2947ded2a2770c1260e06f9f2fff01f8a7191d0df
7
- data.tar.gz: 54ebce2bf0be9160c92fd50526f8e1520686f4e63696bebee61f0384b0541711405a0340bc2aad780acd7f2061a34f0a8e353462b4907f1fcaa65a804da1540a
6
+ metadata.gz: afd745928b1adfc3eb374255ae8c03c3a38db06c671cc96294ffc283140077bf67bf636ba38306ac7684070aaff1e61797ee2b11290a95f9afbf52b717c9e575
7
+ data.tar.gz: fdee28522f8bd6e1c4dce57c4ceea250183db2742f303b500a9189adb3537842c27e8e474f5c5367ed215b8ba0732253053f812bedd57a566257fc6a2a48d393
@@ -0,0 +1,7 @@
1
+ *.gemspec diff=ruby
2
+ *.rake diff=ruby
3
+ *.rb diff=ruby
4
+ *.js diff=javascript
5
+
6
+ /Gemfile.lock merge=ours
7
+
@@ -7,8 +7,8 @@
7
7
  version: 2.1
8
8
 
9
9
  orbs:
10
- ruby: circleci/ruby@1.0.5
11
- node: circleci/node@3.0.1
10
+ ruby: circleci/ruby@1.1.1
11
+ node: circleci/node@4.0.0
12
12
 
13
13
  workflows:
14
14
  version: 2
@@ -0,0 +1,10 @@
1
+ *.gemspec diff=ruby
2
+ *.rake diff=ruby
3
+ *.rb diff=ruby
4
+ *.js diff=javascript
5
+
6
+ /db/schema.rb merge=ours diff=ruby
7
+ /yarn.lock merge=ours
8
+ /Gemfile.lock merge=ours
9
+
10
+ /vendor/* linguist-vendored
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JtTools
4
- VERSION = "0.0.13"
4
+ VERSION = "0.0.14"
5
5
  end
@@ -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.13
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-09-21 00:00:00.000000000 Z
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