vehiculum_audit 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f70957400246b792259a019f4266ff0c21f757bd64a7d7c1ebba0fe8b618a9c3
4
- data.tar.gz: fc19d4b67d958f69e78786207a1c31e9c98cdc37939347b71b5524a7520880a0
3
+ metadata.gz: 534adc97824320dbca0fb3d65e8d28993fc84e97aaa92053ed2cf07f2fb94682
4
+ data.tar.gz: 382323af2f3337365666124b7a8d78a091d2077bcea19093cd497827e553f85b
5
5
  SHA512:
6
- metadata.gz: 56994e40a7afa4f21c8af8f3907b51556e597525e0fae8a2533dc3d88524a0480a626959916e8ff6b2e034855a04f89357069b938b9076bd53851515da9c7be8
7
- data.tar.gz: 18896c5d87b6d292527ec25309dac4e598b7ae354631f134be8fa15baba77b20a35afa0c27091141498648d03e3892fd925819e0f42cfa3b05153bdc0b1fff5d
6
+ metadata.gz: 9cb698dc0b04a9a0b172f72eadf962ec3a775b8b9d1d3f632f2acda672ea294e3030de3e785923faaede46bf9cd3a416affc2cbef1d237d295b8b0685b1b6407
7
+ data.tar.gz: 9e5a715d4f6a80afbd4d6a76e9301e16f8cccc2365952528816f1766a683d92103a912fde4daf71b87845ab50c2baa9897674f376fe2f3f6283207a6a276bc6e
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # vehiculum-audit
1
+ # vehiculum_audit
2
2
 
3
3
  ![vehiculum_audit](https://github.com/vehiculum-berlin/vehiculum_audit/workflows/vehiculum_audit/badge.svg?branch=master)
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
- - RuboCop - a Ruby static code analyzer and code formatter
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:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VehiculumAudit
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
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.2
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 00:00:00.000000000 Z
11
+ date: 2020-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler