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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8430c5429297a43d72748ef58a23413f92f49b1658101e5597fb5ef28a31ae8a
4
- data.tar.gz: dc5ffe8fd612843809b2ef6bb5c152f48b33b4db66ec0e3ae5b8a89f8853e924
3
+ metadata.gz: ba6323d47976de5b90ad827031bbf42adfd465dd5f7e3f6b352f8cf8bad13f0a
4
+ data.tar.gz: f818989c1427d794b3239b3ada4c07def040633598740675895dc265c35e38b0
5
5
  SHA512:
6
- metadata.gz: 877f397b6bd8a68be424e350913c90c4c774478f6d98441f16ae84cb92d8e14de1e6975eb3004f69a40b2c00e6af692412092b15bee7b8231315a76e96e71ada
7
- data.tar.gz: 9e241e3ef386b9a1fbac045eb152677ddd8e317e890545fa881bdcf70e2a3b508af7b8573cb126368d888998c0ac578300e851023910a715242b775c307edc53
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/)
@@ -7,7 +7,7 @@
7
7
  version: 2.1
8
8
 
9
9
  orbs:
10
- browser-tools: circleci/browser-tools@1.1.1
10
+ browser-tools: circleci/browser-tools@1
11
11
  node: circleci/node@4
12
12
  ruby: circleci/ruby@1
13
13
 
@@ -67,10 +67,7 @@ Naming/PredicateName:
67
67
  Exclude:
68
68
  - 'app/helpers/application_helper.rb'
69
69
 
70
- Standard/SemanticBlocks:
71
- Enabled: false
72
-
73
- Style/BlockDelimiters:
70
+ Standard/BlockDelimiters:
74
71
  Enabled: true
75
72
  EnforcedStyle: braces_for_chaining
76
73
 
@@ -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-eslint_npm', require: false
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, github: 'prontolabs/pronto-rubocop'
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JtTools
4
- VERSION = '0.0.18'
4
+ VERSION = '0.0.19'
5
5
  end
data/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "devDependencies": {
3
- "eslint": "^7.17.0"
3
+ "eslint": "^7.20.0"
4
4
  }
5
5
  }
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.18
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-01-04 00:00:00.000000000 Z
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.4
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