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.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/README.md +1 -1
- data/config/base.yml +1938 -0
- data/lib/craby/version.rb +1 -1
- data/lib/generators/craby/install/templates/.rubocop.yml +1 -1
- metadata +4 -3
data/lib/craby/version.rb
CHANGED
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.
|
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:
|
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.
|
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: []
|