rubocop-next 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +5 -0
  3. data/rubocop-next.gemspec +2 -2
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 712178b4722f63f3897f409608a69dc3e0d44d7ae08d993ab9e1e3d4f8eb69c1
4
- data.tar.gz: 1b8d958de9f9e7c0935233290f529a75cf6c2926a4fcdf1baaa19054e9734112
3
+ metadata.gz: 57228e2fe5cc04ca18ead42d61b94a80202d0141b5a37db6110d11cef6dde251
4
+ data.tar.gz: 0cd11f62ff157e00f36737758b6eeca5919d52f5fd499218b9162b647a116f0a
5
5
  SHA512:
6
- metadata.gz: f087a67329242850311518bbc0f38dd67ba2af3218560fb146caa415906abb511d1a5fe3b8d37ad444a8988f199ed1a99d394e4e0ad1aade863e02b97e42bc5d
7
- data.tar.gz: 130b80d6b3127a4f1987940fc49bc1baeda4744a12c6171038762691ccd35b0dce04c2533d441f2535a1e22ff18800a5f7754f3c09259bbfb0a830ef689a47d4
6
+ metadata.gz: 7ec523e7882edde87fe8c72f13991469f8f36a17b06b7340d8565c41c5c6634b5bf96a9406f1684199d819e8f6746e9a326abadeebf32afef8764be39f71640d
7
+ data.tar.gz: 674ec8e1be31ffc0c50a08bbb262085d549a7da5d3c279d1863b9af89ab3cb0273906a6aee7921904c718e001cd1538f5b05def7547467d1484c74336654a75b
data/Gemfile ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gemspec
data/rubocop-next.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'rubocop-next'
5
- spec.version = '1.0.1'
5
+ spec.version = '1.0.2'
6
6
 
7
7
  spec.authors = ['Third Party Transportation Systems LLC']
8
8
  spec.email = 'hello@next-tms.com'
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  'source_code_uri' => "https://github.com/next-tms/rubocop-next/tree/v#{spec.version}"
17
17
  }
18
18
 
19
- spec.files = ['rubocop-next.gemspec', 'rubocop.yml', 'LICENSE']
19
+ spec.files = ['Gemfile', 'rubocop-next.gemspec', 'rubocop.yml', 'LICENSE']
20
20
 
21
21
  spec.add_dependency('rubocop', '~> 1.56.0')
22
22
  spec.add_dependency('rubocop-rails', '~> 2.20.2')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Third Party Transportation Systems LLC
@@ -86,6 +86,7 @@ executables: []
86
86
  extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
+ - Gemfile
89
90
  - LICENSE
90
91
  - rubocop-next.gemspec
91
92
  - rubocop.yml
@@ -93,7 +94,7 @@ homepage: https://github.com/next-tms/rubocop-next
93
94
  licenses: []
94
95
  metadata:
95
96
  allowed_push_host: https://rubygems.org
96
- source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.1
97
+ source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.2
97
98
  post_install_message:
98
99
  rdoc_options: []
99
100
  require_paths: