coach_client 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b81cdba0479cf3487db59bcba3349987013d19d4
4
- data.tar.gz: b558de83c4e17635e30bdb3ffc7b7111a091efb6
3
+ metadata.gz: 2805cca046500eb765764e207fc3a7e843346d1c
4
+ data.tar.gz: cdb44876983b95577e726c7edea17551caca7a9f
5
5
  SHA512:
6
- metadata.gz: 86b8e17b0278409dff0184226199bfd352b05d549bcd70b465ba69f82ae2b0cf31d7f1a4fb9b331870582360186b5f0cbfdbd2d7510b6798f7c7539cd4a02b44
7
- data.tar.gz: 7848b199030c69a7f95cbd39fb01395a18a065cc07412b78d9a6ee75f91567e42eb033bba9f4d2c003c6a1f6db7cea7da37c4a5a2cc169653973d0efb202d234
6
+ metadata.gz: 259446f6fdfc66499a6bc45634a6c8db5d40f1f2c264f6ea3153e7e1c95261b90194fa28472a470aff18c91c2790245e9534384a3e45db48595fa6a546acf21c
7
+ data.tar.gz: 0efc7375b3d25d7589276123d0756d683af2cc31ffce6774f6a5efb5e4ea61231a3135e8772757bd7bac69e49f30dd5bf95fcb664a933d5bbf34afb0f5618d60
data/.codeclimate.yml ADDED
@@ -0,0 +1,17 @@
1
+ ---
2
+ engines:
3
+ fixme:
4
+ enabled: true
5
+ exclude_fingerprints:
6
+ - cdc1cac1f5cb7afe72dca9f9bca8a237
7
+ - c42b72af850c2590419dfa0bb4d15004
8
+ - ee0a31701f95b21db4aff40647a56a3d
9
+ - b86af833d6b2b1fa18da63471e2278d9
10
+ - 8084d978e026eb97e18591af98ff5572
11
+ rubocop:
12
+ enabled: true
13
+ ratings:
14
+ paths:
15
+ - "**.rb"
16
+ exclude_paths:
17
+ - spec/**/*