defra_ruby_style 0.0.3 → 0.1.0

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
  SHA1:
3
- metadata.gz: a702261afeba763c12d319842d0ba6ee059428af
4
- data.tar.gz: 5cbbd1d7a0cfa4287b729339796536155f89d397
3
+ metadata.gz: d80cfd6039d3cb655be16340e08efa3a45e71fdf
4
+ data.tar.gz: 71ac9fd4277e91c89a9886eeb886a21f5d078527
5
5
  SHA512:
6
- metadata.gz: 3e25e2f5a3b17f886f61e819799d28e0036be9d9d4a57f5fd2a161da1e51895aa9762f4b4a899cd6ec430399b368abd18e3464f37ea45bea440f578f9d1437f0
7
- data.tar.gz: 46736c3a24cc6da9ad36c2d50bb1a52aa54d3534e6697ddd8901704a4d4794410b385b2eb62d9bab9f5d89b3635231cc1d9f3f42cdc879076d28ff6d2ed678d5
6
+ metadata.gz: 113d0897f30a7052a72cbb6cf59a2c9a0e2b519fe5c28040b288c95cba82b84f17695e8bf1efa3d6056ee22463c8688a7126b95ca5b46dcfc5a709c378762a9b
7
+ data.tar.gz: 8fca4b913a0b68ebc5eb75f76d2891139450cc7b45ac0e05dea81c9fc60c506dbc67639d423750083f576ddf6c3bade968552ee86f7c03d3077c9793dde3d9ee
data/default.yml CHANGED
@@ -18,9 +18,6 @@ AllCops:
18
18
  - "**/Gemfile"
19
19
  - "**/Rakefile"
20
20
  Exclude:
21
- # config contains standard files created when Rails is initialised and
22
- # therefore they should be left as is
23
- - "config/**/*"
24
21
  # bin contains standard files created when Rails is initialised and
25
22
  # therefore they should be left as is
26
23
  - "bin/**/*"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Defra
4
4
  module Style
5
- VERSION = "0.0.3"
5
+ VERSION = "0.1.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: defra_ruby_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Defra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-26 00:00:00.000000000 Z
11
+ date: 2019-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop