bookingsync-stylecheck 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/rubocop.yml +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77fd3e6c3dd57df90127d2393ba4ca6f2f7c127e
|
4
|
+
data.tar.gz: 1e447208220d1eb80438c165fd16255fbb980833
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc49357075984611bd074bf872ff50b7ec2d5ab05e7a7ae7e1db4ce5dfa1004937fe3a433a8ddf5798f7e6104260d73f17dc5642871e0a38c86322eefea281bf
|
7
|
+
data.tar.gz: b303efb45daf4af90004349dcb70105d81942865be8430090947f2ed354a6fe03e5c2f9c9a768e7a784a5870f609a28e231a56ca0c6bf7171994db26eca28da9
|
data/config/rubocop.yml
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
# These are all the cops that are enabled in the default configuration.
|
2
2
|
AllCops:
|
3
3
|
DisabledByDefault: true
|
4
|
-
|
4
|
+
# If .ruby-version exists and it contains an MRI version it is used.
|
5
|
+
# Otherwise we fallback to the oldest officially supported Ruby version.
|
6
|
+
TargetRubyVersion: ~
|
5
7
|
Exclude:
|
6
8
|
- "db/**/*"
|
7
9
|
- "tmp/**/*"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookingsync-stylecheck
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Marciniak
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|