easy_style 0.5.1 → 0.6.0

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: 9c7d2afdffd768a02cbe6a82e56c1c50c67de420859b6924479cfdae477f14f3
4
- data.tar.gz: f3fbb92bc62b28862d44beccaa034e10a580f53dd94955cb9e7504bda0e5c513
3
+ metadata.gz: e44e511240fb30325dbe0a46670cc272c1adeb6fb9f5091d59695df7871b1882
4
+ data.tar.gz: 1ea8925236d6445c9f65b6e59bd80f3f60b0df8d8081c2e4017aab0bac9fcab3
5
5
  SHA512:
6
- metadata.gz: bcada55723c47bda9bc0455423c13398731ec7a048e07374b554cc55de776a70a4ff4cbd4febe2af3cdd2b69dd565b9ad8305a5d89073bfe514a61a8bd5a3880
7
- data.tar.gz: 29edffb4da2df6b6d96afba14fba5c1b44ac5e5a92bda10cbd8242d33f7832a4584f1abb28e9f1852d22f273761721aae7a0aa9bccbbcfc50cc6f85f2ce4b9f4
6
+ metadata.gz: 5d4ed0a9a57a5bee94297fe185e127257e55eb31b66e34d1dbf707add28ddba473a0314e2c80781278484387aef9d72c2bb7e4ce8cc3e6ad4db37bfe851693ca
7
+ data.tar.gz: 900ca1bc48d8398af50c026ee961f0a0bf47cd43b807fc8c9b5e2b4e7a7edab52ed1c14ed77e34914ed31c1cfb908d7e97279dab88f84fb15ed544261077c835
@@ -3,13 +3,17 @@ on: [push]
3
3
 
4
4
  jobs:
5
5
  build:
6
+ strategy:
7
+ fail-fast: false
8
+ matrix:
9
+ ruby: ["3.1.2", "3.1.4"]
6
10
  runs-on: ubuntu-latest
7
11
  steps:
8
- - uses: actions/checkout@v1
12
+ - uses: actions/checkout@v4
9
13
  - name: Set up Ruby
10
14
  uses: ruby/setup-ruby@v1
11
15
  with:
12
- ruby-version: 3.1.2
16
+ ruby-version: ${{ matrix.ruby }}
13
17
  bundler-cache: true
14
18
  - name: Rubocop
15
19
  run: bundle exec rubocop
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy_style (0.5.0)
5
- rubocop (~> 1.53.0)
6
- rubocop-rails (~> 2.20.0)
4
+ easy_style (0.6.0)
5
+ rubocop (~> 1.60.0)
6
+ rubocop-rails (~> 2.23.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.2)
11
+ activesupport (7.1.3)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,44 +20,45 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.4)
24
- concurrent-ruby (1.2.2)
23
+ bigdecimal (3.1.6)
24
+ concurrent-ruby (1.2.3)
25
25
  connection_pool (2.4.1)
26
26
  drb (2.2.0)
27
27
  ruby2_keywords
28
28
  i18n (1.14.1)
29
29
  concurrent-ruby (~> 1.0)
30
- json (2.7.0)
30
+ json (2.7.1)
31
31
  language_server-protocol (3.17.0.3)
32
- minitest (5.20.0)
32
+ minitest (5.21.2)
33
33
  mutex_m (0.2.0)
34
- parallel (1.23.0)
35
- parser (3.2.2.4)
34
+ parallel (1.24.0)
35
+ parser (3.3.0.5)
36
36
  ast (~> 2.4.1)
37
37
  racc
38
38
  racc (1.7.3)
39
- rack (3.0.8)
39
+ rack (3.0.9)
40
40
  rainbow (3.1.1)
41
41
  rake (12.3.3)
42
- regexp_parser (2.8.2)
42
+ regexp_parser (2.9.0)
43
43
  rexml (3.2.6)
44
- rubocop (1.53.1)
44
+ rubocop (1.60.2)
45
45
  json (~> 2.3)
46
46
  language_server-protocol (>= 3.17.0)
47
47
  parallel (~> 1.10)
48
- parser (>= 3.2.2.3)
48
+ parser (>= 3.3.0.2)
49
49
  rainbow (>= 2.2.2, < 4.0)
