craby 0.0.5 → 0.0.6

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.
data/lib/craby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Craby
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -6,7 +6,7 @@ plugins:
6
6
  - rubocop-rspec_rails
7
7
 
8
8
  inherit_gem:
9
- standard: config/base.yml
9
+ craby: config/base.yml
10
10
 
11
11
  AllCops:
12
12
  NewCops: enable
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: craby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lavenda Software
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-04-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: brakeman
@@ -302,6 +302,7 @@ files:
302
302
  - Makefile
303
303
  - README.md
304
304
  - Rakefile
305
+ - config/base.yml
305
306
  - craby.gemspec
306
307
  - lib/craby.rb
307
308
  - lib/craby/capybara.rb
@@ -345,7 +346,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
345
346
  - !ruby/object:Gem::Version
346
347
  version: '0'
347
348
  requirements: []
348
- rubygems_version: 3.6.4
349
+ rubygems_version: 3.6.9
349
350
  specification_version: 4
350
351
  summary: Craby is just a quick test suite setup for Rails application
351
352
  test_files: []