erb-view 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d37244bb2549c8500cfbb5afe5a6acca736fbe16
4
+ data.tar.gz: 315a4d12d28c4b0c7a6e4d81f756deecdf392a84
5
+ SHA512:
6
+ metadata.gz: fb746dc91a0587e49911c90e823b8cb42f16dff622e0fb737cfe762f4bd77857c24a727b83c4ae389e3e6c18a2a0896e40ab47cea293d537b4afc3903fe0bc1c
7
+ data.tar.gz: 731b05a262e1391df57684b2ecdcb501f61353883230675cdc96038f67aeb5c79bdc5ce8983f9c847721c6c307217596fc5b7814b6630cfa300dfca88bde167a
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
+ - test/
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/