radius-spec 0.13.0 → 0.14.0

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: dd8e51d6c7bca9d59eeb8a8e9eebc1a7104ed60b0839652d8ff372a5707e72d1
4
- data.tar.gz: '092243a6b45a1c67d9c902640bd37dd27bce89889a8acb6616790f62a0a51750'
3
+ metadata.gz: c8d597edb6ceafbec64f128f6916a669bb632dd47a7f30005a74c708cc650157
4
+ data.tar.gz: 2742aed45c3a37ffb4ae489128b525987e79de39d6a405f768391c20e2204f7d
5
5
  SHA512:
6
- metadata.gz: 95785d4eb21b0906e4ff841fd7b13ad43b0dcc3cfd650b85d6447c8ef626086bde8d12082a042374ab096ea3e3dbd9e9f4a21c3df0ee3d38e171c7e9dad86d24
7
- data.tar.gz: 195f98d96337f2aa099d525f1ecbbaaa58bae28b501235ec3b0031364882f6a67acb672d51d38c7e887fcb7d9a3b53f486b8ad3fe09f1103a02823f07082582a
6
+ metadata.gz: 6c2fbdfd8c2d2cb6022240184cf4e321a610efb5402d2e332668ef5b3d0a471d689cee73f41e4aa9b12f97416cd7f18870587b85d9d0cd727d7db63cda8cdab7
7
+ data.tar.gz: 4aa93da9405ef5a2cd35e54b5c219772ba987dd25c42c6143b4180b54aec6a3a158990acb88c54c536df573749769f29dfca900498de457ebc5805003fc7b9d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Development
2
2
 
3
- [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.12.0...main)
3
+ [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.14.0...main)
4
4
 
5
5
  ### Enhancements
6
6
 
@@ -10,6 +10,41 @@
10
10
 
11
11
  - TODO
12
12
 
13
+ ## 0.14.0 (May 23, 2024)
14
+
15
+ [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.13.0...v0.14.0)
16
+
17
+ ## Enhancements
18
+ - Update rubocop-rails requirement from >= 2.13, < 2.21 to >= 2.13, < 2.22 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/68
19
+ - Disabling `Rails/RedundantActiveRecordAllMethod` cop by @alexstone in https://github.com/RadiusNetworks/radius-spec/pull/69
20
+ - Update rubocop requirement from >= 1.25, < 1.57 to >= 1.25, < 1.58 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/70
21
+ - Update rubocop requirement from >= 1.25, < 1.58 to >= 1.25, < 1.59 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/72
22
+ - Update rubocop requirement from >= 1.25, < 1.59 to >= 1.25, < 1.60 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/73
23
+ - Update rubocop requirement from >= 1.25, < 1.60 to >= 1.25, < 1.61 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/74
24
+ - Update rubocop requirement from >= 1.25, < 1.61 to >= 1.25, < 1.62 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/75
25
+
26
+ ## 0.13.0 (September 7, 2023)
27
+
28
+ [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.12.1...v0.13.0)
29
+
30
+ ## What's Changed
31
+ * Removes Ruby 2.5 from list of versions to run by @corrieleech in https://github.com/RadiusNetworks/radius-spec/pull/60
32
+ * Update rubocop requirement from >= 1.25, < 1.43 to >= 1.25, < 1.46 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/57
33
+ * Update rubocop-rails requirement from >= 2.13, < 2.18 to >= 2.13, < 2.19 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/58
34
+ * Update rubocop requirement from >= 1.25, < 1.46 to >= 1.25, < 1.53 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/61
35
+ * Remove Ruby 2.6 from CI workflow. by @jcavena in https://github.com/RadiusNetworks/radius-spec/pull/64
36
+ * Update rubocop-rails requirement from >= 2.13, < 2.20 to >= 2.13, < 2.21 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/62
37
+ * Update rubocop requirement from >= 1.25, < 1.53 to >= 1.25, < 1.54 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/63
38
+ * Update rubocop requirement from >= 1.25, < 1.54 to >= 1.25, < 1.55 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/65
39
+ * Update rubocop requirement from >= 1.25, < 1.55 to >= 1.25, < 1.56 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/66
40
+ * Update rubocop requirement from >= 1.25, < 1.56 to >= 1.25, < 1.57 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/67
41
+
42
+ ## New Contributors
43
+ * @corrieleech made their first contribution in https://github.com/RadiusNetworks/radius-spec/pull/60
44
+ * @jcavena made their first contribution in https://github.com/RadiusNetworks/radius-spec/pull/64
45
+
46
+ **Full Changelog**: https://github.com/RadiusNetworks/radius-spec/compare/v0.12.1...v0.13.0
47
+
13
48
  ## 0.12.0 (August 3, 2022)
