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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rubocop.yml +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72ab91d0aa6ac6e44eb27a13194c2e62feaae337
4
- data.tar.gz: 565d2cfc3a7ab170ee3a39960e062a11f618e80e
3
+ metadata.gz: 77fd3e6c3dd57df90127d2393ba4ca6f2f7c127e
4
+ data.tar.gz: 1e447208220d1eb80438c165fd16255fbb980833
5
5
  SHA512:
6
- metadata.gz: 245729a4739365eef93a19bbb82ddc9a8d5cddc090964d7b8219b5c792c49ff638db798515a4013f2afbb9a77177f97d6f5c61bab3bce42c2a582f874f30c9b4
7
- data.tar.gz: 89b15da23c374540bb93902578f90ae1d9e1e0132136737b93ba5e7a0b52d523a42b8305fe515ded3e02a3f71a2f770571818fd0754adf68fc3163268241c9d2
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
- TargetRubyVersion: 2.2
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.6
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-25 00:00:00.000000000 Z
11
+ date: 2016-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop