caliber 0.39.0 → 0.40.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: ae091d883296a5af91f3236063d31eb977490d38ad412f3b796764eedbbb248d
4
- data.tar.gz: d0eebec2f812e84e8e6871650dbbe2c8aaecb2c938e1663178b94da626518d00
3
+ metadata.gz: 7d4c6b3ee391745b5ba643b482aeaf3d35af811f1f2fcb468125c9bead42bfde
4
+ data.tar.gz: c7c20cb4890568e40801219e906fbdfa781dceebdc847f358acc812e99a8961c
5
5
  SHA512:
6
- metadata.gz: 007a0eda9a0dd85da51a4c7478d9878fb220acc4d5904eb03dd43146171c2348e43880b0ee452abdf7a268b66b036a7c8f0cb1184c94e67f152d6508d55246fd
7
- data.tar.gz: eabd665d720a916c878565a5333ac6768beead09755d9b979753ecbebdec71f3c5bccc81811934a3e3c1fc60c724430d164170c8ce7fc22fd90ffd3ad49d4975
6
+ metadata.gz: ca2a22f98ad6cfd105993a991a18931f108161c2f4e49a62cb9ff523fc466e9cae12b76a42aa6d2a0423cf34ae6364bc572210ccb60993d126553d593438b67d
7
+ data.tar.gz: 1195e73d6c28bb3c59040e85876312e870116d70b0ff8c2f7f20f5e12d583d1e2522935082775090c4e1845b0b054b135688fc2ba80f6cb6f904b8bdb20bdc01
checksums.yaml.gz.sig CHANGED
Binary file
data/caliber.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "caliber"
5
- spec.version = "0.39.0"
5
+ spec.version = "0.40.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/caliber"
data/config/capybara.yml CHANGED
@@ -1,9 +1,15 @@
1
1
  require: rubocop-capybara
2
2
 
3
+ Capybara/ClickLinkOrButtonStyle:
4
+ Enabled: true
3
5
  Capybara/MatchStyle:
4
6
  Enabled: true
5
7
  Capybara/NegationMatcher:
6
8
  Enabled: true
9
+ Capybara/RSpec/HaveSelector:
10
+ Enabled: true
11
+ Capybara/RSpec/PredicateMatcher:
12
+ Enabled: true
7
13
  Capybara/SpecificActions:
8
14
  Enabled: true
9
15
  Capybara/SpecificFinders:
@@ -9,6 +9,8 @@ FactoryBot/FactoryAssociationWithStrategy:
9
9
  Enabled: true
10
10
  FactoryBot/FactoryNameStyle:
11
11
  Enabled: true
12
+ FactoryBot/IdSequence:
13
+ Enabled: true
12
14
  FactoryBot/RedundantFactoryOption:
13
15
  Enabled: true
14
16
  FactoryBot/SyntaxMethods:
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caliber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2023-09-08 00:00:00.000000000 Z
38
+ date: 2023-09-20 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rubocop
metadata.gz.sig CHANGED
Binary file