50
50
  regexp_parser (>= 1.8, < 3.0)
51
51
  rexml (>= 3.2.5, < 4.0)
52
- rubocop-ast (>= 1.28.0, < 2.0)
52
+ rubocop-ast (>= 1.30.0, < 2.0)
53
53
  ruby-progressbar (~> 1.7)
54
54
  unicode-display_width (>= 2.4.0, < 3.0)
55
55
  rubocop-ast (1.30.0)
56
56
  parser (>= 3.2.1.0)
57
- rubocop-rails (2.20.2)
57
+ rubocop-rails (2.23.1)
58
58
  activesupport (>= 4.2.0)
59
59
  rack (>= 1.1)
60
60
  rubocop (>= 1.33.0, < 2.0)
61
+ rubocop-ast (>= 1.30.0, < 2.0)
61
62
  ruby-progressbar (1.13.0)
62
63
  ruby2_keywords (0.0.5)
63
64
  tzinfo (2.0.6)
@@ -65,7 +66,6 @@ GEM
65
66
  unicode-display_width (2.5.0)
66
67
 
67
68
  PLATFORMS
68
- arm64-darwin-21
69
69
  arm64-darwin-22
70
70
  x86_64-darwin-21
71
71
  x86_64-linux
@@ -75,4 +75,4 @@ DEPENDENCIES
75
75
  rake (~> 12.0)
76
76
 
77
77
  BUNDLED WITH
78
- 2.4.9
78
+ 2.4.14
data/easy_style.gemspec CHANGED
@@ -1,32 +1,32 @@
1
- require_relative 'lib/easy_style/version'
1
+ require_relative "lib/easy_style/version"
2
2
 
3
3
  Gem::Specification.new do |spec|
4
- spec.name = 'easy_style'
4
+ spec.name = "easy_style"
5
5
  spec.version = EasyStyle::VERSION
6
- spec.authors = ['Easy Software Ltd']
7
- spec.email = ['info@easyredmine.com']
6
+ spec.authors = ["Easy Software Ltd"]
7
+ spec.email = ["info@easyredmine.com"]
8
8
 
9
- spec.summary = 'Rubocop configs'
10
- spec.description = 'Rubocop configs'
11
- spec.homepage = 'https://github.com/easysoftware/easy_style'
12
- spec.license = 'MIT'
13
- spec.required_ruby_version = "~> 3.1.2"
9
+ spec.summary = "Rubocop configs"
10
+ spec.description = "Rubocop configs"
11
+ spec.homepage = "https://github.com/easysoftware/easy_style"
12
+ spec.license = "MIT"
13
+ spec.required_ruby_version = ">= 3.1.2"
14
14
 
15
15
  # spec.metadata['allowed_push_host'] = 'TODO: Set to \'http://mygemserver.com\''
16
16
 
17
- spec.metadata['homepage_uri'] = spec.homepage
18
- spec.metadata['source_code_uri'] = spec.homepage
19
- spec.metadata['changelog_uri'] = spec.homepage
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = spec.homepage
19
+ spec.metadata["changelog_uri"] = spec.homepage
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
23
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
25
  end
26
- spec.bindir = 'exe'
26
+ spec.bindir = "exe"
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
- spec.require_paths = ['lib']
28
+ spec.require_paths = ["lib"]
29
29
 
30
- spec.add_dependency 'rubocop', '~> 1.53.0'
31
- spec.add_dependency 'rubocop-rails', '~> 2.20.0'
30
+ spec.add_dependency "rubocop", "~> 1.60.0"
31
+ spec.add_dependency "rubocop-rails", "~> 2.23.1"
32
32
  end
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = '0.5.1'
3
+ VERSION = "0.6.0"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Easy Software Ltd
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-01 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.53.0
19
+ version: 1.60.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.53.0
26
+ version: 1.60.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.20.0
33
+ version: 2.23.1
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: 2.20.0
40
+ version: 2.23.1
41
41
  description: Rubocop configs
42
42
  email:
43
43
  - info@easyredmine.com
@@ -70,7 +70,7 @@ require_paths:
70
70
  - lib
71
71
  required_ruby_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: 3.1.2
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.3.19
82
+ rubygems_version: 3.4.22
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Rubocop configs