scopable 1.1.1 → 1.1.3

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: 8489a22edabcb084113a419241d84225a8f054e4
4
- data.tar.gz: 4ec1c76ec10aaa7fbd19f5394700d354489bb8e1
3
+ metadata.gz: ee3745951007ea46ec4850feed0954b54162d07c
4
+ data.tar.gz: b5d0532406671734b01ff7373ae02a741202b35c
5
5
  SHA512:
6
- metadata.gz: 12ccb068f7e55bafd9d517f8ae620e5dc6121c61950eb704699231510fc5abd9c88ac014bb3ce071f7557c89edad07f08efdd0c9a4bda5c3b8bf518aea36a12c
7
- data.tar.gz: 82ca0836921ed85397ba15108e3e5bb0844926902b9f9e458cc066cef57e2b4836fe402e9bde69332311e072a3bfacd4acb68130b666303d6a23a0df1149c487
6
+ metadata.gz: 7662d0e1425ceba03fcd6dc6a078d1921b1063798764eb8506f1198a381726f3f65672775a20db60e8be9ac84f9935eceb68cb1a98d54f768c51c969a019bbb2
7
+ data.tar.gz: 0a2cbca03aa015da8b912f4030544f9745abb006e110a7ddfe47804cb0a5095bc7008ffb48e71188db721b3b5aa85e4b97ac468625a2c583e00abdb1173bf5cc
data/.codeclimate.yml CHANGED
@@ -1,17 +1,13 @@
1
- ---
2
1
  engines:
3
2
  rubocop:
4
3
  enabled: true
5
- brakeman:
6
- enabled: true
7
4
  duplication:
8
5
  enabled: true
9
6
  config:
10
7
  languages:
11
8
  - ruby
12
-
13
9
  ratings:
14
- paths:
15
- - "lib/**.rb"
10
+ paths:
11
+ - "lib/**.rb"
16
12
  exclude_paths:
17
13
  - spec/**/*