Kaseya_Ruby_Codestyles 1.1.1.b → 1.1.1

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: fde53ff87fc2b49405c1e4c03e0268e11f76b0ed9691a27f2842cfcaf00ce2ad
4
- data.tar.gz: 4324da76b60538d512d2af7267795111d39eae054dbf8578d265b205307247b2
3
+ metadata.gz: '09e9bcdb8f332d1da3f0c0adb243bb17003b4aed50d65323eb3763f26ab450f5'
4
+ data.tar.gz: 161bf7dab625a1aef06facdedc025af022c0875106afa780e2380eb45732532f
5
5
  SHA512:
6
- metadata.gz: ffc1c2d2eca644059a739527cb93e6a4833197b60b25b32a6f3fcf1da0ef73dabde6d620aeb5b6324abd1f1e50faf6c1ef946927626d87ca46af7a174cab0025
7
- data.tar.gz: fd1756d521a89f938eb80e52510571a2382254d6312435d665c6c0e8d9194965ed5837479b255aeb7c23c12941e942d99c436f03efc21a36f134869382826a45
6
+ metadata.gz: a4ddfb951188e3cd530d917ebda3f486085eeb5104e71a10de612479e6d6161cfb41da2ffdbb4b0d298ec3b1144766be7862d50b414b79c13948abb6ee46a4d4
7
+ data.tar.gz: 69e0a4a1ef16064083d9c88934fcc8ecbd74ba939edea8af0cb82bc7bed7c532f3bcda8c53c449f38690b2328f5feef4d6f7f52902d7057255f21486a17e6062
data/README.md CHANGED
@@ -7,24 +7,10 @@ This is Kaseya's Ruby library manager. The deploy-ruby.yml runs Rubocop against
7
7
  * Install the `kaseya_ruby_codestyles` gem to get local access to all our public codestyles and files. Look to https://rubygems.org/gems/Kaseya_Ruby_Codestyles for information about dependencies and commands to install.
8
8
 
9
9
  ```
10
- gem 'Kaseya_Ruby_Codestyles', '~> 1.1.1'
10
+ gem 'Kaseya_Ruby_Codestyles', '~> 1.1'
11
11
  gem install kaseya_ruby_codestyles
12
12
  ```
13
13
 
14
- * Any dependency errors you run into such as parallel and activesupport version incompatibilities, install the suggested gem version displayed in the prompt message and attempt the install again
15
-
16
- * If you run into the following error during `rubocop-thread_safety` parsing:
17
- ```
18
- RDoc::Parser::Ruby failure around line 125 of
19
- lib/rubocop/cop/thread_safety/instance_variable_in_class_method.rb
20
- ```
21
- Run these 2 commands and attempt install again
22
-
23
- ```
24
- gem install stringio -v 0.0.2
25
- gem install rdoc
26
- ```
27
-
28
14
  ## Contributions
29
15
 
30
16
  * Ruby files added should go in the `ruby/ci/kaseya_ruby_codestyles` directory to best be tracked and checked by existed workflows
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CI
4
- VERSION = "1.1.1.b"
4
+ VERSION = "1.1.1"
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.required_ruby_version = '>= 2.4.0'
13
13
 
14
14
  spec.summary = 'Kaseya Ruby style guides and shared style configs.'
15
- spec.homepage = 'https://github.com/SpanningCloudApps/codestyle'
15
+ spec.homepage = 'https://github.com/SpanningCloudsApps/codestyle'
16
16
 
17
17
  spec.files = Dir['README.md', 'LICENSE',
18
18
  'CHANGELOG.md', 'ci/**/*.rb',
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.extra_rdoc_files = ['README.md']
24
24
 
25
25
  spec.add_dependency 'rubocop', '~> 1.12.1'
26
- spec.add_dependency 'rubocop-performance', '~> 1.10.2'
26
+ spec.add_dependency 'rubocop-performance', '~> 1.10'
27
27
  spec.add_dependency 'rubocop-rails', '~> 2.9'
28
28
  spec.add_dependency 'rubocop-rake', '~> 0.5'
29
29
  spec.add_dependency 'rubocop-rspec', '~> 2.2.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Kaseya_Ruby_Codestyles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.b
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spanning Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-14 00:00:00.000000000 Z
11
+ date: 2022-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.10.2
33
+ version: '1.10'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.10.2
40
+ version: '1.10'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop-rails
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@ files:
135
135
  - ci/kaseya_ruby_codestyles.rb
136
136
  - ci/kaseya_ruby_codestyles/version.rb
137
137
  - kaseya_ruby_codestyles.gemspec
138
- homepage: https://github.com/SpanningCloudApps/codestyle
138
+ homepage: https://github.com/SpanningCloudsApps/codestyle
139
139
  licenses:
140
140
  - Apache
141
141
  metadata:
@@ -151,9 +151,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
151
  version: 2.4.0
152
152
  required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
- - - ">"
154
+ - - ">="
155
155
  - !ruby/object:Gem::Version
156
- version: 1.3.1
156
+ version: '0'
157
157
  requirements: []
158
158
  rubygems_version: 3.1.2
159
159
  signing_key: