Skip to content

Commit 8fbfd7d

Browse files
committed
βž• Appraisals
1 parent a91a805 commit 8fbfd7d

17 files changed

+141
-5
lines changed

β€Ž.rubocop_gradual.lockβ€Ž

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
33
[68, 14, 2, "Lint/Syntax: unexpected token tASSOC\n(Using Ruby 2.0 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 5859494],
44
[69, 15, 2, "Lint/Syntax: unexpected token tASSOC\n(Using Ruby 2.0 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 5859494]
55
],
6-
"lib/omniauth-ldap/adaptor.rb:1489268298": [
7-
[29, 7, 413, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 105664470],
8-
[79, 17, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
9-
[79, 30, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
10-
[79, 37, 1, "Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional", 177560]
6+
"lib/omniauth-ldap/adaptor.rb:2194339752": [
7+
[31, 7, 413, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 105664470],
8+
[81, 17, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
9+
[81, 30, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
10+
[81, 37, 1, "Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional", 177560]
1111
],
1212
"lib/omniauth/strategies/ldap.rb:356253354": [
1313
[48, 9, 53, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 4018396070],
1414
[54, 27, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
1515
[71, 7, 970, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3995669691]
1616
],
17+
"omniauth-ldap.gemspec:2458519129": [
18+
[100, 3, 31, "Gemspec/DependencyVersion: Dependency version specification is required.", 1863578069],
19+
[101, 3, 26, "Gemspec/DependencyVersion: Dependency version specification is required.", 1276340125],
20+
[102, 3, 31, "Gemspec/DependencyVersion: Dependency version specification is required.", 354037683],
21+
[103, 3, 27, "Gemspec/DependencyVersion: Dependency version specification is required.", 2688832005],
22+
[104, 3, 31, "Gemspec/DependencyVersion: Dependency version specification is required.", 2110985977],
23+
[105, 3, 32, "Gemspec/DependencyVersion: Dependency version specification is required.", 3005951394]
24+
],
1725
"spec/omniauth-ldap/adaptor_spec.rb:3932937965": [
1826
[71, 7, 26, "RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.", 1924417310],
1927
[72, 7, 26, "RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.", 1924417310],

β€Žgemfiles/audit.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs.gemfile")

β€Žgemfiles/coverage.gemfileβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/coverage.gemfile")
8+
9+
eval_gemfile("modular/optional.gemfile")
10+
11+
eval_gemfile("modular/x_std_libs.gemfile")

β€Žgemfiles/current.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs.gemfile")

β€Žgemfiles/dep_heads.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/runtime_heads.gemfile")

β€Žgemfiles/head.gemfileβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gem "benchmark", "~> 0.4", ">= 0.4.1"
6+
7+
gemspec :path => "../"
8+
9+
eval_gemfile("modular/x_std_libs.gemfile")

β€Žgemfiles/ruby_2_3.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs/r2.3/libs.gemfile")

β€Žgemfiles/ruby_2_4.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs/r2.4/libs.gemfile")

β€Žgemfiles/ruby_2_5.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")

β€Žgemfiles/ruby_2_6.gemfileβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal2
2+
3+
source "https://gem.coop"
4+
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")

0 commit comments

Comments
Β (0)