vehiculum_audit 0.0.2 → 0.0.3
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/README.md +5 -2
- data/lib/vehiculum_audit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 534adc97824320dbca0fb3d65e8d28993fc84e97aaa92053ed2cf07f2fb94682
|
|
4
|
+
data.tar.gz: 382323af2f3337365666124b7a8d78a091d2077bcea19093cd497827e553f85b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cb698dc0b04a9a0b172f72eadf962ec3a775b8b9d1d3f632f2acda672ea294e3030de3e785923faaede46bf9cd3a416affc2cbef1d237d295b8b0685b1b6407
|
|
7
|
+
data.tar.gz: 9e5a715d4f6a80afbd4d6a76e9301e16f8cccc2365952528816f1766a683d92103a912fde4daf71b87845ab50c2baa9897674f376fe2f3f6283207a6a276bc6e
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# vehiculum_audit
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
@@ -9,12 +9,15 @@ A set of tools for convenient technical analysis of web applications built with
|
|
|
9
9
|
- Bundler-audit - a patch-level verification for Bundler
|
|
10
10
|
- Fasterer - a gem that helps Rubies go faster
|
|
11
11
|
- Reek - a code smell detector
|
|
12
|
-
-
|
|
12
|
+
- Vehiculum-codestyle - shared Ruby style guide used by Vehiculum Tech team. It includes Rubocop as dependency.
|
|
13
|
+
- SimpleCov - Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
|
|
13
14
|
|
|
14
15
|
The tools are configured for displaying output to the console in a single format which results in better readability and no need to switch between the tools.
|
|
15
16
|
|
|
16
17
|
The complete list of the tools and links to official repositories can be found in vehiculum_audit.gemspec file.
|
|
17
18
|
|
|
19
|
+
Additionally, you can access code coverage report by opening `index.html` in the `/coverage` derectory.
|
|
20
|
+
|
|
18
21
|
## Installation
|
|
19
22
|
|
|
20
23
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vehiculum_audit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vehiculum Tech Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|