simplycop 1.7.1 → 1.7.2

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: 1c5e5d71fa2887210ca724ca027750a4d4394d1b3534c5788c80c60b84962bde
4
- data.tar.gz: 508cdb5d80beb6e5c0165684ea41ae2e48b9f0754c00f7177d12c33c1e97ae11
3
+ metadata.gz: 50a0298e4fe2fea10475eb542f24df49cc548add3299ce646df95daca8ac8194
4
+ data.tar.gz: f7bc5d42576f976f5be0b7d28920861d38553dcc907a41a8d7044df941771661
5
5
  SHA512:
6
- metadata.gz: 25ac6ea607cc4815efcbe24d2ffa93e9766eb72863845b4cc08720fc7092da563a902af21b21e73599b0e512901c35c68e94f6096b167c7ef61ba350e2bf140f
7
- data.tar.gz: b48e756765a1fa0b9a19a0232cadf9b17d4335de756f1164ad6ecc22f2a87c6922dbb70c5f6e419f17eb48845d56bccc8396ce7f4e20755ea358538e6258ac62
6
+ metadata.gz: 88236123a372bef498fc28c6b897b5017fdd4492b05c9fb575720721d9174a6b74828a4ae06be57a4dc3082be26eb15f60d3f850ac581a3beb0c55b40a55c883
7
+ data.tar.gz: 94ad143b7fa0971802e735be97f98ba6ee2826c2c846bdad91a646f50277a070201a756a5ed70b0a57530c6c9d4ce807bf61c6c8c979e089b00d984bf85ab0bd
data/catalog-info.yaml ADDED
@@ -0,0 +1,17 @@
1
+ apiVersion: backstage.io/v1alpha1
2
+ kind: Component
3
+ metadata:
4
+ name: simplycop
5
+ description: Simply Business Rubocop rules
6
+ annotations:
7
+ github.com/project-slug: "simplybusiness/simplycop"
8
+ backstage.io/source-location: url:https://github.com/simplybusiness/simplycop/
9
+ backstage.io/techdocs-ref: url:https://github.com/simplybusiness/simplycop/
10
+ spec:
11
+ type: library
12
+ lifecycle: production
13
+ owner: silversmiths
14
+ dependsOn:
15
+ - "Component:rake"
16
+ - "Component:rspec"
17
+ - "Component:rubocop"
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.7.1'
10
+ VERSION = '1.7.2'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-28 00:00:00.000000000 Z
11
+ date: 2021-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -123,6 +123,7 @@ files:
123
123
  - Rakefile
124
124
  - bin/console
125
125
  - bin/setup
126
+ - catalog-info.yaml
126
127
  - lib/simplycop.rb
127
128
  - lib/simplycop/custom_cops/constantize.rb
128
129
  - lib/simplycop/custom_cops/define_method.rb