rollr 1.0.4 → 1.0.99

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: 305739b5f3af52bd0527a124d52ac47c37c2ea36
4
- data.tar.gz: b13519a9d8c7a0d8936ad832b720f7a6a853b29f
3
+ metadata.gz: 3ff14a48f742f6cab380e5448ed404457a11c70c
4
+ data.tar.gz: 5e24bf3e5c0ac1f22ce24c5193f840d4788db8d7
5
5
  SHA512:
6
- metadata.gz: 4757a06656f0f6301b0ff959f3393054a7aa828bc1fdef6a3e5539aa89d4100a25f11e85ab6e943276f8053159913f8fc4f71302ffb6082306ca9ff8f816c345
7
- data.tar.gz: 6477df1ec94af2acf60c5f7202c0a8b7b53fe185f63b07570290d09bfe7b7d97d1bddb6fa753bbbf11726957347353e5839bbef5761aafb7cbb2639bd6caebd3
6
+ metadata.gz: 7de2bf5c8a3aa781523710c2d2f838e7c52084e0a06a9fda02e863846002a6818a2e13235df0f32f7c2f7332863b2d224a3afd26448959131a6c508672af150e
7
+ data.tar.gz: c32344fecc6961a2b79701e6510bc93b8eede695439664f0f9a68b272cda1694b0f66fd32864fb7af33e0d31e50cd45efde10255ffe1cb888922e6d77a10eed0
data/.codeclimate.yml ADDED
@@ -0,0 +1,25 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ - javascript
9
+ - python
10
+ - php
11
+ fixme:
12
+ enabled: true
13
+ rubocop:
14
+ enabled: true
15
+ ratings:
16
+ paths:
17
+ - "**.inc"
18
+ - "**.js"
19
+ - "**.jsx"
20
+ - "**.module"
21
+ - "**.php"
22
+ - "**.py"
23
+ - "**.rb"
24
+ exclude_paths:
25
+ - spec/
data/.rspec CHANGED
@@ -1,2 +1 @@
1
- --format documentation
2
1
  --color