14
49
 
15
50
  [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.11.0...v0.12.0)
@@ -242,6 +242,10 @@ Rails/Present:
242
242
  Rails/ReadWriteAttribute:
243
243
  Enabled: false
244
244
 
245
+ # Brakeman currently stops us from doing unscoped ActiveRecord lookups
246
+ Rails/RedundantActiveRecordAllMethod:
247
+ Enabled: false
248
+
245
249
  # Enabling this because it is disabled by default and we want it.
246
250
  Rails/ReversibleMigrationMethodDefinition:
247
251
  Enabled: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Radius
4
4
  module Spec
5
- VERSION = "0.13.0"
5
+ VERSION = "0.14.0"
6
6
  end
7
7
  end
data/radius-spec.gemspec CHANGED
@@ -32,8 +32,8 @@ Gem::Specification.new do |spec|
32
32
  spec.required_ruby_version = ">= 2.5" # rubocop:disable Gemspec/RequiredRubyVersion
33
33
 
34
34
  spec.add_runtime_dependency "rspec", "~> 3.7"
35
- spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.57"
36
- spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.21"
35
+ spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.62"
36
+ spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.22"
37
37
 
38
38
  spec.add_development_dependency "bundler", ">= 2.2.10"
39
39
  spec.add_development_dependency "rake", ">= 12.0", "< 14.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radius-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radius Networks
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-09-07 00:00:00.000000000 Z
12
+ date: 2024-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: '1.25'
35
35
  - - "<"
36
36
  - !ruby/object:Gem::Version
37
- version: '1.57'
37
+ version: '1.62'
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: '1.25'
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.57'
47
+ version: '1.62'
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: rubocop-rails
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '2.13'
55
55
  - - "<"
56
56
  - !ruby/object:Gem::Version
57
- version: '2.21'
57
+ version: '2.22'
58
58
  type: :runtime
59
59
  prerelease: false
60
60
  version_requirements: !ruby/object:Gem::Requirement
@@ -64,7 +64,7 @@ dependencies:
64
64
  version: '2.13'
65
65
  - - "<"
66
66
  - !ruby/object:Gem::Version
67
- version: '2.21'
67
+ version: '2.22'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: bundler
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -164,8 +164,8 @@ licenses:
164
164
  - Apache-2.0
165
165
  metadata:
166
166
  bug_tracker_uri: https://github.com/RadiusNetworks/radius-spec/issues
167
- changelog_uri: https://github.com/RadiusNetworks/radius-spec/blob/v0.13.0/CHANGELOG.md
168
- source_code_uri: https://github.com/RadiusNetworks/radius-spec/tree/v0.13.0
167
+ changelog_uri: https://github.com/RadiusNetworks/radius-spec/blob/v0.14.0/CHANGELOG.md
168
+ source_code_uri: https://github.com/RadiusNetworks/radius-spec/tree/v0.14.0
169
169
  rubygems_mfa_required: 'true'
170
170
  post_install_message:
171
171
  rdoc_options: []
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  - !ruby/object:Gem::Version
183
183
  version: '0'
184
184
  requirements: []
185
- rubygems_version: 3.2.33
185
+ rubygems_version: 3.3.26
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Radius Networks RSpec setup and plug-ins