consummo 0.4.4

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 93f3b0f28faee565a55b6d9bd3db899cc5937dce
4
+ data.tar.gz: c5451ffd899436e9835b2d0cf8b1967049d9c139
5
+ SHA512:
6
+ metadata.gz: 1186ad7f6a0b89f2440e049057c35fa006fbf527ceace2dff97563edacfcf87e4c48906d157fd3d0b740e6683b1dbce28c8b491439d8aa119fd5e7565559b45b
7
+ data.tar.gz: e7ddd6d29b48451d87bdabcd25fd8eb3d793a8dce289fe4fc85b4400c8aeaedfe24815818d5d4711b1313540db10915f7e32d5e534c6b8262c32900cdcce4026
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/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color