quality 31.1.0 → 31.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -2
  3. data/lib/quality/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a436e62b163cb4b5495fb67da7506bc660c0b18
4
- data.tar.gz: a813ed5fa66549bc001dc18b430ae2d995233214
3
+ metadata.gz: 705aed3053d4909e8ca855e31f59c5ae33a9b487
4
+ data.tar.gz: 976d509a3db4905a0a7c441b7952ae07bb79c65f
5
5
  SHA512:
6
- metadata.gz: 7b5123373e9630a856ca3aa086f2430c344338ee208f4b8c4bce302ff9819ef4ae0078b496e0dba9966a486a3ab97a0769566d5eb67cab54ae1b2bb59a4c10b6
7
- data.tar.gz: 7184ce99eb88b2c60ae5eac8e3c3cdda8a9b6296e08181d2b73fcab3b1a9f88a39e42747b1b5dfb8fd4e396fe1f5af7bdf28f82f7ab5eb55bc9a0bb7367165a6
6
+ metadata.gz: 62779a112be2e4cd0b7cc08a3e395cd330e248f9d86ca34f901c99d5c00b9391e38c3aa271cee4c825640bad60ecd3c305de43b8b1fee64c1f5a4223e7058dfe
7
+ data.tar.gz: f18c4531df06761303ead1bb8dc08c7c7c55259c8ad312ebc8f8e88b91bd3cbe53c6f71baf6da4f30e11850174f54a31f374490cd133a99a5d9327922d39ccec
data/README.md CHANGED
@@ -36,13 +36,13 @@ Quality makes use of the following other tools, which do the actual checking:
36
36
 
37
37
  ## How to use - using Docker
38
38
 
39
- ```
39
+ ```bash
40
40
  docker run -v `pwd`:/usr/app apiology/quality:latest
41
41
  ```
42
42
 
43
43
  If you'd like to customize, you can link in your own Rakefile like this:
44
44
 
45
- ```
45
+ ```bash
46
46
  docker run -v `pwd`:/usr/app -v `pwd`/Rakefile.quality:/usr/quality/Rakefile apiology/quality:latest
47
47
  ```
48
48
 
@@ -51,6 +51,12 @@ image. You can also get additional tools (see `Rockerfile` in
51
51
  this directory) by using the tag `jumbo-`(version) (e.g.,
52
52
  jumbo-latest, jumbo-x.y.z, etc)
53
53
 
54
+ To run an individual tool, you can run like this:
55
+
56
+ ```bash
57
+ docker run -v `pwd`:/usr/app apiology/quality:latest rubocop
58
+ ```
59
+
54
60
  ## How to use - as part of a Ruby-based Rakefile
55
61
 
56
62
  ```bash
@@ -4,5 +4,5 @@
4
4
  # reek, flog, flay and rubocop and makes sure your numbers don't get
5
5
  # any worse over time.
6
6
  module Quality
7
- VERSION = '31.1.0'.freeze
7
+ VERSION = '31.2.0'.freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quality
3
3
  version: !ruby/object:Gem::Version
4
- version: 31.1.0
4
+ version: 31.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2018-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport