craby 0.0.4 → 0.0.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b316f147ae0fdbce93c69a659aa0a5bf838fd7ef83a25a586b8a64adbba2b41
|
4
|
+
data.tar.gz: 163c9ab39e5f5b70d57e23dbef670f944bcfb302bc1428c3bfa56e9a1ba4b3e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 491fe33311257542a8c8f769b8fbeea6f0744c20206507b4034b31f9fed83ccf820b97217ff8f94e4757563d44313864d9215fe0683c5e7006fee4bddd3576e4
|
7
|
+
data.tar.gz: f821dfb405e5969cee073457c5f5a7bf53a058769d8619cf1f2835c7182e7440280762bf8c0f4b38b3d8b633471a7265d13c592aeece69b6ff447599a518753c
|
data/.rubocop.yml
CHANGED
@@ -1,8 +1,10 @@
|
|
1
|
-
|
1
|
+
plugins:
|
2
2
|
- rubocop-rails
|
3
3
|
- rubocop-factory_bot
|
4
4
|
- rubocop-capybara
|
5
5
|
- rubocop-rspec
|
6
|
+
|
7
|
+
require:
|
6
8
|
- rubocop-rake
|
7
9
|
|
8
10
|
inherit_gem:
|
@@ -10,5 +12,5 @@ inherit_gem:
|
|
10
12
|
|
11
13
|
AllCops:
|
12
14
|
NewCops: enable
|
13
|
-
TargetRubyVersion: 3.
|
14
|
-
TargetRailsVersion:
|
15
|
+
TargetRubyVersion: 3.4
|
16
|
+
TargetRailsVersion: 8.0
|
data/.standard.yml
CHANGED
data/lib/craby/version.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
plugins:
|
2
2
|
- rubocop-rails
|
3
3
|
- rubocop-factory_bot
|
4
4
|
- rubocop-capybara
|
@@ -10,8 +10,8 @@ inherit_gem:
|
|
10
10
|
|
11
11
|
AllCops:
|
12
12
|
NewCops: enable
|
13
|
-
TargetRubyVersion: 3.
|
14
|
-
TargetRailsVersion:
|
13
|
+
TargetRubyVersion: 3.4
|
14
|
+
TargetRailsVersion: 8.0
|
15
15
|
Exclude:
|
16
16
|
- "bin/**/*"
|
17
17
|
- "config/environments/**/*"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
fix: false # default: false
|
2
2
|
parallel: true # default: false
|
3
3
|
format: progress # default: Standard::Formatter
|
4
|
-
ruby_version: 3.3
|
4
|
+
ruby_version: 3.4.3 # default: RUBY_VERSION
|
5
5
|
default_ignores: true # default: true
|
6
6
|
|
7
7
|
ignore: # default: []
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: craby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lavenda Software
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: brakeman
|
@@ -290,7 +289,6 @@ dependencies:
|
|
290
289
|
- - ">="
|
291
290
|
- !ruby/object:Gem::Version
|
292
291
|
version: '0'
|
293
|
-
description:
|
294
292
|
email:
|
295
293
|
- lavenda@lavenda.com.br
|
296
294
|
executables: []
|
@@ -333,7 +331,6 @@ metadata:
|
|
333
331
|
homepage_uri: https://github.com/LavendaSoftware/craby
|
334
332
|
source_code_uri: https://github.com/LavendaSoftware/craby/blob/main/README.md
|
335
333
|
changelog_uri: https://github.com/LavendaSoftware/craby/commits/main
|
336
|
-
post_install_message:
|
337
334
|
rdoc_options: []
|
338
335
|
require_paths:
|
339
336
|
- lib
|
@@ -348,8 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
348
345
|
- !ruby/object:Gem::Version
|
349
346
|
version: '0'
|
350
347
|
requirements: []
|
351
|
-
rubygems_version: 3.
|
352
|
-
signing_key:
|
348
|
+
rubygems_version: 3.6.4
|
353
349
|
specification_version: 4
|
354
350
|
summary: Craby is just a quick test suite setup for Rails application
|
355
351
|
test_files: []
|