standard 1.28.3 → 1.28.4

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: 30b728f2836aad5e7fddd215df4ff85951020b33cac13b33ab1961c5ed24ee89
4
- data.tar.gz: 80ed236d661fd860ef7dc08d4b65d6c10b4495135527083c301b6a345853d182
3
+ metadata.gz: 336a74c43a1586b848e35590fa8a7fe902d9b43ad673decdb5fb0df757cbc143
4
+ data.tar.gz: 8259654132f8c8340d84b4f06f91411704ee372c73c2e55b4ffcc8fd61d3ac65
5
5
  SHA512:
6
- metadata.gz: 67c06d4ad34dc5036054a9c08961344fb3f41fbe81738e46dcb3dcbfb926d2291fd3e864c0694f73d4659d3f71ee904d2676bdc87e82b9e06def612c89d9cd24
7
- data.tar.gz: ae8bb8be8db855f1815265db396020269ee4f79703fd181b5a84c460a932e204140848e4be81522e10866afca018e73b58a5712b181bee5506e7ee1c9c1abbd5
6
+ metadata.gz: 7f48f8174a34e6131fd321c6d55b4f2344620449f7856dc1c3047f55912c740930391730d797cbc2046ee5f30fa181f227ae54cb94b70c19c8a09a6be0445312
7
+ data.tar.gz: '08df5f51287d8540393352a60f0e8bca80c2270e1d10703ff338ed9964447f32480966ecbf48bb441f30a596920370c9a70c69aebba2c6a8af33e3d05e16f6c6'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.28.4
4
+
5
+ * Fix [standard-rails#7](https://github.com/standardrb/standard-rails/issues/7#issuecomment-1563505365)
6
+
3
7
  ## 1.28.3
4
8
 
5
9
  * Older ruby support fixes from [@pboling](https://github.com/pboling):
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (1.28.3)
4
+ standard (1.28.4)
5
5
  language_server-protocol (~> 3.17.0.2)
6
6
  lint_roller (~> 1.0)
7
7
  rubocop (~> 1.50.2)
@@ -19,9 +19,9 @@ module Standard
19
19
  RuboCop::ConfigStore.new.tap do |config_store|
20
20
  options_config = @assigns_rubocop_yaml.call(config_store, standard_config)
21
21
  @sets_target_ruby_version.call(options_config, standard_config)
22
- @configures_ignored_paths.call(options_config, standard_config)
23
22
  @combines_plugin_configs.call(options_config, standard_config)
24
23
  @merges_user_config_extensions.call(options_config, standard_config)
24
+ @configures_ignored_paths.call(options_config, standard_config)
25
25
  end
26
26
  end
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("1.28.3")
2
+ VERSION = Gem::Version.new("1.28.4")
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.3
4
+ version: 1.28.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2023-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop