jt_tools 0.0.18 → 0.0.19
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/README.md +3 -0
- data/lib/install/.circleci/config.yml +1 -1
- data/lib/install/.rubocop.yml +1 -4
- data/lib/install/Gemfile.tools +2 -3
- data/lib/jt_tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba6323d47976de5b90ad827031bbf42adfd465dd5f7e3f6b352f8cf8bad13f0a
|
|
4
|
+
data.tar.gz: f818989c1427d794b3239b3ada4c07def040633598740675895dc265c35e38b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06fc551ce01a5fb90d1decf69925f311ec2cfcc9d0b71c4ef6841e618dc0f4a0889182974a652aada16eb8970004d9b37520db551da2b8a96d1a77b886ac8cec
|
|
7
|
+
data.tar.gz: 0ce70f2a39e945e5b73d222118b0c1d8ef96490480f38c36227be95068424f71e3b3116590c05b5870158949653228bde0dcfeae4d0a8552dec92feb7ab34932
|
data/README.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
Ruby on Rails Continious Deployemnt ecosystem to maintain projects without losing your mind.
|
|
9
9
|
Automatization scripts and services integrations which make your product world class level with no effort!
|
|
10
10
|
|
|
11
|
+
**Allow for Remote Distributed Teams to Work with Automotized Delivery**
|
|
12
|
+
|
|
11
13
|
More details could be found in such posts:
|
|
12
14
|
|
|
13
15
|
* [How to Setup a Project That Can Host Up to 1000 Users for Free](https://jtway.co/how-to-setup-a-project-that-can-host-up-to-1000-users-for-free-ab59ad3edaf1)
|
|
@@ -20,6 +22,7 @@ More details could be found in such posts:
|
|
|
20
22
|
Pre-setup for service
|
|
21
23
|
|
|
22
24
|
* [GitHub](https://github.com)
|
|
25
|
+
* GitHub Actions
|
|
23
26
|
* [Heroku](https://jtway.co/make-master-stable-again-b15c9ff3b129) (Heroku Reviews Apps)
|
|
24
27
|
* [MemCachier](https://www.memcachier.com/)
|
|
25
28
|
* [CircleCI](https://circleci.com/)
|
data/lib/install/.rubocop.yml
CHANGED
data/lib/install/Gemfile.tools
CHANGED
|
@@ -11,12 +11,11 @@ group :tools do
|
|
|
11
11
|
gem 'pronto', require: false
|
|
12
12
|
gem 'pronto-blacklist', require: false
|
|
13
13
|
gem 'pronto-erb_lint', require: false
|
|
14
|
-
gem 'pronto-
|
|
14
|
+
gem 'pronto-eslint', require: false
|
|
15
15
|
gem 'pronto-fasterer', require: false
|
|
16
16
|
gem 'pronto-rails_best_practices', require: false
|
|
17
17
|
gem 'pronto-reek', require: false
|
|
18
|
-
gem 'pronto-rubocop', require: false
|
|
19
|
-
# gem 'pronto-standardrb', require: false
|
|
18
|
+
gem 'pronto-rubocop', require: false
|
|
20
19
|
gem 'pronto-yamllint', require: false
|
|
21
20
|
|
|
22
21
|
gem 'rubocop-performance', require: false
|
data/lib/jt_tools/version.rb
CHANGED
data/package.json
CHANGED
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.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Keen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
|
-
rubygems_version: 3.2.
|
|
130
|
+
rubygems_version: 3.2.14
|
|
131
131
|
signing_key:
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: Setup development scripts to manage code base effectively
|